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.
24 lines
818 B
24 lines
818 B
// (c) ammap.com | SVG (in JSON format) map of Reunion - Low |
|
// areas: {id:""} |
|
AmCharts.maps.reunionLow={ |
|
"svg": { |
|
"defs": { |
|
"amcharts:ammap": { |
|
"projection":"mercator", |
|
"leftLongitude":"55.2164053", |
|
"topLatitude":"-20.8717557", |
|
"rightLongitude":"55.8365536", |
|
"bottomLatitude":"-21.389622" |
|
} |
|
}, |
|
"g":{ |
|
"path":[ |
|
{ |
|
"id":"RE", |
|
"title":"Reunion", |
|
"d":"M302.6,0L239.34,11.07L135.95,75.39L139.52,88.21L87.23,74.5L78.37,176.39L0.56,227.94L5.95,287L90.63,400.5L82.34,459.06L98.6,496.51L158.7,567.17L222.83,581.79L263,623.7L345.88,665.51L432.26,696.71L478.09,692.79L508.33,714.5L722.24,684.4L763.75,644.39L756.22,537.73L799.44,399.85L787.55,376.42L730.88,349.04L673.5,274.27L628.35,201.68L620.68,128.51L562.55,63.13L485.5,33.54L331.12,18.84L302.6,0z" |
|
} |
|
] |
|
} |
|
} |
|
};
|
|
|