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

Support DD MM SS[optional comma] DD MM SS coordinates format in the search #8228

Open
biodranik opened this issue May 19, 2024 · 3 comments
Open
Labels
Good first issue Good for newcomers Search Search

Comments

@biodranik
Copy link
Member

biodranik commented May 19, 2024

Looks like these coordinates are read by Google Maps:

  1. 00 20 31 ,00 51 29
  2. 29 51 00, 31 20 00

The SS part may also contain a dot or a comma in some locales:

  1. 29 51 0.132, 31 20 00.043
  2. 29 51 0,1 31 20 00,43

It should be easy to parse these in OM too.

@biodranik biodranik added Good first issue Good for newcomers Search Search labels May 19, 2024
@greg-ware
Copy link

So these would be the corners of a search 'rectangle', right?

@biodranik
Copy link
Member Author

No, it's a single coordinate search. Above are 4 different coordinates.

@greg-ware
Copy link

Ah, ok, right, dumb me, lat, long...

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

No branches or pull requests

2 participants