[processing] Fix outdated Find Projection docs

Fixes #21404
This commit is contained in:
Nyall Dawson 2019-03-04 09:33:31 +10:00
parent fb94c9aae9
commit 9d509e7f4c

View File

@ -175,7 +175,7 @@ qgis:fieldcalculator: >
qgis:findprojection: >
This algorithm allows creation of a shortlist of possible candidate coordinate reference systems for a layer with an unknown projection.
The expected area which the layer should reside in must be specified via the target area parameter. Additionally, the coordinate reference system for this target area must also be set.
The expected area which the layer should reside in must be specified via the target area parameter.
The algorithm operates by testing the layer's extent in every known reference system and listing any in which the bounds would fall near the target area if the layer was in this projection.