mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
fixed bug in QgsProjectIo
git-svn-id: http://svn.osgeo.org/qgis/trunk@774 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
af881bf7f4
commit
76bf538c40
@ -12,7 +12,7 @@
|
||||
* (at your option) any later version. *
|
||||
* *
|
||||
***************************************************************************/
|
||||
/* qgsprojectio.cpp,v 1.25 2004/02/04 12:03:43 mhugent Exp */
|
||||
/* qgsprojectio.cpp,v 1.26 2004/02/10 07:52:10 mhugent Exp */
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <qfiledialog.h>
|
||||
@ -215,7 +215,7 @@ bool QgsProjectIo::read(){
|
||||
|
||||
QgsDlgVectorLayerProperties* properties = new QgsDlgVectorLayerProperties(dbl);
|
||||
dbl->setLayerProperties(properties);
|
||||
properties->setLegendType("graduated symbol");
|
||||
properties->setLegendType("Single Symbol");
|
||||
|
||||
sdialog->apply();
|
||||
}
|
||||
@ -283,7 +283,7 @@ bool QgsProjectIo::read(){
|
||||
|
||||
QgsDlgVectorLayerProperties* properties = new QgsDlgVectorLayerProperties(dbl);
|
||||
dbl->setLayerProperties(properties);
|
||||
properties->setLegendType("graduated symbol");
|
||||
properties->setLegendType("Graduated Symbol");
|
||||
|
||||
gdialog->apply();
|
||||
}
|
||||
@ -382,7 +382,7 @@ bool QgsProjectIo::read(){
|
||||
|
||||
QgsDlgVectorLayerProperties* properties = new QgsDlgVectorLayerProperties(dbl);
|
||||
dbl->setLayerProperties(properties);
|
||||
properties->setLegendType("continuous color");
|
||||
properties->setLegendType("Continuous Color");
|
||||
|
||||
cdialog->apply();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user