-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes for 2 shapes tools for SAGA 2.1.2
- Loading branch information
Giovanni Manghi
committed
Oct 20, 2014
1 parent
4906d56
commit 17626b8
Showing
4 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.1_AddPolygonAttributestoPoints.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
6 changes: 6 additions & 0 deletions
6
python/plugins/processing/algs/saga/description/2.1_MergeLayers.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |