fixes for 2 shapes tools for SAGA 2.1.2

This commit is contained in:
Giovanni Manghi 2014-10-20 19:54:47 +01:00
parent 4906d56955
commit 17626b802a
4 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
Add Polygon Attributes to Points
shapes_points
ParameterVector|INPUT|Points|0|False
ParameterVector|POLYGONS|Polygons|2|False
ParameterTableField|FIELDS|Attribute|POLYGONS|-1|False
OutputVector|OUTPUT|Result

View File

@ -0,0 +1,6 @@
Merge Layers
shapes_tools
ParameterMultipleInput|INPUT|Input Layers|-1|True
ParameterBoolean|SRCINFO|Add source information|True
ParameterBoolean|MATCH|Match Fields by Name|True
OutputVector|MERGED|Merged Layer