Check-in Differences
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Difference From 58849a0a8fd61b31 To 7f691c1e017837c1

2014-01-02
00:33
Remove point_to_tile functionality - no longer required by spec, and broken.

Also add missing gpkgBinary.c file. check-in: 89cec81bcc user: bradh tags: trunk

2014-01-01
10:29
Expose gaiaFromGeoPackageGeometryBlob function and use it as a fallback if we can't parse as spatialite geometry.

Also adds test. check-in: 7f691c1e01 user: bradh tags: trunk

06:24
Implement GeomFromGPB() and test cases. check-in: 58849a0a8f user: bradh tags: trunk
01:39
Add geopackage output geometry support (AsGPB() SQL function), based on existing WKB output. check-in: d26839b4fd user: bradh tags: trunk

Changes to src/gaiageo/gg_wkb.c.

Changes to src/headers/spatialite/geopackage.h.

Added test/sql_stmt_geopackage_tests/implicitgeopackagebinary1.testcase.