highcharts / map-collection-dist

Other
30 stars 37 forks source link

ISO 3166-2 for Andorra #39

Open oysteinmoseng opened 5 years ago

oysteinmoseng commented 5 years ago

ISO codes should be added to Andorra, see https://en.wikipedia.org/wiki/ISO_3166-2:AD for definitions.

KacperMadej commented 2 months ago

Internal note: Overpass query for the OSM source:

area["ISO3166-1"="AD"]->.a;
(
    rel(area.a)["admin_level"="7"];
);
out body;
>;
out skel qt;