-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Zooming to particular Lat/Lon #1877
Comments
Hm, I would say that we should special-case the geocoder input to accept (lat,lon) and jump there, but right now it seems like the geocoder form isn't present (for me). Pinging @jfirebaugh |
Default search option is good but for a special case where users don't want to use OSM database for searching may be considered as an improvement. |
It would also be nice if this could be extended to "location-bookmarks". |
Implemented by #2056. |
How we can zoom to any specific POI using lat/lon (not through OSM api/data). For example we are searching some location other than OSM database and after getting lat/lon from there, we want to zoom to that particular location using lat/lon.
The text was updated successfully, but these errors were encountered: