locationtech / proj4j

Java port of the Proj.4 library for coordinate reprojection
Other
184 stars 73 forks source link

a fix to etmerc gatg increasing accuracy of etmerc #13

Closed halset closed 6 years ago

halset commented 6 years ago

An error in my etmerc gatg port caused bad accuracy. This patch fixes that problem.

halset commented 6 years ago

Any tips on how I can fix the "invalid Signed-off-by footers" problem?

pomadchin commented 6 years ago

Hey @halset, you have to sign off all your commits. To do it just add a special flag to the commit cmd: git commit -s -m "message"

For instance to fix you last commit do git commit --amend -s.

https://github.com/locationtech/proj4j/blob/master/CONTRIBUTING.md#sign-off-on-commits-and-filing-a-cla

halset commented 6 years ago

Thanks, @pomadchin ! Closing this now and trying again in #14.