var mapData = [ ['regionID-23', '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-23', 'properties': { 'hc-key': 'regionID-23', 'alt-name': null, 'name': 'Manitoba', 'woe-name': 'Manitoba', 'woe-label': null, 'type': null, }, 'geometry': { 'type': 'Polygon', 'coordinates': [[[2984,4342],[3772,4382],[3772,4382],[3772,4382],[3778,4305],[3796,4240],[3794,4168],[3843,4109],[3867,4130],[3987,4131],[3996,4084],[4046,3991],[4058,3946],[4112,3841],[4091,3749],[4114,3771],[4146,3772],[4278,3846],[4332,3848],[4430,3809],[4539,3802],[4442,3641],[4305,3418],[4179,3213],[4056,3018],[3891,2811],[3966,2051],[3972,1968],[3068,1920],[2981,3426],[2984,4317],[2984,4342]]] }, } ] }