mirror of
https://github.com/qgis/QGIS.git
synced 2025-11-22 00:14:55 -05:00
Update resources/function_help/json/extend
This commit is contained in:
parent
fc1f3bfbf2
commit
23c7bd61b9
@ -7,6 +7,5 @@
|
||||
{"arg":"start_distance","description":"distance to extend the start of the line"},
|
||||
{"arg":"end_distance","description":"distance to extend the end of the line."}],
|
||||
"examples": [ { "expression":"geom_to_wkt(extend(geom_from_wkt('LineString(0 0, 1 0, 1 1)'),1,2))", "returns":"'LineString (-1 0, 1 0, 1 3)'"},
|
||||
{ "expression":"geom_to_wkt(extend(geom_from_wkt('multiLineString((0 0, 1 0, 1 1), (2 2, 0 2, 0 5))'),1,2))", "returns":"'MultiLineString ((-1 0, 1 0, 1 3),(3 2, 0 2, 0 7))'"}]
|
||||
{ "expression":"geom_to_wkt(extend(geom_from_wkt('MultiLineString((0 0, 1 0, 1 1), (2 2, 0 2, 0 5))'),1,2))", "returns":"'MultiLineString ((-1 0, 1 0, 1 3),(3 2, 0 2, 0 7))'"}]
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user