Re: [Geotools-devel] Adding CurvedGeometry support to GeoPackage reader

2025-11-10 Thread Ian Turton
That sounds like it would be really useful, have you had a look at how the other JDBC datastores code handle Curves? I'll keep an eye out for the PR Ian On Mon, 10 Nov 2025 at 03:14, Glenn Walbran via GeoTools-Devel < [email protected]> wrote: > Hello Geotools developers > >

[Geotools-devel] Adding CurvedGeometry support to GeoPackage reader

2025-11-09 Thread Glenn Walbran via GeoTools-Devel
Hello Geotools developers We've been finding a lot a curved geometries in GeoPackage files lately and these aren't supported by GeoTools.  You get an error like: `Unknown WKB type xx`. I'm wondering if there would be interest in adding this to GeoTools? If there is I can create merge request