Re: [Geotools-devel] GEOT-6721 Cylindrical Equal Area

2020-10-20 Thread Joseph Miller
Love the low hanging fruit :) PR can be found at https://github.com/geotools/geotools/pull/3184 Thanks, Joe Miller On Tue, Oct 20, 2020 at 9:42 AM Eric Engle wrote: > I believe it's essentially a one line fix. Just add this to the > getParameterValues() implementation: > > values.parameter("s

Re: [Geotools-devel] GEOT-6721 Cylindrical Equal Area

2020-10-20 Thread Eric Engle via GeoTools-Devel
I believe it's essentially a one line fix. Just add this to the getParameterValues() implementation: values.parameter("standard_parallel_1").setValue(trueScaleLatitudeDeg); Where the trueScaleLatitudeDeg is the trueScaleLatitude parameter that was there before, except not saved as radians. (Th

Re: [Geotools-devel] GEOT-6721 Cylindrical Equal Area

2020-10-20 Thread Peter Borissow via GeoTools-Devel
I wrote the class a few years ago. Feel free to email me off the list if you need help. Thanks,Peter On Tuesday, October 20, 2020, 4:07:47 AM EDT, Andrea Aime wrote: Hi Joseph,sometimes Eric follows up with a PR of his own, I've cc'ed him on this mail to makesure you're not both wor

Re: [Geotools-devel] GEOT-6721 Cylindrical Equal Area

2020-10-20 Thread Andrea Aime
Hi Joseph, sometimes Eric follows up with a PR of his own, I've cc'ed him on this mail to make sure you're not both working on it. Cheers Andrea On Mon, Oct 19, 2020 at 10:17 PM Joseph Miller wrote: > If no one else is taking a look, I'd like to tackly GEOT-6721, an issue > with the Cylindrical

[Geotools-devel] GEOT-6721 Cylindrical Equal Area

2020-10-19 Thread Joseph Miller
If no one else is taking a look, I'd like to tackly GEOT-6721, an issue with the Cylindrical Equal Area Transform object. https://osgeo-org.atlassian.net/jira/software/c/projects/GEOT/issues/GEOT-6721 Thanks, Joe Miller ___ GeoTools-Devel mailing list G