Dear all,
the pull request for the Homolosine is just in:
https://github.com/geotools/geotools/pull/2830
This is a literal implementation of the projection described by John Paul
Goode, relying on the existing projection classes for the Mollweide and the
Sinusoidal. Thus no actual mathematical
Excellent!
You can leave @since off if you like, it is more when you have a core API
interface and want to capture API changes. If you want to include it the
current version of master is appropriate.
For serialVersionUID my IDE offers to generate one, java provide manual
instructions here
https:/
Dear all,
I have a functional implementation of the Homolosine projection that I would
like to submit as a pull request. But I need some guidance on two items:
- @since: I understand this tag indicates the version that introduces the
projection. What should I declare here? Should it be left emp