Make linear interpolation default for pseudocolor raster renderer

This commit is contained in:
Tim Sutton 2012-09-07 10:03:13 +02:00
parent e9afe03460
commit 9b58fe2fe8

View File

@ -57,7 +57,7 @@ QgsSingleBandPseudoColorRendererWidget::QgsSingleBandPseudoColorRendererWidget(
mColorInterpolationComboBox->addItem( tr( "Discrete" ), 0 );
mColorInterpolationComboBox->addItem( tr( "Linear" ), 1 );
mColorInterpolationComboBox->addItem( tr( "Exact" ), 2 );
mColorInterpolationComboBox->setCurrentIndex(1);
mClassificationModeComboBox->addItem( tr( "Equal interval" ) );
//quantile would be nice as well