Skip to content

Commit

Permalink
fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Mar 6, 2024
1 parent f7d5feb commit d45c8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsjsonutils.h
Expand Up @@ -428,7 +428,7 @@ class CORE_EXPORT QgsJsonUtils
* if it differs from OGC:CRS84 or EPSG:4326.
* According to new specification RFC 7946, coordinate reference system for all GeoJSON coordinates
* is assumed to be OGC:CRS84 but when user specifically request a different CRS, this method
* allow to add this information in the JSON output
* adds this information in the JSON output
*/
static void addCrsInfo( json &value, const QgsCoordinateReferenceSystem &crs ) SIP_SKIP;

Expand Down

0 comments on commit d45c8fe

Please sign in to comment.