You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fails with error: ERROR: ST_Intersects: Operation on mixed SRID geometries (Polygon, 3067) != (Polygon, 3047)
The text was updated successfully, but these errors were encountered:
jampukka
changed the title
BboxExtraPropertyParam doesn
BboxExtraPropertyParam doesn't work correctly with bbox-crs
Nov 6, 2023
jampukka
changed the title
BboxExtraPropertyParam doesn't work correctly with bbox-crs
Coordinate reference systems that differ only by axis order do not work
Nov 10, 2023
Turns out GeoToolsProjectionTransformerFactory was too quick to judge two systems as equal, which caused geometry srid not to get updated and caused ProjectionHelper.reprojectToStorageCRS(prop, geom) to not do what it claims to do.
The following request to a collection
EPSG:3067
/collections/{collectionId}/items?crs=http://www.opengis.net/def/crs/EPSG/0/3047&bbox=6854058.383,333886.496,6854061.684,333893.007&bbox-crs=http://www.opengis.net/def/crs/EPSG/0/3047
fails with error:
ERROR: ST_Intersects: Operation on mixed SRID geometries (Polygon, 3067) != (Polygon, 3047)
The text was updated successfully, but these errors were encountered: