On Mon, 14 Feb 2022, 14:11 Mark Johnson, <[email protected]> wrote:
> You should try rebuild the SpatialIndex. > > Spatialite offers gpkgAddSpatialIndex for a new Index. > > For its own format there are repair functions. > >SQL functions reference list >- spatialite-sql-latest.html > - will always lead to the released latest version > >- https://www.gaia-gis.it/gaia-sins/spatialite-sql-latest.html > - SQL functions for Spatial-MetaData and Spatial-Index handling > - https://www.gaia-gis.it/gaia-sins/spatialite-sql-latest.html#p16 > - CreateSpatialIndex > - DisableSpatialIndex > - CheckSpatialIndex > - RecoverSpatialIndex > - SQL functions implementing OGC GeoPackage compatibility > - https://www.gaia-gis.it/gaia-sins/spatialite-sql-latest.html#p16gpkg > - gpkgAddSpatialIndex > >- The 'Syntax' column: the command syntax > - gpkgAddSpatialIndex(table_name String, geometry_column_name String) : void >- The 'Summary' column: further information > >
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
