var mapData = [
['regionID-22', '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-22',
'properties': {
'hc-key': 'regionID-22',
'alt-name': null,
'name': 'Saskatchewan',
'woe-name': 'Saskatchewan',
'woe-label': null,
'type': null,
},
'geometry': {
'type': 'Polygon',
'coordinates': [[[2110,4398],[2984,4342],[2981,3426],[3068,1920],[2912,1920],[1807,1996],[1807,1997],[2110,4398]]]
},
}
]
}