Skip to content

Commit

Permalink
Clear crs list after parsing a toplevel layer
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13805 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 26, 2010
1 parent 26f099e commit 1bd2233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -1719,6 +1719,7 @@ void QgsWmsProvider::parseLayer( QDomElement const & e, QgsWmsLayerProperty& lay
if ( !parentProperty )
{
layerProperty.layer.clear();
layerProperty.crs.clear();
}

// QgsDebugMsg("exiting.");
Expand Down

0 comments on commit 1bd2233

Please sign in to comment.