-
-
Notifications
You must be signed in to change notification settings - Fork 273
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
have to put coordinates as decimal #147
Comments
To be more precise, when entering |
I'm not sure if there is anything we can do. Searching for coordinates is only working because your provider is handling them. For example the openstreetmap provider just gives different results for What we could do, is add a option to handle numeric input as being lat/lon. For backwards compatibility, this should be optional / configurable. |
Quick, *pure js* implementation to handle coordinate queries (#147). If a user enters valid coordinates, they get a single result with that point (as in Google Maps and other services). It's a useful feature for power users. ![image](https://github.com/smeijer/leaflet-geosearch/assets/8945883/775ac7a2-3802-44e8-a3d5-c59d91d579e6) Any other queries are sent to the Provider. Happy to see this in TypeScript and otherwise improved, it's probably not ready for merging. --------- Co-authored-by: Stephan Meijer <[email protected]>
Quick, *pure js* implementation to handle coordinate queries (smeijer#147). If a user enters valid coordinates, they get a single result with that point (as in Google Maps and other services). It's a useful feature for power users. ![image](https://github.com/smeijer/leaflet-geosearch/assets/8945883/775ac7a2-3802-44e8-a3d5-c59d91d579e6) Any other queries are sent to the Provider. Happy to see this in TypeScript and otherwise improved, it's probably not ready for merging. --------- Co-authored-by: Stephan Meijer <[email protected]>
In
https://framagit.org/PanierAvide/Pic4Carto/issues/34#note_145601
I was told to report weird behavior here.
The text was updated successfully, but these errors were encountered: