Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Aren't directions N, S, E, W? #2

Open
avioli opened this issue Apr 6, 2018 · 0 comments
Open

Aren't directions N, S, E, W? #2

avioli opened this issue Apr 6, 2018 · 0 comments

Comments

@avioli
Copy link

avioli commented Apr 6, 2018

String lonDirection = longitude >= 0 ? "O" : "W";

Isn't this supposed to be:

- String lonDirection = longitude >= 0 ? "O" : "W"; 
+ String lonDirection = longitude >= 0 ? "E" : "W"; 
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant