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
621 B
25 lines
621 B
1 year ago
|
// (c) ammap.com | SVG (in JSON format) map of Pitcairn Islands - Low
|
||
|
// areas: {id:"PN"}
|
||
|
AmCharts.maps.pitcairnIslandsLow={
|
||
|
"svg": {
|
||
|
"defs": {
|
||
|
"amcharts:ammap": {
|
||
|
"projection":"mercator",
|
||
|
"leftLongitude":"-130.1289367676",
|
||
|
"topLatitude":"-24.3120593938",
|
||
|
"rightLongitude":"-128.2818603516",
|
||
|
"bottomLatitude":"-25.0843551349"
|
||
|
}
|
||
|
},
|
||
|
"g":{
|
||
|
"path":[
|
||
|
{
|
||
|
"id":"PN",
|
||
|
"title":"Pitcairn Islands",
|
||
|
"d":"M8.3,359.33L16.31,357.38L6.83,350.19L1.11,354.33L8.3,359.33zM795.13,0L776.86,3.67L772.42,11.78L771.38,21.92L780.05,37L798.89,42.69L792.7,8.97L795.13,0z"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|