Re: [Geotools-devel] OGC Common Query Language 3

2020-10-25 Thread Joseph Miller
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

Re: [Geotools-devel] OGC Common Query Language 3

2020-10-25 Thread Andrea Aime
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

Re: [Geotools-devel] OGC Common Query Language 3

2020-10-25 Thread Joseph Miller
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