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
896 B
24 lines
896 B
// (c) ammap.com | SVG (in JSON format) map of Niue - High |
|
// areas: {id:"NU"} |
|
AmCharts.maps.niueHigh={ |
|
"svg": { |
|
"defs": { |
|
"amcharts:ammap": { |
|
"projection":"mercator", |
|
"leftLongitude":"-169.7743249", |
|
"topLatitude":"-18.9526261", |
|
"rightLongitude":"-169.9497923", |
|
"bottomLatitude":"-19.1554807" |
|
} |
|
}, |
|
"g":{ |
|
"path":[ |
|
{ |
|
"id":"NU", |
|
"title":"Niue", |
|
"d":"M246.17,901.9L331.77,832.87L369.82,816.85L405.92,835.75L604.29,697.7L689.5,595L732.98,554.33L799.56,529.28L745.4,419.21L610.11,43.1L597.3,19.7L474.05,5.34L414.07,0L260.93,5.34L164.65,197.05L136.9,216.76L115.16,218.82L96.72,223.74L80.22,250.02L76.92,286.98L90.31,315.31L107.59,342L115.74,370.75L13.45,531.74L0.44,622.11L115.74,660.31L126.22,682.91L148.35,766.72L122.73,783.57L107.59,801.23L95.36,819.31L80.22,835.75L140.39,827.53L193.38,830.41L231.23,852.59L246.17,901.9z" |
|
} |
|
] |
|
} |
|
} |
|
};
|
|
|