orbisgis / h2gis

A spatial extension of the H2 database.
http://www.h2gis.org
GNU Lesser General Public License v3.0
207 stars 63 forks source link

Removed User_Spatial_Ref table to manage local srid when a prj is read #1319

Closed ebocher closed 2 years ago

ebocher commented 2 years ago

This mecanism was introduced by https://github.com/orbisgis/h2gis/pull/1312 We remove it because it introduces several issues with H2GIS. When the prj parser doesn't contain any EPSG code we decide to set the srid of the geometries to zero.