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 additional coordinates format #66

Open
svenseeberg opened this issue Dec 13, 2022 · 6 comments
Open

Support additional coordinates format #66

svenseeberg opened this issue Dec 13, 2022 · 6 comments
Labels
enhancement New feature or request MVP Should be included in the MVP prio:high

Comments

@svenseeberg
Copy link
Member

svenseeberg commented Dec 13, 2022

We want 3 dedicated input fields for:

  • degrees (decimal is allowed, will override the other 3)
  • minutes
  • seconds
@svenseeberg svenseeberg added MVP Should be included in the MVP enhancement New feature or request labels Dec 13, 2022
@SteffenME
Copy link
Collaborator

SteffenME commented Dec 14, 2022

If we have 3 fields each for the coorodinates we can handle any format.

like

degrees Minutes Seconds
45.23356
45 14.013
45 14 0.082

would be all the same.

But i dont know if that is more or less convenient for the user. Maybe not most intuitive

@svenseeberg
Copy link
Member Author

I like the idea. Reduces problems a lot.

@booo
Copy link
Collaborator

booo commented Dec 14, 2022

Found these too resources about the topic:

I don't know which keyboard has no ° or ' character. User should buy a new keyboard if the key is missing.

@SteffenME
Copy link
Collaborator

Yeah its not really about who is missing which key.. The proposed method makes parsing very easy and i think its intuitive enough for the user.. Also not having to type ° and ' and " is convenient

@julled
Copy link
Collaborator

julled commented Dec 15, 2022

what about the "N" / "E" ?
we need another field for this

@SteffenME
Copy link
Collaborator

Yes, could be standard filled with N and E..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MVP Should be included in the MVP prio:high
Projects
None yet
Development

No branches or pull requests

4 participants