Skip to content

Commit 48c67fd

Browse files
author
mhugent
committedAug 24, 2008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/providers/wms/qgswmsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1362,7 +1362,7 @@ void QgsWmsProvider::parseLayer( QDomElement const & e, QgsWmsLayerProperty& lay
13621362
{
13631363
layerProperty.crs.push_back( e1.text() );
13641364
}
1365-
else if ( e1.tagName() == "CRS" ) // legacy from earlier versions of WMS
1365+
else if ( e1.tagName() == "SRS" ) // legacy from earlier versions of WMS
13661366
{
13671367
// CRS can contain several definitions separated by whitespace
13681368
// though this was deprecated in WMS 1.1.1

0 commit comments

Comments
 (0)
Please sign in to comment.