File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,8 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
183
183
* @note this function generates a WKT string using OSRSetFromUserInput() and
184
184
* passes it to createFromWkt() function.
185
185
* @param theDefinition A String containing a coordinate reference system definition.
186
+ *
187
+ * @note added in 1.8
186
188
*/
187
189
bool createFromUserInput ( const QString theDefinition );
188
190
@@ -193,6 +195,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
193
195
* @note This function sets CPL config option GDAL_FIX_ESRI_WKT to a proper value,
194
196
* unless it has been set by the user through the commandline or an environment variable.
195
197
* For more details refer to OGRSpatialReference::morphFromESRI() .
198
+ *
196
199
* @note added in 1.8
197
200
*/
198
201
static void setupESRIWktFix ();
@@ -337,7 +340,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
337
340
338
341
/* ! return if axis is inverted (eg. for WMS 1.3)
339
342
* @return bool Whether this is crs axis is inverted
340
- * @note added in 1.9.90
343
+ * @note added in 1.8
341
344
*/
342
345
bool axisInverted () const ;
343
346
You can’t perform that action at this time.
0 commit comments