Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1696:56953439dcae
Fixed incorrect indexing of facets when doing multiple (w)differences.
flys-artifacts/trunk@2925 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Mon, 10 Oct 2011 11:40:17 +0000 |
parents | 0c9f7cc2cc11 |
children | 2a6baa9e1576 |
comparison
equal
deleted
inserted
replaced
1695:0c9f7cc2cc11 | 1696:56953439dcae |
---|---|
1 2011-10-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> | |
2 | |
3 Fix WDifferences with more than one Pair (crashed due to incorrect index for | |
4 facets.) | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/states/WDifferencesState.java: | |
7 Fix wrong index for difference facets (allows for more than one | |
8 difference facet per artifact without crashes). | |
9 | |
1 2011-10-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 10 2011-10-10 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 11 |
3 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: | 12 * src/main/java/de/intevation/flys/exports/WDifferencesCurveGenerator.java: |
4 Use slightly modified doWOut-implementation from | 13 Use slightly modified doWOut-implementation from |
5 LongitudinalSectionGenerator (here need to add Ws to different axis). | 14 LongitudinalSectionGenerator (here need to add Ws to different axis). |