Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 722:4800230fba8a
Improved situtation on rendering "Abflusskurve am Pegel". Not fully working, yet.
flys-artifacts/trunk@2200 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 22 Jun 2011 10:36:27 +0000 |
parents | 7298d58a1f5a |
children | 8900966ad945 |
comparison
equal
deleted
inserted
replaced
721:7298d58a1f5a | 722:4800230fba8a |
---|---|
1 2011-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 Improved situtation on rendering "Abflusskurve am Pegel". Not | |
4 fully working, yet. | |
5 | |
6 * doc/conf/artifacts/winfo.xml: Generate facets for the location path, too. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Misspelled | |
9 the facet which prevented the facets from being to the outputs. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/model/WaterlevelFacet.java: | |
12 Extended to store the hash and the state id of the producing artifact/state | |
13 else it results in NPEs because the data is calculated on later (wrong) states. | |
14 | |
15 * src/main/java/de/intevation/flys/artifacts/states/LocationDistanceSelect.java: | |
16 Store the state id and the hash in the facet, too. | |
17 | |
18 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Add two | |
19 method to do calculations for a state the artifact is currently not in | |
20 and fetching the current state id. | |
21 | |
1 2011-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 22 2011-06-21 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 23 |
3 * doc/conf/artifacts/winfo.xml: Generate facets for "Abflusskurven am Pegel" | 24 * doc/conf/artifacts/winfo.xml: Generate facets for "Abflusskurven am Pegel" |
4 Not working by now. :-/ | 25 Not working by now. :-/ |
5 | 26 |