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
817 B
24 lines
817 B
// (c) ammap.com | SVG (in JSON format) map of Cayman Islands - Low |
|
// areas: {id:"KY"} |
|
AmCharts.maps.caymanIslandsLow={ |
|
"svg": { |
|
"defs": { |
|
"amcharts:ammap": { |
|
"projection":"mercator", |
|
"leftLongitude":"-81.420203", |
|
"topLatitude":"19.756898", |
|
"rightLongitude":"-79.722916", |
|
"bottomLatitude":"19.262937" |
|
} |
|
}, |
|
"g":{ |
|
"path":[ |
|
{ |
|
"id":"KY", |
|
"title":"Cayman Islands", |
|
"d":"M15.33,244.21L72.39,243.11L87.95,231.54L134.32,230.78L157.2,221.2L155.82,208.48L142.6,199.8L98.15,202.15L63.04,191.95L69.16,212.38L59.49,208.99L46,225.04L26.38,216.2L20.88,181.7L5.5,181.08L1.63,191.17L16.27,206.75L15.33,244.21zM686.34,23.64L640.22,25.75L616.14,46.8L632.73,49.12L686.34,23.64zM796.07,0L778.45,0.03L719.58,36.27L737.85,30.64L776.09,19.4L798.37,7.53L796.07,0z" |
|
} |
|
] |
|
} |
|
} |
|
};
|
|
|