Skip to content
Permalink
Browse files
make sure gdaltools input vector layers are ogr vectors
  • Loading branch information
brushtyler committed Sep 3, 2011
1 parent 372696e commit 4312197
Showing 1 changed file with 2 additions and 0 deletions.
@@ -153,6 +153,8 @@ def getRasterLayers(self):
def isVector(self, layer):
if layer.type() != layer.VectorLayer:
return False
if layer.usesProvider() and layer.providerKey() != 'ogr':
return False
return True

def getVectorLayers(self):

0 comments on commit 4312197

Please sign in to comment.