My name is not Winston Smith, I am a Swiss geographer and I blog about web development & the development of the web, the privacy debate and geoinformation science. Follow me on Twitter.
a tricks for qgis : you can convert DB 4.0 to 3.0 (supported by qgis stable 1.8) with apposite tool; compile (for linux) package spatialite-tools 4 , and use spatialite_convert -d db-name.sqlite -v 3 .
for windows: http://www.gaia-gis.it/gaia-si [...]
Your welcome. Concerning QGIS, this is not the whole truth. You can actually compile the latest QGIS from source and specify the path to your libspatialite files. With this I could easily connect to 4.0.0 databases in QGIS, but I am not sure whether [...]
Latest Comments
On , luca commented on How to install SpatiaLite and SpatiaLite GUI on Ubuntu 12.04 :
a tricks for qgis : you can convert DB 4.0 to 3.0 (supported by qgis stable 1.8) with apposite tool; compile (for linux) package spatialite-tools 4 , and use spatialite_convert -d db-name.sqlite -v 3 . for windows: http://www.gaia-gis.it/gaia-si [...]
On , Winston Smith commented on How to install SpatiaLite and SpatiaLite GUI on Ubuntu 12.04 :
Your welcome. Concerning QGIS, this is not the whole truth. You can actually compile the latest QGIS from source and specify the path to your libspatialite files. With this I could easily connect to 4.0.0 databases in QGIS, but I am not sure whether [...]
On , Dominique commented on How to install SpatiaLite and SpatiaLite GUI on Ubuntu 12.04 :
Thanks for the help, I got it to work OK. The only problem is Qgis has no support for Spatialite 4.0 yet...