Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1749:f7d890f4855f
Added Service Service to lookup the Nth nearest neighbors for a set of given cross section ids and kms.
flys-artifacts/trunk@3049 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 20 Oct 2011 17:14:24 +0000 |
parents | d56b94325bec |
children | 415ec0223dff |
comparison
equal
deleted
inserted
replaced
1748:d56b94325bec | 1749:f7d890f4855f |
---|---|
1 2011-10-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/services/CrossSectionKMService.java: | |
4 Service to lookup the Nth nearest neighbors for a set of given | |
5 cross section ids and kms. | |
6 | |
7 * doc/conf/conf.xml: Registered service. | |
8 | |
9 * doc/conf/cache.xml: Cache config. | |
10 | |
11 * src/main/java/de/intevation/flys/artifacts/StaticWKmsArtifact.java, | |
12 src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.java: | |
13 Removed superfluous imports. | |
14 | |
1 2011-10-20 Raimund Renkert <raimund.renkert@intevation.de> | 15 2011-10-20 Raimund Renkert <raimund.renkert@intevation.de> |
2 | 16 |
3 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: | 17 * src/main/java/de/intevation/flys/utils/ThemeUtil.java: |
4 Added methods to extract further attributes from theme. | 18 Added methods to extract further attributes from theme. |
5 | 19 |
59 src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.java: | 73 src/main/java/de/intevation/flys/artifacts/states/WaterlevelPairSelectState.java: |
60 Modified the method signature of createStaticData() which now also | 74 Modified the method signature of createStaticData() which now also |
61 requires a FLYSArtifact. | 75 requires a FLYSArtifact. |
62 | 76 |
63 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: | 77 * src/main/java/de/intevation/flys/artifacts/states/WQSelect.java: |
64 Override createStaticData() to create titles for Qs manually - we want | 78 Override createStaticData() to create titles for Qs manually - we want |
65 to display the named main values if existing for the selected Qs. | 79 to display the named main values if existing for the selected Qs. |
66 | 80 |
67 2011-10-19 Raimund Renkert <raimund.renkert@intevation.de> | 81 2011-10-19 Raimund Renkert <raimund.renkert@intevation.de> |
68 | 82 |
69 * doc/conf/themes.xml: | 83 * doc/conf/themes.xml: |