Skip to content

Commit 0eed8db

Browse files
author
mhugent
committed
Also use SRS for 1.1.1 capabilities
git-svn-id: http://svn.osgeo.org/qgis/trunk@9144 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c436cb7 commit 0eed8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wms/qgswmsprovider.cpp

+1-1
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)