[osgeo4w-dev] [osgeo4w] #512: Spatialite without GeoPackage support (missing #define ENBLE_GEOPACKAGE)
OSGeo4W
trac_osgeo4w at osgeo.org
Wed Jun 22 11:57:35 PDT 2016
#512: Spatialite without GeoPackage support (missing #define ENBLE_GEOPACKAGE)
--------------------+-----------------------------
Reporter: rouault | Owner: osgeo4w-dev@…
Type: defect | Status: new
Priority: major | Component: Package
Version: | Keywords: gpkg spatialite
--------------------+-----------------------------
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
--
Ticket URL: <https://trac.osgeo.org/osgeo4w/ticket/512>
OSGeo4W <http://trac.osgeo.org/osgeo4w>
OSGeo4W is the Windows installer and package environment for the OSGeo stack.
More information about the osgeo4w-dev
mailing list