Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add v.type algorithm
  • Loading branch information
Médéric RIBREUX committed Mar 12, 2016
1 parent b7a6037 commit 2139d5f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Expand Up @@ -4,4 +4,5 @@ Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterString|height|Fixed height for 3D vector features (float)|None|False|True
ParameterTableField|column|Name of attribute column used for height|input|0|True
*ParameterBoolean|-r|Reverse transformation; 3D vector features to 2D|False
OutputVector|output|3D
7 changes: 7 additions & 0 deletions python/plugins/processing/algs/grass7/description/v.type.txt
@@ -0,0 +1,7 @@
v.type
Change the type of geometry elements.
Vector (v.*)
ParameterVector|input|Name of existing vector map|-1|False
ParameterSelection|from_type|Feature type to convert from|point;line;boundary;centroid;face;kernel|1
ParameterSelection|to_type|Feature type to convert to|point;line;boundary;centroid;face;kernel|1
OutputVector|output|Typed

0 comments on commit 2139d5f

Please sign in to comment.