-
Notifications
You must be signed in to change notification settings - Fork 77
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
POI layer #106
Comments
When I prepare a mountain bike ride with brouter-web, I always look for drinking water on my way with overpass turbo. It would be awesome to have it and other requests into brouter-web This are my five request : |
Hej, just wanted to let you know that I've started working on this. So far you can enable an extra overpass layer + either enter a custom overpass query (updated on textarea blur) or choose from the (yet little) template list. The marker popup definitely needs more content, ... and generally early feedback is welcome :-) Currently the build fails on the branch since Here's the branch --> https://github.com/stesie/brouter-web/tree/add-overpass-layer |
Great, thanks for the announcement, looking forward to it! I will see if I can have a look at your branch, but got a bit of a backlog right now. We're still not using ES6 yet, see #249 and discussion in #250. Already was planning to have another look at our user agents and to decide if we should either just drop IE11 and other legacy browser support or simply use standalone Babel with the full polyfill package as an intermediate step to using a bundler. |
Some thoughts that came to mind:
|
Ouch, ... I haven't checked the license but just followed the list in the initial post and noticed that So thanks for your fast response to keep me from going further that route :) Towards popup formatting my first idea was to just list the key/value pairs of the node/area and maybe go fancier over time. I just had a brief look into the I like the idea with the around feature, I'll have a closer look into the aforementioned alternative and whether it's possible to do so. But looks promising so far. I'll also have a look if it'd be feasible to have a "execute query" button instead of querying implicitly (which is likely to cause unneeded/unwanted overpass api queries) |
Regarding the license issue, it might be worth asking about it on @plepe project - maybe it can be changed to some compatible MIT license instead? I think using a maintained library is the best choice, so maybe we should just double check if we cannot work with it at all before dropping it? |
Done in overpass-layer#1. |
Sorry, my bad, I should have checked before listing them. I also think that
Sounds like a good idea to me. |
I also think that it's rather advanced (actually overpass-frontend) with caching, splitting of queries, retries, arbitrary geojson boundary for queries, .... You can even load a .osm file and run your overpass queries on this. There's a drawback though, it can handle only rather basic queries, as it parses the query to load results from the cache. No sets or distance. But it should be okay for most cases. |
Requests to show Points Of Interest (POI) on the map for tour planning:
It would be nice to have a general Overpass API POI layer with some UI to select/filter for specific POIs/categories. Not aware of any plugin for the UI part though.
Maybe utilizing tag hierarchies, icons and translations for selection and popup content from POI apps or editor presets?
Overpass layers
POI apps
Router with POIs examples
The text was updated successfully, but these errors were encountered: