mirror of
https://github.com/qgis/QGIS.git
synced 2025-12-25 00:12:17 -05:00
[processing][gdal] Fix SQL command in points along lines algorithm
This commit is contained in:
parent
c5dd8714a8
commit
964431a0cc
@ -112,7 +112,7 @@ class PointsAlongLines(GdalAlgorithm):
|
||||
ogrLayer,
|
||||
'-dialect',
|
||||
'sqlite',
|
||||
'-sql'
|
||||
'-sql',
|
||||
f'SELECT ST_Line_Interpolate_Point({geometry}, {distance}) AS {geometry}{other_fields} FROM "{layerName}"'
|
||||
]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user