var mapData = [
['regionID-263', '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-263',
'properties': {
'hc-key': 'regionID-263',
'alt-name': null,
'name': 'Delaware',
'woe-name': 'Delaware',
'woe-label': null,
'type': null,
},
'geometry': {
'type': 'Polygon',
'coordinates': [[[8777,6914],[8771,6915],[8771,6913],[8650,6887],[8559,7201],[8589,7239],[8625,7239],[8601,7183],[8613,7145],[8652,7114],[8675,7051],[8735,6995],[8751,6999],[8779,6915],[8777,6914],[8777,6914]]]
},
}
]
}