Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1042:8873c43119ca
Fix rendering of Annotations/lines under certain zooming conditions, ChangeLog.
flys-artifacts/trunk@2503 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 18 Aug 2011 14:09:54 +0000 |
parents | 5411a33014e0 |
children | 9c0f981cd22d |
comparison
equal
deleted
inserted
replaced
1041:c3902ff2d3bd | 1042:8873c43119ca |
---|---|
1 2011-08-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: | |
4 Fix issues with lines of annotation when zoomed (wrong scale used). | |
5 | |
6 2011-08-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
7 | |
8 Added legend for annotations to LongitudinalSectionDiagram. | |
9 | |
10 * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: | |
11 Added a pseudo-dataseries/collection to employ existing infrastructure for | |
12 displaying localized label for Annotations (yet unthemed). | |
13 | |
14 * src/main/resources/messages.properties, | |
15 src/main/resources/messages_de_DE.properties, | |
16 src/main/resources/messages_en.properties, | |
17 src/main/resources/messages_de.properties: | |
18 Made label-string available for localization. | |
19 | |
1 2011-08-17 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 20 2011-08-17 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 21 |
3 Moved StickyAxisAnnotation into new package de.intevation.flys.jfree . | 22 Moved StickyAxisAnnotation into new package de.intevation.flys.jfree . |
4 | 23 |
5 * src/main/java/de/intevation/flys/exports/StickyAxisAnnotation.java: | 24 * src/main/java/de/intevation/flys/exports/StickyAxisAnnotation.java: |