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 3, 2019
1 parent ecdfe1f commit bcd49ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -173,7 +173,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 bcd49ca

Please sign in to comment.