Skip to content

Commit f494fd0

Browse files
author
timlinux
committedAug 21, 2008
Refactor spatial reference system to coordinate reference system (finalise fix of ticket #15). Also updated some more core api docs / module assignments.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9108 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

93 files changed

+793
-778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+793
-778
lines changed
 

‎python/core/core.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
%Include qgssinglesymbolrenderer.sip
5353
%Include qgssnapper.sip
5454
%Include qgsspatialindex.sip
55-
%Include qgsspatialrefsys.sip
55+
%Include qgscoordinatereferencesystem.sip
5656
%Include qgssymbol.sip
5757
%Include qgssymbologyutils.sip
5858
%Include qgsuniquevaluerenderer.sip

‎python/core/qgis.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public:
9797
/** Magic number for a geographic coord sys in POSTGIS SRID */
9898
const long GEOSRID;
9999
/** Magic number for a geographic coord sys in QGIS srs.db tbl_srs.srs_id */
100-
const long GEOSRS_ID;
100+
const long GEOCRS_ID;
101101
/** Magic number for a geographic coord sys in EPSG ID format */
102102
const long GEOEPSG_ID;
103103
/** The length of teh string "+proj=" */

0 commit comments

Comments
 (0)
Please sign in to comment.