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
595 B
24 lines
595 B
// (c) ammap.com | SVG (in JSON format) map of Guam - Low |
|
// areas: {id:"GU-GU"} |
|
AmCharts.maps.guamLow={ |
|
"svg": { |
|
"defs": { |
|
"amcharts:ammap": { |
|
"projection":"mercator", |
|
"leftLongitude":"144.6183376", |
|
"topLatitude":"13.6543391", |
|
"rightLongitude":"144.9566722", |
|
"bottomLatitude":"13.2430639" |
|
} |
|
}, |
|
"g":{ |
|
"path":[ |
|
{ |
|
"id":"GU-GU", |
|
"title":"Guam", |
|
"d":"M138.02,1017.92L271.89,1011.9L388.5,582.88L689.54,341.84L799.61,165.9L639.37,32.14L591.38,0L522.96,50.81L388.5,341.84L0.39,555.97L57.11,643.64L5.55,771.04L138.02,1017.92z" |
|
} |
|
] |
|
} |
|
} |
|
};
|
|
|