Skip to content

Commit

Permalink
Followup 9a5435f: Fix sip files
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Dec 20, 2017
1 parent bf45d0b commit f5a650f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/core/metadata/qgslayermetadata.sip
Expand Up @@ -508,7 +508,7 @@ CRS which is actually used to display and manipulate the layer within QGIS.
This may be the case when a layer has an incorrect CRS within its metadata
and a user has manually overridden the layer's CRS within QGIS.

The CRS described here should either match the CRS from the layer QgsMapLayer.crs()
The CRS described here should either match the CRS from the layer :py:func:`QgsMapLayer.crs()`
or the CRS from the data provider.

This property should also match the CRS property used in the spatial extent.
Expand All @@ -531,7 +531,7 @@ CRS which is actually used to display and manipulate the layer within QGIS.
This may be the case when a layer has an incorrect CRS within its metadata
and a user has manually overridden the layer's CRS within QGIS.

The CRS described here should either match the CRS from the layer QgsMapLayer.crs()
The CRS described here should either match the CRS from the layer :py:func:`QgsMapLayer.crs()`
or the CRS from the data provider.

This property should also match the CRS property used in the spatial extent.
Expand Down

0 comments on commit f5a650f

Please sign in to comment.