highcharts / map-collection-dist

Other
30 stars 37 forks source link

Add ISO 3166-2 codes for AD #38

Closed dnlgmzddr closed 5 years ago

dnlgmzddr commented 5 years ago

Add iso fields for andorra based on this

"features": [
        {
            "type": "Feature",
            "id": "AD.3689",
            "properties": {
               .
               .
               .
               .
               .
               .
                "woe-label": "Andorra la Vella, AD, Andorra",
                "type": null,
                "iso-3166-2": "AD-07"
            }
oysteinmoseng commented 5 years ago

Hi @dnlgmzddr, thank you for your contribution! Our maps are however generated from source data programmatically, so these changes are not usable on our end. We will look into adding ISO 3166-2 codes for our source data as well, and I will submit an issue for Andorra specifically.