Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2089:0da8874bd378
Added initial state to map artifact to be able to advance and step back.
The map artifact overrides describe() to have the complete UI information in the
describe response document.
flys-artifacts/trunk@3613 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 06 Jan 2012 12:02:10 +0000 |
parents | 701658081f4f |
children | 17e7a0d063bd |
comparison
equal
deleted
inserted
replaced
2088:701658081f4f | 2089:0da8874bd378 |
---|---|
1 2011-01-06 Raimund Renkert <raimund.renkert@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/MapArtifact.java: | |
4 The map artifact has two states now and overrides describe() to | |
5 generate UI sections in the describe response. | |
6 The map state overrides computeAdvance() instead of computeFeed(). | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java, | |
9 src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java: | |
10 Changed the WMSDBArtifact in WMSDBState to FLYSArtifact and adjusted | |
11 constructors in state classes. | |
12 | |
13 * doc/conf/artifacts/map.xml: | |
14 Added initial state and transition. | |
15 | |
16 * src/main/resources/messages.properties, | |
17 src/main/resources/messages_de_DE.properties, | |
18 src/main/resources/messages_en.properties, | |
19 src/main/resources/messages_de.properties: | |
20 Added i18n strings for new state. | |
21 | |
1 2011-01-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 22 2011-01-06 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 23 |
3 Partial fix for flys/issue437 (Querprofil: Zugeladene Basisdaten | 24 Partial fix for flys/issue437 (Querprofil: Zugeladene Basisdaten |
4 ignorieren W/Q-heit, falsche Namen). | 25 ignorieren W/Q-heit, falsche Namen). |
5 | 26 |