Opened 8 years ago
Closed 8 years ago
#512 closed defect (fixed)
Spatialite without GeoPackage support (missing #define ENBLE_GEOPACKAGE)
Reported by: | rouault | Owned by: | |
---|---|---|---|
Priority: | major | Component: | Package |
Version: | Keywords: | gpkg spatialite | |
Cc: | jef |
Description
Spatialite 4.3.0-2 package has likely been built without GeoPackage support, looking at config-msvc.h in http://download.osgeo.org/osgeo4w/x86_64/release/spatialite/spatialite-4.3.0-2-src.tar.bz2 that has ENABLE_GEOPACKAGE commented out
/* Should be defined in order to enable GeoPackage support. */ /* #undef ENABLE_GEOPACKAGE */
Should be replaced by
#define ENABLE_GEOPACKAGE
This cause SQL requests to the OGR GeoPackage driver not being able to use Spatialite functions. See https://trac.osgeo.org/gdal/ticket/6546
Note:
See TracTickets
for help on using tickets.
fixed in spatialite-4.3.0-3