From 41c847136e92ae87ee878213386541c70ec915f6 Mon Sep 17 00:00:00 2001 From: Andrea Giudiceandrea Date: Mon, 27 Jan 2020 10:07:03 +0100 Subject: [PATCH] Remove qgis:pointsalonglines python alg help after "Points along geometry" algorithm port to C++ since 3.8 qgis\QGIS@f30fcca5ece7019d83d2b385f954a0335c84e7c6 qgis\QGIS#30175 --- python/plugins/processing/algs/help/qgis.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/python/plugins/processing/algs/help/qgis.yaml b/python/plugins/processing/algs/help/qgis.yaml index c4dd25e16d83..142c049e6a64 100644 --- a/python/plugins/processing/algs/help/qgis.yaml +++ b/python/plugins/processing/algs/help/qgis.yaml @@ -237,11 +237,6 @@ qgis:minimalenclosingcircle: > As an alternative, the output layer can contain not just a single circle, but one for each input feature, representing the minimum enclosing circle that covers each of them. -qgis:pointsalonglines: > - Creates points at regular intervals along line or polygon geometries. Created points will have new attributes added for the distance along the geometry and the angle of the line at the point. - - An optional start and end offset can be specified, which controls how far from the start and end of the geometry the points should be created. - qgis:pointsdisplacement: > Offsets nearby point features by moving nearby points by a preset amount to minimize overlapping features.