Mercurial > dive4elements > river
diff backend/contrib/shpimporter/boundaries.py @ 7352:c6825778de1f
Merged double-precision branch.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 16 Oct 2013 13:03:13 +0200 |
parents | baae6cbc1086 |
children |
line wrap: on
line diff
--- a/backend/contrib/shpimporter/boundaries.py Wed Oct 16 12:39:33 2013 +0200 +++ b/backend/contrib/shpimporter/boundaries.py Wed Oct 16 13:03:13 2013 +0200 @@ -84,7 +84,7 @@ def isShapeRelevant(self, name, path): shp = ogr.Open(path) if self.isGeometryValid(shp.GetLayerByName(name).GetGeomType()) and \ - self.getKind(path) > 0: + self.getKind(path) > 0 and not "talaue" in path.lower(): return True else: return False