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
666 B
25 lines
666 B
1 year ago
|
// (c) ammap.com | SVG (in JSON format) map of Martinique - Low
|
||
|
// areas: {id:"MQ"}
|
||
|
AmCharts.maps.martiniqueLow={
|
||
|
"svg": {
|
||
|
"defs": {
|
||
|
"amcharts:ammap": {
|
||
|
"projection":"mercator",
|
||
|
"leftLongitude":"-61.229118",
|
||
|
"topLatitude":"14.878716",
|
||
|
"rightLongitude":"-60.810528",
|
||
|
"bottomLatitude":"14.388647"
|
||
|
}
|
||
|
},
|
||
|
"g":{
|
||
|
"path":[
|
||
|
{
|
||
|
"id":"MQ",
|
||
|
"title":"Martinique",
|
||
|
"d":"M682.01,946.6L799.58,837.92L757.13,602.57L551.32,425.28L610.3,351.73L558.47,255.81L664.99,201.3L504.81,256.55L163.7,0L0.42,61.44L117.44,424.21L250.19,547.37L397.02,533.57L437,630L222.37,727.73L293.28,828.4L686.06,809.68L682.01,946.6z"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|