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

Aggregate filtered POIs #125

Open DanielXYZ2000 opened 4 years ago

DanielXYZ2000 commented 4 years ago

If a specific tag is searched for e.g. Dienste->Touristmus->Type:Wohnmobil-Stellplatz a certain zoomlevel of the map is needed that the tag is shown on the map. It would be great if the search results are show in any zoom level like in e.g. https://www.promobil.de/stellplaetze/stellplatzsuche/ (here the search radius is a nice feature) or https://opentripmap.com/en/#8.75/47.6532/14.0482

2020-05-12 22_12_31-Reisemobil-Stellplatz suchen - Promobil 2020-05-12 22_11_26-OpenTripMap - Map service for sightseeing and travel planning

plepe commented 4 years ago

The problem is that I don't have pre-calculated vector tiles, but I'm querying the Overpass API instead, which could take a long time if the map is densely populated, and I don't know before querying how it would be. But I grant you that some kind of zoom-level-override or another mechanism would be helpful. I've never experimented with marker clusters yet, but it sounds interesting, I will give it some thought.