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.
35 lines
889 B
35 lines
889 B
1 year ago
|
// (c) ammap.com | SVG (in JSON format) map of Comoros - Low
|
||
|
// areas: {id:"KM-AN"},{id:"KM-GC"},{id:"KM-MO"}
|
||
|
AmCharts.maps.comorosLow={
|
||
|
"svg": {
|
||
|
"defs": {
|
||
|
"amcharts:ammap": {
|
||
|
"projection":"mercator",
|
||
|
"leftLongitude":"43.2194",
|
||
|
"topLatitude":"-11.3646",
|
||
|
"rightLongitude":"44.5417",
|
||
|
"bottomLatitude":"-12.4138"
|
||
|
}
|
||
|
},
|
||
|
"g":{
|
||
|
"path":[
|
||
|
{
|
||
|
"id":"KM-AN",
|
||
|
"title":"Anjouan",
|
||
|
"d":"M788.66,634.3L799.37,542.37L761.6,437.41L727.94,450.59L704.64,509.66L602.82,497.33L711.78,554.14L788.66,634.3z"
|
||
|
},
|
||
|
{
|
||
|
"id":"KM-GC",
|
||
|
"title":"Grande Comore",
|
||
|
"d":"M84.65,0L36.42,11.38L0.63,241.85L33.05,290.37L134.57,354.7L171.5,323.85L152.17,286.31L97.69,151.55L108.5,24.17L84.65,0z"
|
||
|
},
|
||
|
{
|
||
|
"id":"KM-MO",
|
||
|
"title":"Moheli",
|
||
|
"d":"M348.42,589.24L255.23,544.91L273.17,616.95L390.71,628.72L348.42,589.24z"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|