Skip to content
Permalink
Browse files
Fix typo
  • Loading branch information
rldhont committed Dec 12, 2016
1 parent 204e888 commit 4aab8ab
Showing 1 changed file with 1 addition and 1 deletion.
@@ -67,7 +67,7 @@ void QgsConfigParserUtils::appendCRSElementsToLayer( QDomElement& layerElement,
}

//Support for CRS:84 is mandatory (equals EPSG:4326 with reversed axis)
appendCrsElementToLayer( layerElement, CRSPrecedingElement, QString( "CRS:84" ), doc );
appendCRSElementToLayer( layerElement, CRSPrecedingElement, QString( "CRS:84" ), doc );
}

void QgsConfigParserUtils::appendCRSElementToLayer( QDomElement& layerElement, const QDomElement& precedingElement,

0 comments on commit 4aab8ab

Please sign in to comment.