mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Make linear interpolation default for pseudocolor raster renderer
This commit is contained in:
parent
e9afe03460
commit
9b58fe2fe8
@ -57,7 +57,7 @@ QgsSingleBandPseudoColorRendererWidget::QgsSingleBandPseudoColorRendererWidget(
|
|||||||
mColorInterpolationComboBox->addItem( tr( "Discrete" ), 0 );
|
mColorInterpolationComboBox->addItem( tr( "Discrete" ), 0 );
|
||||||
mColorInterpolationComboBox->addItem( tr( "Linear" ), 1 );
|
mColorInterpolationComboBox->addItem( tr( "Linear" ), 1 );
|
||||||
mColorInterpolationComboBox->addItem( tr( "Exact" ), 2 );
|
mColorInterpolationComboBox->addItem( tr( "Exact" ), 2 );
|
||||||
|
mColorInterpolationComboBox->setCurrentIndex(1);
|
||||||
mClassificationModeComboBox->addItem( tr( "Equal interval" ) );
|
mClassificationModeComboBox->addItem( tr( "Equal interval" ) );
|
||||||
//quantile would be nice as well
|
//quantile would be nice as well
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user