mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
commited some test code in qgisapp.cpp in last commit
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6056 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
e5ba35fc15
commit
1accfad0b5
@ -1820,7 +1820,7 @@ bool QgisApp::addLayer(QStringList const &theLayerQStringList, const QString& en
|
||||
|
||||
// create the layer
|
||||
|
||||
QgsVectorLayer *layer = new QgsVectorLayer(*it, base, "GML");
|
||||
QgsVectorLayer *layer = new QgsVectorLayer(*it, base, "ogr");
|
||||
Q_CHECK_PTR( layer );
|
||||
// set the visibility based on user preference for newly added
|
||||
// layers
|
||||
|
Loading…
x
Reference in New Issue
Block a user