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
830 B
24 lines
830 B
// (c) ammap.com | SVG (in JSON format) map of Christmas Island - High |
|
// areas: {id:"CX"} |
|
AmCharts.maps.christmasIslandHigh={ |
|
"svg": { |
|
"defs": { |
|
"amcharts:ammap": { |
|
"projection":"mercator", |
|
"leftLongitude":"105.48797", |
|
"topLatitude":"-10.412374", |
|
"rightLongitude":"105.739975", |
|
"bottomLatitude":"-10.570362" |
|
} |
|
}, |
|
"g":{ |
|
"path":[ |
|
{ |
|
"id":"CX", |
|
"title":"Christmas Island", |
|
"d":"M583.24,826.57L678.66,819.6L710.46,749.42L698.72,600.11L749.12,510.03L749.12,387.61L779.94,238.83L787.28,122.89L799.52,38.81L735.91,0L622.39,58.21L526.49,155.23L437.92,238.83L273.03,232.86L153.15,168.67L75.35,141.8L75.35,219.42L107.64,304.01L63.6,413.49L0.48,452.3L19.57,522.97L139.93,484.15L279.39,477.69L406.12,503.07L495.17,535.91L514.25,626.49L551.93,723.04L583.24,826.57z" |
|
} |
|
] |
|
} |
|
} |
|
};
|
|
|