Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2615 from nirvn/natural_break_max_increase
[symbology] increase maximum size of natural break classification
  • Loading branch information
nyalldawson committed Jan 5, 2016
2 parents 115cc48 + 70f6e15 commit c55cfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsgraduatedsymbolrendererv2.cpp
Expand Up @@ -679,7 +679,7 @@ static QList<double> _calcStdDevBreaks( QList<double> values, int classes, QList

static QList<double> _calcJenksBreaks( QList<double> values, int classes,
double minimum, double maximum,
int maximumSize = 1000 )
int maximumSize = 3000 )
{
// Jenks Optimal (Natural Breaks) algorithm
// Based on the Jenks algorithm from the 'classInt' package available for
Expand Down

0 comments on commit c55cfc0

Please sign in to comment.