Skip to content

Commit

Permalink
Also use SRS for 1.1.1 capabilities
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@9144 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Aug 24, 2008
1 parent c436cb7 commit 0eed8db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -1362,7 +1362,7 @@ void QgsWmsProvider::parseLayer( QDomElement const & e, QgsWmsLayerProperty& lay
{
layerProperty.crs.push_back( e1.text() );
}
else if ( e1.tagName() == "CRS" ) // legacy from earlier versions of WMS
else if ( e1.tagName() == "SRS" ) // legacy from earlier versions of WMS
{
// CRS can contain several definitions separated by whitespace
// though this was deprecated in WMS 1.1.1
Expand Down

0 comments on commit 0eed8db

Please sign in to comment.