We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ff2a53c commit 24e6366Copy full SHA for 24e6366
images/flags/de.png
-545 Bytes
python/utils.py
@@ -598,8 +598,6 @@ def spatialite_connect(*args, **kwargs):
598
libs = [
599
# SpatiaLite >= 4.2 and Sqlite >= 3.7.17, should work on all platforms
600
("mod_spatialite", "sqlite3_modspatialite_init"),
601
- # SpatiaLite >= 4.2 (windows)
602
- ("spatialite4.dll", "sqlite3_modspatialite_init"),
603
# SpatiaLite >= 4.2 and Sqlite < 3.7.17 (Travis)
604
("mod_spatialite.so", "sqlite3_modspatialite_init"),
605
# SpatiaLite < 4.2 (linux)
0 commit comments