Skip to content

Commit

Permalink
Make linear interpolation default for pseudocolor raster renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
timlinux committed Sep 7, 2012
1 parent e9afe03 commit 9b58fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/raster/qgssinglebandpseudocolorrendererwidget.cpp
Expand Up @@ -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

Expand Down

0 comments on commit 9b58fe2

Please sign in to comment.