mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Clear crs list after parsing a toplevel layer
git-svn-id: http://svn.osgeo.org/qgis/trunk@13805 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
7fcc92a7e1
commit
8a0b6fc49d
@ -1719,6 +1719,7 @@ void QgsWmsProvider::parseLayer( QDomElement const & e, QgsWmsLayerProperty& lay
|
||||
if ( !parentProperty )
|
||||
{
|
||||
layerProperty.layer.clear();
|
||||
layerProperty.crs.clear();
|
||||
}
|
||||
|
||||
// QgsDebugMsg("exiting.");
|
||||
|
Loading…
x
Reference in New Issue
Block a user