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
557 B
25 lines
557 B
1 year ago
|
// (c) ammap.com | SVG (in JSON format) map of Montserrat - Low
|
||
|
// areas: {id:"MS"}
|
||
|
AmCharts.maps.montserratLow={
|
||
|
"svg": {
|
||
|
"defs": {
|
||
|
"amcharts:ammap": {
|
||
|
"projection":"mercator",
|
||
|
"leftLongitude":"-62.2415171",
|
||
|
"topLatitude":"16.8240519",
|
||
|
"rightLongitude":"-62.1441758",
|
||
|
"bottomLatitude":"16.6746959"
|
||
|
}
|
||
|
},
|
||
|
"g":{
|
||
|
"path":[
|
||
|
{
|
||
|
"id":"MS",
|
||
|
"title":"Montserrat",
|
||
|
"d":"M776.52,1387.31L799.71,756.99L535.99,62.41L271.87,0L271.87,0L0.29,925.26L109.16,1317.56L776.52,1387.31L776.52,1387.31z"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|