GIScience / ohsome-dashboard

Web Client for easy access to OSM History and Quality Analyses
https://dashboard.ohsome.org/
GNU General Public License v3.0
7 stars 2 forks source link

Borders change color #5

Open joto opened 1 year ago

joto commented 1 year ago

When I zoom in some borders change color in some zoom levels in weird ways. Maybe that is intentional to show different admin_levels in different colors? It is rather confusing, especially when during loading you see some tiles from the higher zoom levels and some from the lower at the same time.

mcauer commented 1 year ago

Thanks for sharing your experience.

admin levels are a quite complex topic. The same level varies quite a lot in sizes and often some admin levels do not exist in every country. To avoid empty unclickable spaces we mix admin_levels in the same zoomlevel if there is no corresponding admin level available. E.g. some Bundesländer (4) do have Regierungsbezierke (5) others don't and switch directly to Kreise(6). If we only would show one admin_level per zoomlevel at a time, large parts of germany would be unclickable in that zoomlevel.

I think a legend could also help to reduce confusion.

mcauer commented 1 year ago

The following example shows that

So we see level 2, 4 and 5 in the same zoomlevel. One zoomlevel further in switches all of them to Kreislevel (6) because this is available for all of them.

image