Re: [Geotools-devel] Motion: MBStyle Graduation

2020-02-01 Thread Jody Garnett
Thanks for the updates. I have another in progress about RGBA color handling (Mapbox GL handles > opacity with both the color spec and the opacity, the > translator only uses the latter)... I have a work in progress that uses > functions to move around the color in its full RGBA form, > needs a bi

Re: [Geotools-devel] Backporting GEOT-6409/GEOS-9379: TimeParser refactoring and improvement

2020-02-01 Thread Andrea Aime
No objections! :-D Cheers Andrea On Thu, Jan 30, 2020 at 11:03 AM Daniele Romagnoli < daniele.romagn...@geo-solutions.it> wrote: > Hi, > sorry for crossposting but the 2 commits are strictly related since the > GEOS one requires the GEOT one and they can't be handled separately. > > I would like

Re: [Geotools-devel] Motion: MBStyle Graduation

2020-02-01 Thread Andrea Aime
Hi Jody, this active PR changes the way MBStyle translates the background color (the existing solution was not working on data reprojection). https://github.com/geotools/geotools/pull/2775 Could you have a look at it before starting to move classes around? I have another in progress about RGBA col