We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent f6e1d69 commit 3a83999Copy full SHA for 3a83999
src/core/qgscoordinatereferencesystem.h
@@ -64,6 +64,8 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
64
65
/*! Use this constructor when you want to create a CRS object using
66
* a postgis SRID, an EPSG id or a QGIS CRS_ID.
67
+ * @note We encourage you to use EPSG, WKT or Proj4 to describe CRS's in your code
68
+ * wherever possible. QGSI CRS_IDs are not guaranteed to be permanent / involatile.
69
* @param theId The ID no valid for the chosen coordinate system id type
70
* @param theType One of the types described in QgsCoordinateReferenceSystem::CRS_TYPE
71
*/
0 commit comments