[Dive4elements-commits] [PATCH 3 of 3] Merged
Wald Commits
scm-commit at wald.intevation.org
Thu Apr 4 15:51:32 CEST 2013
# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1365082158 -7200
# Node ID bf016afe92f51d38c49aece64df1ad25b6176fb9
# Parent b223be96758cef608a66362277e74f1b07df505a
# Parent b91cc44312b716ab5c056e10ad6e8e36c0b1ba5a
Merged
diff -r b223be96758c -r bf016afe92f5 flys-backend/contrib/shpimporter/buildings.py
--- a/flys-backend/contrib/shpimporter/buildings.py Thu Apr 04 15:28:33 2013 +0200
+++ b/flys-backend/contrib/shpimporter/buildings.py Thu Apr 04 15:29:18 2013 +0200
@@ -46,7 +46,7 @@
def isShapeRelevant(self, name, path):
- return "buhnen.shp" not in name.lower()
+ return "buhnen.shp" not in path.lower()
def getKind(self, feat, path):
# First try to resolve it with the filename
More information about the Dive4elements-commits
mailing list