You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution
It would be nice to show street names (and perhaps other geographicel context information) in the map, not as basemap in the background, but as overlay in foreground. To not cover it by builiding geometries.
Describe any alternatives
OpenStreetMap offers usually raster tiles which are not suitable here. Better are vector tiles, to configure it manually.
but the difference is, that house numbers can be loaded from database and be placed directly on centroid of the building.
Also street names of the buildings we have in database, as well. but should be placed on streets, this information ist not in database
--> external service for street names would be better
The text was updated successfully, but these errors were encountered:
Describe the solution
It would be nice to show street names (and perhaps other geographicel context information) in the map, not as basemap in the background, but as overlay in foreground. To not cover it by builiding geometries.
Describe any alternatives
OpenStreetMap offers usually raster tiles which are not suitable here. Better are vector tiles, to configure it manually.
solution could be
Additional context
compare also the solution, how housenumbers are already be shown in the Colouring map. see:
https://github.com/colouring-cities/colouring-dresden/blob/main/app/src/frontend/map/layers/building-numbers-layer.tsx
"number_layers" in:
https://github.com/colouring-cities/colouring-dresden/blob/main/app/src/tiles/dataDefinition.ts
but the difference is, that house numbers can be loaded from database and be placed directly on centroid of the building.
Also street names of the buildings we have in database, as well. but should be placed on streets, this information ist not in database
--> external service for street names would be better
The text was updated successfully, but these errors were encountered: