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

Improve decimalToSexagesimal to receive object {lat, long} #244

Open
afucher opened this issue Sep 26, 2020 · 1 comment · May be fixed by #246
Open

Improve decimalToSexagesimal to receive object {lat, long} #244

afucher opened this issue Sep 26, 2020 · 1 comment · May be fixed by #246
Assignees

Comments

@afucher
Copy link

afucher commented Sep 26, 2020

The idea of this improvement is being able to return the result with the orientation [N, E, W, S].

decimalToSexagesimal({ latitude: 51.5103, longitude: 7.49347 }) 
    -> { latitude: "51° 31' N", longitude: "7° 28' E" }
@afucher afucher linked a pull request Oct 7, 2020 that will close this issue
@manuelbieh manuelbieh self-assigned this Mar 17, 2023
@manuelbieh
Copy link
Owner

Good idea. I will look into that.

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

Successfully merging a pull request may close this issue.

2 participants