Skip to content
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

Allow to type a latlng in the search box #1480

Merged
merged 3 commits into from Jan 3, 2024
Merged

Conversation

yohanboniface
Copy link
Member

When entering a string in a form of a latlng, we'll do two things:

  • add a result that allow to center the map on this latlng (and to create a new point if edit mode is enabled)
  • do a reverse search and display it result if any

image

image

fix #1000
cf #1001

This release fixes the API domain
Copy link
Contributor

@davidbgk davidbgk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is one of these advanced feature that are hard to discover, maybe doable with an explicit label: Search a place name (or coordinates)?

@yohanboniface yohanboniface merged commit 558dabd into master Jan 3, 2024
12 checks passed
@yohanboniface yohanboniface deleted the search-latlng branch January 3, 2024 19:59
@brunetton
Copy link

Thank you ! Can't wait to use it in production 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accept gps coordinates in search input
3 participants