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
1.3 KiB
25 lines
1.3 KiB
1 year ago
|
// (c) ammap.com | SVG (in JSON format) map of Guadeloupe - Low
|
||
|
// areas: {id:"GP-GP"}
|
||
|
AmCharts.maps.guadeloupeLow={
|
||
|
"svg": {
|
||
|
"defs": {
|
||
|
"amcharts:ammap": {
|
||
|
"projection":"mercator",
|
||
|
"leftLongitude":"-61.8098536",
|
||
|
"topLatitude":"16.5145028",
|
||
|
"rightLongitude":"-61.0016727",
|
||
|
"bottomLatitude":"15.8319387"
|
||
|
}
|
||
|
},
|
||
|
"g":{
|
||
|
"path":[
|
||
|
{
|
||
|
"id":"GP-GP",
|
||
|
"title":"Guadeloupe",
|
||
|
"d":"M331.58,0L260.62,65.77L298.96,152.49L250.85,234.64L261.07,288.19L331.94,320.15L627.11,267.99L427.27,169.3L384.07,41.87L331.58,0z M243.45,234.47L210.42,249.14L59.38,152.32L0.57,207.02L28.97,438.2L101.82,580.61L229.29,493.87L215.97,299.58L247.11,282.99L243.45,234.47z M209.1,168L218.75,165.36L202.1,168.54L209.1,168z M799.43,171.81L750.11,173.78L698.22,214.02L799.43,171.81z M684.22,341.97L684.18,344.61L686.03,342.6L684.22,341.97z M673.4,353.11L683.74,347.04L662.95,346.25L673.4,353.11z M597.02,598.18L523.57,518.81L460.58,598.31L517.05,658.12L597.02,598.18z M228.81,653.39L215.49,650.88L202.94,673.92L228.81,653.39z M204.91,651.22L199.6,650.42L206.72,654.6L204.91,651.22z M171.29,660.71L157.77,679.23L168.43,685.63L171.29,660.71z M209.58,696.42L204.55,688.6L204.99,692.66L209.58,696.42z M188.06,691.99L192.2,693.87L190.71,691.86L188.06,691.99z"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
};
|