[QGIS Commit] r9455 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Oct 8 01:41:47 EDT 2008


Author: timlinux
Date: 2008-10-08 01:41:46 -0400 (Wed, 08 Oct 2008)
New Revision: 9455

Modified:
   trunk/qgis/src/core/qgscoordinatereferencesystem.h
Log:
Just some api doc updates

Modified: trunk/qgis/src/core/qgscoordinatereferencesystem.h
===================================================================
--- trunk/qgis/src/core/qgscoordinatereferencesystem.h	2008-10-08 03:38:38 UTC (rev 9454)
+++ trunk/qgis/src/core/qgscoordinatereferencesystem.h	2008-10-08 05:41:46 UTC (rev 9455)
@@ -64,6 +64,8 @@
 
     /*! Use this constructor when you want to create a CRS object using
      *  a postgis SRID, an EPSG id or a QGIS CRS_ID.
+     * @note We encourage you to use EPSG, WKT or Proj4 to describe CRS's in your code
+     * wherever possible. QGSI CRS_IDs are not guaranteed to be permanent / involatile.
      * @param theId The ID no valid for the chosen coordinate system id type
      * @param theType One of the types described in QgsCoordinateReferenceSystem::CRS_TYPE
      */



More information about the QGIS-commit mailing list