var mapData = [
['regionID-27', '0']
];
Highcharts.maps['mapdata'] = {
'title': '',
'version': '1.1.3',
'type': 'FeatureCollection',
'copyright': 'Copyright (c) 2020 Highsoft AS, Based on data from Natural Earth',
'copyrightShort': 'Natural Earth',
'copyrightUrl': 'http://www.naturalearthdata.com',
'crs': {
'type': 'name',
'properties': {
'name': 'urn:ogc:def:crs:EPSG:102002'
}
},
'features': [
{
'type': 'Feature',
'id': 'regionID-27',
'properties': {
'hc-key': 'regionID-27',
'alt-name': null,
'name': 'Prince Edward Island',
'woe-name': 'Prince Edward Island',
'woe-label': null,
'type': null,
},
'geometry': {
'type': 'Polygon',
'coordinates': [[[8756,2995],[8726,2997],[8716,3026],[8678,2988],[8624,2973],[8588,2996],[8536,2966],[8512,3001],[8465,2993],[8473,3101],[8495,3039],[8586,3011],[8580,3037],[8652,3041],[8736,3116],[8808,3159],[8771,3108],[8796,3020],[8756,2995]]]
},
}
]
}