Create a Postgres table with geometry(point, 3857) column, then try to persist a JTS Point into it with 3857 SRID. You will get an error saying that SRID 3875 3785 geometry cannot be saved into a SRID 3857 column, due to this GeoLatte bug: https://github.com/GeoLatte/geolatte-geom/issues/41
Please update to GeoLatte 1.0.3 that fixes this bug. 3857 is a pretty widely used geom and this is preventing me from upgrading to Hibernate 5.0+... |
|