-
-
Notifications
You must be signed in to change notification settings - Fork 38
UTM FromLngLat working #74
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
Conversation
Added the ability to work with UTM coordinate reference systems
1e0cb20
to
b3a18b7
Compare
Can not convert a UTM value to LngLat value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor comments and some leftover logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some small documention/comment related things. Some of this stuff is really dense!
* Moved Tests to appropriate package * Fixed spelling errors * Improved code comments * Added missing tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and docs look good, thank you!
Initial conversion code that takes a LngLat value and transforms it into a UTM value.