Skip to content

Commit

Permalink
[processing] Added missing field type to vector tools
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Nov 21, 2014
1 parent ac0edda commit 6e334d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/plugins/processing/tools/vector.py
Expand Up @@ -358,7 +358,8 @@ def checkMinDistance(point, index, distance, points):
TYPE_MAP = {
str : QVariant.String,
float: QVariant.Double,
int: QVariant.Int
int: QVariant.Int,
bool: QVariant.Bool
}

def _fieldName(f):
Expand Down

0 comments on commit 6e334d6

Please sign in to comment.