Skip to content

Commit 6be9d08

Browse files
committedOct 22, 2014
Merge pull request #1646 from gioman/saga_shapesmodules_fixes1
fixes for 2 shapes tools for SAGA 2.1.2
2 parents 47f5873 + 17626b8 commit 6be9d08

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
 
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Add Polygon Attributes to Points
2+
shapes_points
3+
ParameterVector|INPUT|Points|0|False
4+
ParameterVector|POLYGONS|Polygons|2|False
5+
ParameterTableField|FIELDS|Attribute|POLYGONS|-1|False
6+
OutputVector|OUTPUT|Result
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Merge Layers
2+
shapes_tools
3+
ParameterMultipleInput|INPUT|Input Layers|-1|True
4+
ParameterBoolean|SRCINFO|Add source information|True
5+
ParameterBoolean|MATCH|Match Fields by Name|True
6+
OutputVector|MERGED|Merged Layer

0 commit comments

Comments
 (0)
Please sign in to comment.