Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Thu Aug 18 13:46:10 2011 +0000 +++ b/flys-artifacts/ChangeLog Thu Aug 18 14:09:54 2011 +0000 @@ -1,3 +1,22 @@ +2011-08-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java: + Fix issues with lines of annotation when zoomed (wrong scale used). + +2011-08-18 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + Added legend for annotations to LongitudinalSectionDiagram. + + * src/main/java/de/intevation/flys/exports/LongitudinalSectionGenerator.java: + Added a pseudo-dataseries/collection to employ existing infrastructure for + displaying localized label for Annotations (yet unthemed). + + * src/main/resources/messages.properties, + src/main/resources/messages_de_DE.properties, + src/main/resources/messages_en.properties, + src/main/resources/messages_de.properties: + Made label-string available for localization. + 2011-08-17 Felix Wolfsteller <felix.wolfsteller@intevation.de> Moved StickyAxisAnnotation into new package de.intevation.flys.jfree .