plepe / OpenStreetBrowser

An application to ‘browse’ the information in the displayed part of the map. Similar to common Wikis and also the main page of http://www.openstreetmap.org the website shows a narrow menu on the left side, most of the page is used for the display of the map. In contrast to most Wikis the menu is not static, but rather the content of the map can be browsed in categories. For the map a special style has been developed (sorry guys, I neither like the default Mapnik nor Osmarender styles), and special overlays are displayed to support the current browsed categories. When you click on an object (either from the list or directly on the map) informations on this object are displayed.
http://www.openstreetbrowser.org
GNU General Public License v3.0
86 stars 20 forks source link

Add support for associatedStreet address relations #204

Open Nekzuris opened 2 months ago

Nekzuris commented 2 months ago

This tagging practice is controversial, but there are more than 5 million address numbers linked to a street by this relation in France, which currently only show as a number in OpenStreetBrowser like this image

https://wiki.openstreetmap.org/wiki/Relation:associatedStreet https://wiki.openstreetmap.org/wiki/Relation:street

plepe commented 2 months ago

This is currently not possible with the OpenStreetBrowser infrastructure. I can't promise you if this will ever work, but it might.

I'm also worried, that this would put some considerable additional load to the Overpass API server.