File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,13 +179,13 @@ class CORE_EXPORT QgsCoordinateReferenceSystem
179
179
/* ! This is a globbing function to try to find a record in the database
180
180
* that matches a CRS defined only by a proj4string. The goal is to
181
181
* learn what the tbl_srs.srs_id value is for the CRS. Internally
182
- * the source CRS is converted to and OGR srs object using the proj4string
182
+ * the source CRS is converted to an OGR srs object using the proj4string call
183
183
* and then every record in the database that matches projection and ellipsoid
184
184
* will be converted to an OGR srs in turn and compared to the source CRS.
185
185
* There are some gotchas with using ogr isSame() srs comparison, but
186
186
* its more effective than using straight string comparison of proj4params.
187
187
* @note The ellipsoid and projection acronyms must be set as well as the proj4string!
188
- * @return lomg the SrsId of the matched CRS
188
+ * @return long the SrsId of the matched CRS
189
189
*/
190
190
long findMatchingProj ();
191
191
You can’t perform that action at this time.
0 commit comments