Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1033:821aaceb2776
Fix for flys/issue191
flys-artifacts/trunk@2494 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 15 Aug 2011 10:56:58 +0000 |
parents | abd2ab6dff4f |
children | bf3b3a8d089b |
comparison
equal
deleted
inserted
replaced
1032:abd2ab6dff4f | 1033:821aaceb2776 |
---|---|
1 2011-08-15 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 Fix for flys/issue191 | |
4 | |
5 * src/main/java/de/intevation/flys/artifacts/model/WQ.java(longestIncreasingWRangeIndices): | |
6 Added a method to find the longest index range with increasing w values. | |
7 | |
8 * src/main/java/de/intevation/flys/exports/ATWriter.java: Export the longest | |
9 range of monotone increasing w values instead of the first one. | |
10 TODO: The first line of the export is still broken. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/AnnotationArtifact.java: | |
13 Removed superfluous import. | |
14 | |
1 2011-08-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 15 2011-08-12 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/artifacts/AnnotationArtifact.java: | 17 * src/main/java/de/intevation/flys/artifacts/AnnotationArtifact.java: |
4 Resolved two TODOs: get Annotations of selected River, get "point" | 18 Resolved two TODOs: get Annotations of selected River, get "point" |
5 Annotations only. | 19 Annotations only. |