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
573 B
25 lines
573 B
1 year ago
|
// (c) ammap.com | SVG (in JSON format) map of Nauru - Low
|
||
|
// areas: {id:"NR"}
|
||
|
AmCharts.maps.nauruLow={
|
||
|
"svg": {
|
||
|
"defs": {
|
||
|
"amcharts:ammap": {
|
||
|
"projection":"mercator",
|
||
|
"leftLongitude":"166.9095486",
|
||
|
"topLatitude":"-0.5026395",
|
||
|
"rightLongitude":"166.9589281",
|
||
|
"bottomLatitude":"-0.5541894"
|
||
|
}
|
||
|
},
|
||
|
"g":{
|
||
|
"path":[
|
||
|
{
|
||
|
"id":"NR",
|
||
|
"title":"Nauru",
|
||
|
"d":"M402.02,0L45.38,330.53L0.48,572.06L83.34,717.38L264.12,839.6L586.1,742.42L658.39,684.86L691.63,435.32L799.52,283.35L764.77,141.11L609.7,17.18L402.02,0z"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|