mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-02 00:26:05 -04:00
Merge pull request #30462 from DelazJ/patch-11
Add precision to travel cost parameter in service area algorithms
This commit is contained in:
commit
078ab8b04e
@ -500,6 +500,16 @@ qgis:selectbyexpression: >
|
||||
|
||||
For more information about expressions see the <a href ="{qgisdocs}/user_manual/working_with_vector/expression.html">user manual</a>
|
||||
|
||||
qgis:serviceareafromlayer: >
|
||||
This algorithm creates a new vector with all the edges or parts of edges of a network line layer that can be reached within a distance or a time, starting from features of a point layer.
|
||||
|
||||
The distance and the time (both referred to as "travel cost") must be specified respectively in the network layer units or in seconds.
|
||||
|
||||
qgis:serviceareafrompoint: >
|
||||
This algorithm creates a new vector with all the edges or parts of edges of a network line layer that can be reached within a distance or a time, starting from a point feature.
|
||||
|
||||
The distance and the time (both referred to as "travel cost") must be specified respectively in the network layer units or in seconds.
|
||||
|
||||
qgis:setmvalue: >
|
||||
This algorithm sets the M value for geometries in a layer.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user