Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1167:f1c9bfb07ba7
Fix crash when StickyAxisAnnotation should be drawn without proper axis
information. User-directed issues remain ( flys/issue303 ).
flys-artifacts/trunk@2712 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Tue, 13 Sep 2011 06:30:10 +0000 |
parents | 865ee1e19c62 |
children | ace192d3283d |
comparison
equal
deleted
inserted
replaced
1166:865ee1e19c62 | 1167:f1c9bfb07ba7 |
---|---|
1 2011-09-13 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix crash when drawing StickyAxisAnnotation when no range was given. | |
4 User-directed issues remain ( flys/issue303 ). | |
5 | |
6 * src/main/java/de/intevation/flys/jfree/StickyAxisAnnotation.java | |
7 (draw): | |
8 Guard access to domainAxis, rangeAxis and the corresponding ranges. | |
9 Warn and exit if any was null. | |
10 | |
1 2011-09-13 Ingo Weinzierl <ingo@intevation.de> | 11 2011-09-13 Ingo Weinzierl <ingo@intevation.de> |
2 | 12 |
3 flys/issue290 (Karte: Eingabe von Differenzen zw. WSP und Gelände findet | 13 flys/issue290 (Karte: Eingabe von Differenzen zw. WSP und Gelände findet |
4 keine Ausprägung in der Karte) | 14 keine Ausprägung in der Karte) |
5 | 15 |
28 A WSPLGEN facet is only created, if the calculation was successfully | 38 A WSPLGEN facet is only created, if the calculation was successfully |
29 added to the Scheduler. A barrier facet is only created if the WSPLGEN | 39 added to the Scheduler. A barrier facet is only created if the WSPLGEN |
30 calculation has been added to the scheduler AND if there are digitized | 40 calculation has been added to the scheduler AND if there are digitized |
31 geometries existing. | 41 geometries existing. |
32 | 42 |
43 >>>>>>> .r2711 | |
33 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 44 2011-09-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
34 | 45 |
35 Copied and slightly modified implementation of guessWaterIncreasing from | 46 Copied and slightly modified implementation of guessWaterIncreasing from |
36 WQKms to (new) DataUtils. Accidentally commited usage in last commit, to | 47 WQKms to (new) DataUtils. Accidentally commited usage in last commit, to |
37 correct orientation of diagram (invert x axis). | 48 correct orientation of diagram (invert x axis). |