Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/ChangeLog @ 831:bcdcce146c14
Read a system property to adjust the percentage that defines the size of a gap in charts (issue175).
gnv-artifacts/trunk@930 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 15 Apr 2010 07:20:05 +0000 |
parents | 95733e564896 |
children | 820fab05d035 |
comparison
equal
deleted
inserted
replaced
830:3ab5754e72e3 | 831:bcdcce146c14 |
---|---|
1 2010-04-15 Ingo Weinzierl <ingo.weinzierl@intevation.de> | |
2 | |
3 Issue175 | |
4 | |
5 * src/main/java/de/intevation/gnv/chart/TimeSeriesChart.java, | |
6 src/main/java/de/intevation/gnv/chart/VerticalProfileChart.java: Read | |
7 percentage that defines the gap size in charts from system property | |
8 "chart.gap.percentage". The default value is 5 (percent) if this property | |
9 is not existing. | |
10 | |
1 2010-04-13 Tim Englich <tim.englich@intevation.de> | 11 2010-04-13 Tim Englich <tim.englich@intevation.de> |
2 | 12 |
3 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java (getWMS): | 13 * src/main/java/de/intevation/gnv/state/profile/horizontalcrosssection/HorizontalCrossSectionMeshOutputState.java (getWMS): |
4 Bugfix: Put some Code that is responsible for Synchonization into the | 14 Bugfix: Put some Code that is responsible for Synchonization into the |
5 final-block to prevent that the lock is not released. | 15 final-block to prevent that the lock is not released. |