locationtech / proj4j

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

Extended Transverse Mercator #5

Closed halset closed 6 years ago

halset commented 6 years ago

Added support for Extended Transverse Mercator. Ported from proj.4

dr-jts commented 6 years ago

@lossyrob Does this need to be signed off?

I guess there are no Travis checks in place?

lossyrob commented 6 years ago

This would need sign off footers (as described here https://github.com/locationtech/geotrellis/blob/master/docs/CONTRIBUTING.rst#pull-requests), and for you to sign a Eclipse ECA.

Looks like the Eclipse hooks are not in place, made this ticket to get it put in place: https://bugs.eclipse.org/bugs/show_bug.cgi?id=532395

halset commented 6 years ago

I have signed a Eclipse ECA now. Should I create a new pull-request with signed commits or can this pull-request be signed afterwards?

lossyrob commented 6 years ago

You can either start a new PR with new commits (I'd recommend using git cherry-pick -s xxxxxx on a new branch to cherry pick commits), or rebase this branch to have signed commits and force push to update this PR.

halset commented 6 years ago

Thanks! #6 is a signed version of this.