You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: python/core/qgsrasterlayer.sip
+2-2
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,8 @@ public:
90
90
*/
91
91
QString identifyAsText(const QgsPoint & point);
92
92
93
-
/** \brief Query gdal to find out the WKT projection string for this layer. This implements the virtual method of the same name defined in QgsMapLayer*/
94
-
QString getProjectionWKT();
93
+
/** \brief Query gdal to find out the Wkt projection string for this layer. This implements the virtual method of the same name defined in QgsMapLayer*/
94
+
QString getProjectionWkt();
95
95
96
96
/** \brief Returns the number of raster units per each raster pixel. For rasters with world file, this is normally the first row (without the sign) in that file */
0 commit comments