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
FILE_TABLE engine permits to link file format to H2GIS database as dbf or shp.
Often the shapefile format is distributed with a prj file which is not standardized and does not contain information to find the SRID code.
However the SRID is used by the view GEOMETRY_COLUMNS to store geo metadata and the SRID is required by to build the corresponding CRS.
A simple solution to fix this problem will be to force the SRID via the FILE_TABLE function
FILE_TABLE engine permits to link file format to H2GIS database as dbf or shp.
Often the shapefile format is distributed with a prj file which is not standardized and does not contain information to find the SRID code.
However the SRID is used by the view GEOMETRY_COLUMNS to store geo metadata and the SRID is required by to build the corresponding CRS.
A simple solution to fix this problem will be to force the SRID via the FILE_TABLE function
where options will be
'SRID=2154, ENCOCING=UTF8'
@nicolas-f
The text was updated successfully, but these errors were encountered: