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

Wrong Statisictial Regions for Slovenia #160

Open
jedrzejruta opened this issue Nov 29, 2024 · 1 comment
Open

Wrong Statisictial Regions for Slovenia #160

jedrzejruta opened this issue Nov 29, 2024 · 1 comment
Labels

Comments

@jedrzejruta
Copy link

jedrzejruta commented Nov 29, 2024

For Statistical Regions of Slovenia, the Zasavska region is returned twice and Obalno-kraška is missing from the data. Also, the official name for the Notranjsko-kraška region is Primorsko-notranjska.

Source: https://geopedia.world/?locale=en#T276_L2459_x1659956.8453929496_y5763385.480937797_s9_b2345

Demo: https://jsfiddle.net/BlackLabel/schL2u68/

@KacperMadej
Copy link
Contributor

Internal notes:

  • some ? in the dataLabels and map data, OSM source switch should fix this
    -"admin_level"="8" gives the needed admin division
[out:json][timeout:125];
// fetch area “Slovenia” to search in
{{geocodeArea:Slovenia}}->.searchArea;
// gather results
(
  nwr["admin_level"="8"]["ISO3166-2"](area.searchArea);
);
// print results
out body;
>;
out skel qt;

@KacperMadej KacperMadej added the good first issue Good for newcomers label Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants