Skip to content

Commit 24e6366

Browse files
committedNov 5, 2017
mod_spatialite added to osgeo4w
1 parent ff2a53c commit 24e6366

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎images/flags/de.png

-545 Bytes
Binary file not shown.

‎python/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,6 @@ def spatialite_connect(*args, **kwargs):
598598
libs = [
599599
# SpatiaLite >= 4.2 and Sqlite >= 3.7.17, should work on all platforms
600600
("mod_spatialite", "sqlite3_modspatialite_init"),
601-
# SpatiaLite >= 4.2 (windows)
602-
("spatialite4.dll", "sqlite3_modspatialite_init"),
603601
# SpatiaLite >= 4.2 and Sqlite < 3.7.17 (Travis)
604602
("mod_spatialite.so", "sqlite3_modspatialite_init"),
605603
# SpatiaLite < 4.2 (linux)

0 commit comments

Comments
 (0)
Please sign in to comment.