GeoPackage Extensions

Timeline
Login

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

50 most recent check-ins

2013-01-03
09:29
Switch to using extended spatialite init / cleanup.

Add valgrind suppression for the init singleton that we can't fix (http://trac.osgeo.org/geos/ticket/587) Leaf check-in: 665319e19a user: bradh tags: trunk

07:04
Relax security settings in those checks that require FileToBlob. check-in: ff07c2c545 user: bradh tags: trunk
06:51
Fix missing "extern C" declaration. Thanks to Paul Daisey for the fix.

Also add idempotent header checks. check-in: 66ffc0e148 user: bradh tags: trunk

06:48
Make sure we are using the "best" version of spatialite (per pkg-config)

Also updates the libtool version - not important. check-in: 89e6703732 user: bradh tags: trunk

2012-09-29
02:48
Add convenience API for creating tiles tables and adding zoom levels.

Also update geopackage_contents to define an informative extent. check-in: f30b241aee user: bradh tags: trunk

2012-09-22
03:33
Update to reflect 2012-09-21 version of spec.

Adds geopackage_contents and manifest tables, updates tile_table_metadata table. check-in: 25bca24c55 user: bradh tags: trunk

2012-09-16
10:10
Update trigger routines to match current spec. Update tests and add new tests to match. check-in: 4afe976081 user: bradh tags: trunk
10:09
Remove duplicate newlines. check-in: 610eecc80b user: bradh tags: trunk
04:14
Handle target / source SRID mismatch for gpkgPointToTile. Update tests to match. check-in: 0de16dc032 user: bradh tags: trunk
04:14
Add test for metadata_reference check-in: ddb2cabae2 user: bradh tags: trunk
04:13
Add <string.h> for strlen(). check-in: 05b37f2162 user: bradh tags: trunk
04:12
Slightly more descriptive comments. check-in: a4ec5b14a3 user: bradh tags: trunk
02:25
Add in support for creating the base tables, along with a test. A couple of other associated cleanups. check-in: fe779f2e01 user: bradh tags: trunk
2012-09-10
10:37
Final remove of snprintf. check-in: 9a0c50ad85 user: bradh tags: trunk
10:33
More work removing snprintf. check-in: 6ef3783571 user: bradh tags: trunk
10:22
First part of change to using sqlite3_mprintf, instead of snprintf and checking length. check-in: f5da10b05f user: bradh tags: trunk
2012-08-04
09:30
Rename point_to_tile() SQL function to gpkgPointToTile(), to match latest spec. check-in: 3a3f701359 user: bradh tags: trunk
08:20
Add more tests for gpkgGetImageType() SQL call. check-in: 3e6ac7829c user: bradh tags: trunk
07:05
More warning fixes. check-in: 41905efbb6 user: bradh tags: trunk
06:39
Add start of gpkgGetImageFormat(), plus a stack of warning fixes. check-in: 38a82ea203 user: bradh tags: trunk
04:17
More refactoring of names to match the latest version of the standard. check-in: 5909e0b262 user: bradh tags: trunk
02:31
Start rename to match new standards convention. check-in: 16cc2fc435 user: bradh tags: trunk
00:13
Remove TODO item that is now done. check-in: 59187bcb32 user: bradh tags: trunk
00:12
Handle integers as arguments in point-to-tile function. check-in: d2e8d674f1 user: bradh tags: trunk
2012-07-27
11:35
Big refactoring of test cases and some code to improve testability.

This showed that there were a few memory leaks - now fixed. check-in: 3aa7d02211 user: bradh tags: trunk

2012-07-24
10:59
Add no tile case. check-in: 024b1c08cf user: bradh tags: trunk
10:50
Add testcases for broken table structure and incorrect table name. check-in: f707785322 user: bradh tags: trunk
10:20
Add test case for overly long filename, check-in: ba6e2beb1e user: bradh tags: trunk
09:54
Fix function name in error output paths. check-in: 291f8e6921 user: bradh tags: trunk
09:52
remove commented out code. check-in: c70e9ee34d user: bradh tags: trunk
09:49
Add tests for point-to-tile. check-in: f2bba89aae user: bradh tags: trunk
09:48
Fix debug filenames. check-in: 5cef0aaaf8 user: bradh tags: trunk
09:48
Fix indenting. check-in: 6e0ad4964b user: bradh tags: trunk
2012-07-21
11:20
add basic point-to-tile functionality. No tests yet. check-in: 2a879c852a user: bradh tags: trunk
02:56
Refactor the code into multiple, smaller files - one per SQL function. check-in: 6112e99a54 user: bradh tags: trunk
2012-07-15
11:43
Finish off add_raster_triggers() SQL function tests. check-in: a96baebe0e user: bradh tags: trunk
10:43
Add more trigger functionality testing. check-in: b149c0d176 user: bradh tags: trunk
09:59
Add first cut version of add_raster_triggers() SQL statement. check-in: 7e63c1f653 user: bradh tags: trunk
09:58
fix cut-n-paste error in test label. check-in: 9c9506c875 user: bradh tags: trunk
2012-07-14
04:44
Implement get_normal_zoom.

Includes test cases. check-in: 64f9b6714e user: bradh tags: trunk

04:43
Fix labels on test files. check-in: 97e067a116 user: bradh tags: trunk
04:43
Fix cut-n-paste error in test code. check-in: 750216140d user: bradh tags: trunk
03:43
Add extra test step, and do minor cleanups. check-in: b0b9b8dd88 user: bradh tags: trunk
03:10
Extend get_normal_row() SQL function and add test cases. check-in: 456ddeb759 user: bradh tags: trunk
2012-07-13
11:56
First cut implementation of get_normal_row. check-in: 7017c103b3 user: bradh tags: trunk
2012-07-08
12:03
Fix some output filenames. check-in: 86208ce66c user: bradh tags: trunk
11:06
Implement tests for trigger functionality.

Also fix one typo in the trigger message (from spec). check-in: f5518499db user: bradh tags: trunk

00:08
Update comments. check-in: 9a5bbf8693 user: bradh tags: trunk
00:05
Add test for normal functionality of add_rt_metadata_triggers() SQL function. check-in: 4e2d8c51f5 user: bradh tags: trunk
2012-07-07
11:10
Add in support (and some tests) for add_rt_metadata_triggers() SQL function. check-in: de5d30ca4b user: bradh tags: trunk