mod_spatialite added to osgeo4w

This commit is contained in:
Juergen E. Fischer 2017-11-05 21:03:08 +01:00
parent ff2a53c584
commit 24e6366815
2 changed files with 0 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 545 B

View File

@ -598,8 +598,6 @@ using the "mod_spatialite" extension (python3)"""
libs = [
# SpatiaLite >= 4.2 and Sqlite >= 3.7.17, should work on all platforms
("mod_spatialite", "sqlite3_modspatialite_init"),
# SpatiaLite >= 4.2 (windows)
("spatialite4.dll", "sqlite3_modspatialite_init"),
# SpatiaLite >= 4.2 and Sqlite < 3.7.17 (Travis)
("mod_spatialite.so", "sqlite3_modspatialite_init"),
# SpatiaLite < 4.2 (linux)