You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
670 B
25 lines
670 B
1 year ago
|
// (c) ammap.com | SVG (in JSON format) map of Isle of Man - Low
|
||
|
// areas: {id:"IM"}
|
||
|
AmCharts.maps.isleOfManLow={
|
||
|
"svg": {
|
||
|
"defs": {
|
||
|
"amcharts:ammap": {
|
||
|
"projection":"mercator",
|
||
|
"leftLongitude":"-4.8301808",
|
||
|
"topLatitude":"54.4179031",
|
||
|
"rightLongitude":"-4.3088273",
|
||
|
"bottomLatitude":"54.04464"
|
||
|
}
|
||
|
},
|
||
|
"g":{
|
||
|
"path":[
|
||
|
{
|
||
|
"id":"IM",
|
||
|
"title":"Isle of Man",
|
||
|
"d":"M30.91,988.13L41.88,957.2L0.4,965.58L30.91,988.13zM713.04,0L460.2,140.75L355.81,378.53L182.46,526.88L154.78,733.59L58.71,941.73L191.41,886.08L334.5,959.78L367.35,869.75L677.43,595.54L664.44,523.11L799.6,350.46L700.94,188.02L713.04,0z"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|