GeoLatte / geolatte-geom

A geometry model that conforms to the OGC Simple Features for SQL specification.
Other
134 stars 63 forks source link

[WIP] upgrade JTS to current release #69

Closed mprins closed 6 years ago

mprins commented 6 years ago

The current release is 1.15.1, the latest release is 1.16.0-RC1, GeoTools 20.0 will be shipping with JTS 1.16.0 as a dependency.

currently running into some issues because JTS has started supporting Z and M dimensions so there are some failing tests.

Also JTS now has CoordinateXY, CoordinateXYM, CoordinateXYZM, see locationtech/jts#293

maesenka commented 6 years ago

Thanks for this PR. This was on my list for some time now.