Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USA County Level Updates #162

Open
em843 opened this issue Dec 13, 2024 · 1 comment
Open

USA County Level Updates #162

em843 opened this issue Dec 13, 2024 · 1 comment
Labels
Geopolitical change There was a change in real world that needs to be reflected in the map collection. Map collection Product: Highcharts Maps

Comments

@em843
Copy link

em843 commented Dec 13, 2024

The US county-level map needs a few updates:

  • South Dakota, USA: rename Shannon County to Oglala Lakota County with new FIPS
  • Virginia: Bedford city is now part of Bedford County
@hubertkozik hubertkozik added Map collection Geopolitical change There was a change in real world that needs to be reflected in the map collection. Product: Highcharts Maps labels Dec 16, 2024
@hubertkozik
Copy link
Member

Hi @em843! Thank you for reporting the regions to update.


Internal notes

  • South Dakota:

area["ISO3166-2"="US-SD"]->.a;
(
rel(area.a)["admin_level"="6"];
);
out body;
;
out skel qt;

  • Virginia:

area["ISO3166-2"="US-VA"]->.a;
(
rel(area.a)["admin_level"="6"];
);
out body;

;
out skel qt;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Geopolitical change There was a change in real world that needs to be reflected in the map collection. Map collection Product: Highcharts Maps
Projects
None yet
Development

No branches or pull requests

2 participants