Re: [Geotools-devel] Questions on submiting an additional map projection

2020-03-07 Thread Luí­s Moreira de Sousa via GeoTools-Devel
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

Re: [Geotools-devel] Questions on submiting an additional map projection

2020-03-05 Thread Jody Garnett
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:/

[Geotools-devel] Questions on submiting an additional map projection

2020-03-05 Thread Luí­s Moreira de Sousa via GeoTools-Devel
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