mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Followup 9a5435f: Fix sip files
This commit is contained in:
parent
bf45d0b618
commit
f5a650f978
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user