From f5a650f9784350b544c25da2c2852a1c376fc7c2 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 20 Dec 2017 12:10:33 +0100 Subject: [PATCH] Followup 9a5435f: Fix sip files --- python/core/metadata/qgslayermetadata.sip | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/core/metadata/qgslayermetadata.sip b/python/core/metadata/qgslayermetadata.sip index 6084ae533e92..ecdeda4b1e2e 100644 --- a/python/core/metadata/qgslayermetadata.sip +++ b/python/core/metadata/qgslayermetadata.sip @@ -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. @@ -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.