Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 1114:7e085bfb107b
Bugfix: Histogram width results in an IllegalArgumentException (issue320).
gnv-artifacts/trunk@1253 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 30 Jun 2010 13:05:42 +0000 |
parents | e7efbded1367 |
children | f953c9a559d8 |
comparison
equal
deleted
inserted
replaced
1113:e7efbded1367 | 1114:7e085bfb107b |
---|---|
1 2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 1 2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
2 | 2 |
3 RELEASE 1.1 | 3 RELEASE 1.1 |
4 | 4 |
5 * ChangeLog, Changes, NEWS: Summarized changes. | 5 * ChangeLog, Changes, NEWS: Summarized changes. |
6 | |
7 2010-06-30 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
8 | |
9 Issue320 | |
10 | |
11 * src/main/java/de/intevation/gnv/chart/AdvancedHistogramDataset.java: The | |
12 minimum number of bins in an histogram is set to 1. If the user has chosen | |
13 a value for the class width that results in number < 1, the bin number is | |
14 set to 1. | |
6 | 15 |
7 2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> | 16 2010-06-29 Ingo Weinzierl <ingo.weinzierl@intevation.de> |
8 | 17 |
9 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: | 18 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java: |
10 Write missing bbox into meta file while WMS publishing - the missing bbox | 19 Write missing bbox into meta file while WMS publishing - the missing bbox |