Skip to content

Commit 8a0b6fc

Browse files
author
mhugent
committedJun 26, 2010
Clear crs list after parsing a toplevel layer
git-svn-id: http://svn.osgeo.org/qgis/trunk@13805 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7fcc92a commit 8a0b6fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/providers/wms/qgswmsprovider.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,6 +1719,7 @@ void QgsWmsProvider::parseLayer( QDomElement const & e, QgsWmsLayerProperty& lay
17191719
if ( !parentProperty )
17201720
{
17211721
layerProperty.layer.clear();
1722+
layerProperty.crs.clear();
17221723
}
17231724

17241725
// QgsDebugMsg("exiting.");

0 commit comments

Comments
 (0)
Please sign in to comment.