var mapData = [
['regionID-220', '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-220',
'properties': {
'hc-key': 'regionID-220',
'alt-name': null,
'name': 'Colorado',
'woe-name': 'Colorado',
'woe-label': null,
'type': null,
},
'geometry': {
'type': 'Polygon',
'coordinates': [[[3091,6104],[1841,6242],[1966,7108],[1990,7269],[2964,7155],[3357,7124],[3339,6866],[3329,6696],[3290,6089],[3091,6104]]]
},
}
]
}