mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-25 00:12:17 -05:00
update help yaml
This commit is contained in:
parent
34f02327d2
commit
ad4b3d21e0
@ -58,7 +58,7 @@ qgis:climbalongline: >
|
||||
|
||||
Input layers must have Z values present. If Z values are not available, the "Drape" (set Z value from raster) algorithm may be used to add Z values from a DEM layer.
|
||||
|
||||
The output layer is a copy of the input layer with additional fields that contain the total climb, total descent, the minimum elevation and the maximum elevation for each line geometry. If the input layer contains fields with the same names as these added fields, they will be overwritten.
|
||||
The output layer is a copy of the input layer with additional fields that contain the total climb, total descent, the minimum elevation and the maximum elevation for each line geometry. If the input layer contains fields with the same names as these added fields, they will be renamed (field names will be altered to "name_2", "name_3", etc, finding the first non-duplicate name).
|
||||
|
||||
qgis:clip: >
|
||||
This algorithm clips a vector layer using the polygons of an additional polygons layer. Only the parts of the features in the input layer that falls within the polygons of the clipping layer will be added to the resulting layer.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user