locationtech / proj4j

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

Implement setRadius #55

Closed skinkie closed 4 years ago

skinkie commented 4 years ago

A projection may have a radius. This commit implements setRadius used in for example Equidistant Cylindrical where: +R= Radius of the sphere given in meters. As per documentation this function is applied on the end, so it takes precedence over +ellps.

Fix #54

pomadchin commented 4 years ago

Hey @skinkie thanks for your contribution I'll merge it ASAP! And gz with your first contribution into this project!

Could you please sign an ECA? https://github.com/locationtech/proj4j/blob/master/CONTRIBUTING.md#sign-off-on-commits-and-filing-a-cla

After that run in your terminal:

git commit --amend -s && git push origin -f feature_setRadius
skinkie commented 4 years ago

@pomadchin it would help me greatly if you could also push out a new release having this on board, so I can directly use it in my own projects.

skinkie commented 4 years ago

@pomadchin is there anything you still require from me?

pomadchin commented 4 years ago

hey @skinkie; we plan to publish a new release during the next couple of weeks (I hope before holidays)

Thanks again for contributing!

skinkie commented 4 years ago

Thank you for bringing proj4j back to active development.