geopaparazzi / geopaparazzi

Because not all paparazzis are evil!
GNU General Public License v3.0
149 stars 75 forks source link

SpatiaLite 4+ Databases are not created #56

Closed mj10777 closed 10 years ago

mj10777 commented 11 years ago

The present version of Spatialite in the library only creates pre Spatialite 4.0 Databases.

mj10777 commented 11 years ago

This is also the cause of 'RegisterVirtualGeometry' not working since it needs SpatiaLite 4.0.0

moovida commented 11 years ago

I never compiled the spatialite 4 android libs, but I got some from the nutiteq project. They are spatialite > 4, so they could work.

Currently they are available in the https://github.com/moovida/geopaparazzi/tree/nf_shapefilestest branch.

mj10777 commented 11 years ago

Pre-condition for Spatialite >= 4 is zlib and iconv (for shapes)

mj10777 commented 10 years ago

When is BLOB is retrieved, stmt.step() always returns false with BLOBS

moovida commented 10 years ago

I think this can be seen as continued in Issue #98