Skip to content

Commit

Permalink
[processing] Fix outdated Find Projection docs
Browse files Browse the repository at this point in the history
Fixes #21404
  • Loading branch information
nyalldawson committed Mar 4, 2019
1 parent fb94c9a commit 9d509e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/help/qgis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 9d509e7

Please sign in to comment.