Manuel Kaufmann
Manuel Kaufmann
While the OverpassAPI is loading and the spinner is being showed, if you click the spinner (or next to it) you can't move the map. Find a way to make...
Add a bar or something that makes the user knows that we are in beta... ... use another extra bar to say this branch is `master`
I receive some comments that POIs demand too many time to appear. Maybe we can exclude some data from the response to optimize it.
This could be useful when routing was implemented: https://github.com/aratcliffe/Leaflet.contextmenu
It would be awesome to be able to use the same icons than mapnik (http://wiki.openstreetmap.org/wiki/Mapnik)
It would be good to center the map in the user's location based on their IP or something like that, without the needing of asking for their location using HTML5....
Automatically open the popup for the current selected POI.
If you try to "share the link" after opening "Home" sidebar pane it won't work because `#home` is added to the hash and the important information is removed (`#{zoom}/{lat}/{lon}`)
When the user clicks in many check-boxes there are multiple queries sent to OverpassAPI and this create a conflict because a query per click is sent. Possible options: - find...