Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1142:01d42a2454f6
Display real km of shown data in crosssection-diagram.
flys-artifacts/trunk@2664 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Wed, 07 Sep 2011 10:51:54 +0000 |
parents | bcba246d9c03 |
children | eed81499b0d2 |
comparison
equal
deleted
inserted
replaced
1141:bcba246d9c03 | 1142:01d42a2454f6 |
---|---|
1 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 In CrossSection Diagram fix subtitle to display the km of which the data is | |
4 actually displayed (maybe contrasting users wish). | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/WINFOArtifact.java: | |
7 (getCrossSectionSnapKm): New method to fetch the actual km of crosssection. | |
8 | |
9 * src/main/java/de/intevation/flys/exports/CrossSectionGenerator.java: | |
10 Add correct km to charts subtitle. | |
11 | |
1 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 12 2011-09-07 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 13 |
3 Fix various display-issues like i18n in cross-section diagram. | 14 Fix various display-issues like i18n in cross-section diagram. |
4 | 15 |
5 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: | 16 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelState.java: |