-
Notifications
You must be signed in to change notification settings - Fork 21
Spatialite checkout needs to be upgraded to work perfectly on higher version of QGIS ex. QGIS 2.14 #56
Comments
Can you tell me the version of gdal (ogr2ogr), the version of spatialite and the version of qgis you are using ? |
I used QGIS 2.14.12, gdal/ogr version 2.1.3 and spatialite Version 4.3.0. |
I supposed this kind of test will be easier to do when the Travis-CI QA will be fully integrated in the process? |
@gignacnic I have made some progresses on the travis front too, the problem now is that the pyspatialite module cannot be found (although it's installed) see #57 for details of travis failures. Also the units tests can now be run from the qgis python console: from qgis_versioning.test import test
test() |
First, one problem wass related to checkout without selecting any features in the table in QGIS before checking out. Once you select any element in the table in QGIS before doing a checkout it works as expected with QGIS 2.18 (or other version). There were also a problem with OGC_FID field which needed to be lower instead of upper (maybe related to ogr2ogr version update). So I fix this and now it works for QGIS 2.18 that is executing a SpatiaLite checkout to fix these two problems: #60 |
Using the spatialiet checkout of the plugin only works perfectly with QGIS 2.8, once you start using it with higher QGIS version, it starts coming up with various errors and issues.
Find error screenshots below
The text was updated successfully, but these errors were encountered: