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
947 B
34 lines
947 B
// (c) ammap.com | SVG (in JSON format) map of U.S. Virgin Islands - Low |
|
// areas: {id:"VI-ST"},{id:"VI-SJ"},{id:"VI-SC"} |
|
AmCharts.maps.usVirginIslandsLow={ |
|
"svg": { |
|
"defs": { |
|
"amcharts:ammap": { |
|
"projection":"mercator", |
|
"leftLongitude":"-65.041809082", |
|
"topLatitude":"18.3822211208", |
|
"rightLongitude":"-64.5651928", |
|
"bottomLatitude":"17.6760820473" |
|
} |
|
}, |
|
"g":{ |
|
"path":[ |
|
{ |
|
"id":"VI-ST", |
|
"title":"St. Thomas", |
|
"d":"M151.98,0L191.79,35.72L91.27,20.57L0.33,57.55L27.16,83.28L183.81,82.19L270.02,143.52L281.96,125.73L334.28,120.73L151.98,0z" |
|
}, |
|
{ |
|
"id":"VI-SJ", |
|
"title":"St. John", |
|
"d":"M564.9,76.21L632.22,87.13L488.69,22.73L398.61,101.93L559.9,145.49L564.9,76.21z" |
|
}, |
|
{ |
|
"id":"VI-SC", |
|
"title":"St. Croix", |
|
"d":"M242.94,1227.31L799.67,1107.47L681,1074.88L583.51,1119.37L447.77,1036.06L336.58,1084.45L273.97,1065.25L242.94,1227.31z" |
|
} |
|
] |
|
} |
|
} |
|
}; |