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
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
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