highcharts / map-collection-dist

Other
30 stars 37 forks source link

Add ISO-3166-2 field to admin1 features for ARGENTINA #37

Closed dnlgmzddr closed 5 years ago

dnlgmzddr commented 5 years ago

I added a new field features.properties based on info available here:

"properties": {
    "hc-group": "admin1",
    "hc-middle-x": 0.22,
    "hc-middle-y": 0.73,
    "hc-key": "ar-tf",
    "hc-a2": "TF",
    "labelrank": "3",
    "hasc": "AR.TF",
    "alt-name": "Feuerland|Terra del Fuoco|Terre de Feu|Terra do Fogo|Tierra del Fuego|Antártida e Islas del Atlántico Sur",
    "woe-id": "2344697",
    "subregion": null,
    "fips": "AR23",
    "postal-code": "TF",
    "name": "Tierra del Fuego",
    "country": "Argentina",
    "type-en": "National Territory",
    "region": null,
    "longitude": "-67.5329",
    "woe-name": "Tierra del Fuego",
    "latitude": "-54.3887",
    "woe-label": "Tierra del Fuego, AR, Argentina",
    "type": "Territorio Nacional|Provincia",
    "iso-3166-2": "AR-V"
}
dnlgmzddr commented 5 years ago

I use the wrong branch as an starting point, taking the readme file as a own change.