Gotcha, my mistake. I just pushed an update that removes the wrapper and
just uses JTS, as requested.
https://github.com/geotools/geotools/pull/3190
Thanks,
Joseph Miller
On Sun, Oct 25, 2020 at 1:46 PM Andrea Aime
wrote:
> Hi Joseph,
> I see the change in dependency in the pom, and believe th
Hi Joseph,
I see the change in dependency in the pom, and believe there is a
misunderstanding, both gt-geometry and gt-jts-wrapper are about to be
removed.
If you want to build a valid filter, straight JTS geometries must be
wrapped in a literal, like it's done
in the CQL module, or in the OGC Filt
Andrea,
As requested see the PR at https://github.com/geotools/geotools/pull/3190
Thanks,
Joseph Miller
On Sat, Oct 24, 2020 at 4:46 AM Andrea Aime
wrote:
> Hi Joseph,
> I'm working in the un-checked branch and just merged master into it, which
> brought the cql-json module.
>
> While I was at