Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jomue authored and nyalldawson committed Nov 20, 2019
1 parent 150709c commit fb85e65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgscoordinatereferencesystem.h
Expand Up @@ -772,7 +772,7 @@ class CORE_EXPORT QgsCoordinateReferenceSystem

/**
* Set the EpsgCrsId identifier for this CRS
* \param epsg the ESPG identifier for this CRS (defaults to 0)
* \param epsg the EPSG identifier for this CRS (defaults to 0)
*/
void setEpsg( long epsg );

Expand Down
2 changes: 1 addition & 1 deletion src/server/services/wfs/qgswfsgetfeature.cpp
Expand Up @@ -1267,7 +1267,7 @@ namespace QgsWfs
QString createFeatureGeoJSON( const QgsFeature &feature, const createFeatureParams &params, const QgsAttributeList &pkAttributes )
{
QString id = QStringLiteral( "%1.%2" ).arg( params.typeName, QgsServerFeatureId::getServerFid( feature, pkAttributes ) );
//QgsJsonExporter force transform geometry to ESPG:4326
//QgsJsonExporter force transform geometry to EPSG:4326
//and the RFC 7946 GeoJSON specification recommends limiting coordinate precision to 6
//Q_UNUSED( prec )

Expand Down

0 comments on commit fb85e65

Please sign in to comment.