Re: [gdal-dev] GPKG application_id

2014-08-12 Thread Jukka Rahkonen
Even Rouault spatialys.com> writes: > > Hi Paul, ... > > Others are less likely. I’ve learned that GeoServer is emitted GPKG files > > without the application_id set. > > Hum, do they plan fixing that at some point ? Couldn't they do the same trick > we do (direct editing) ? According to Geo

Re: [gdal-dev] GPKG application_id

2014-08-07 Thread Even Rouault
Hi Paul, > As we found when developing gpkg, setting the PRAGMA application_id can be > tricky given the general state of installed sqlite libraries on a randomly > chosen system: generally, the libraries are old enough to not support that > pragma! For reference: old sqlite lib can be a problem

[gdal-dev] GPKG application_id

2014-08-07 Thread Paul Ramsey
As we found when developing gpkg, setting the PRAGMA application_id can be tricky given the general state of installed sqlite libraries on a randomly chosen system: generally, the libraries are old enough to not support that pragma! We ended up hacking around it by directly editing the bytes in