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.
34 lines
879 B
34 lines
879 B
// (c) ammap.com | SVG (in JSON format) map of Wallis and Futuna - Low |
|
// areas: {id:"WF-AL"},{id:"WF-UV"},{id:"WF-SG"} |
|
AmCharts.maps.wallisFutunaLow={ |
|
"svg": { |
|
"defs": { |
|
"amcharts:ammap": { |
|
"projection":"mercator", |
|
"leftLongitude":"-178.181752", |
|
"topLatitude":"-13.18332", |
|
"rightLongitude":"-176.16248411", |
|
"bottomLatitude":"-14.3621243" |
|
} |
|
}, |
|
"g":{ |
|
"path":[ |
|
{ |
|
"id":"WF-AL", |
|
"title":"Alo", |
|
"d":"M63.45,466.71L81.85,454.47L71.48,450.79L62.93,447.54L46.6,459.52L63.45,466.71zM23.79,440.53L54.72,443.05L22.15,417.5L23.79,440.53z" |
|
}, |
|
{ |
|
"id":"WF-UV", |
|
"title":"Uvea", |
|
"d":"M787.57,0L770.48,32.53L776.98,51.9L786.01,56.28L799.14,21.96L787.57,0z" |
|
}, |
|
{ |
|
"id":"WF-SG", |
|
"title":"Sigave", |
|
"d":"M22.15,417.5L3.84,408.33L0.86,414.57L12.14,437.32L23.79,440.53L22.15,417.5z" |
|
} |
|
] |
|
} |
|
} |
|
}; |