Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1836:729ba79e94a0
Added datacage configuration, loader (Artifact and State) and a theme for cross section tracks.
flys-artifacts/trunk@3172 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 04 Nov 2011 14:09:05 +0000 |
parents | 35e38e2afb22 |
children | 0585bf8af41b |
comparison
equal
deleted
inserted
replaced
1835:35e38e2afb22 | 1836:729ba79e94a0 |
---|---|
1 2011-11-04 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/meta-data.xml: Added the CrossSectionTracks to the "floodmap" | |
4 datacage configuration. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added a | |
7 FacetType "floodmap.qps". | |
8 | |
9 * doc/conf/conf.xml: Defined an ArtifactFactory for the "wmspqsartifact" | |
10 string. The factory will create new instances of WMSQPSArtifact. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/WMSQPSArtifact.java: New. This | |
13 Artifact is used to create "floodmap.qps" facets. It has an internal fixed | |
14 State WMSQPSState. | |
15 | |
16 * doc/conf/artifacts/winfo.xml: Added the "floodmap.qps" layer to the | |
17 "floodmap" output. | |
18 | |
19 * doc/conf/themes.xml: Added a theme for "floodmap.qps" facets. | |
20 | |
21 * src/main/resources/messages.properties, | |
22 src/main/resources/messages_de_DE.properties, | |
23 src/main/resources/messages_en.properties, | |
24 src/main/resources/messages_de.properties: Added strings for the QPS WMS | |
25 layer used in floodmaps. | |
26 | |
1 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 27 2011-11-04 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 28 |
3 Re-enable mainvalue-recommendations for computed discharge curves, | 29 Re-enable mainvalue-recommendations for computed discharge curves, |
4 as the NPE should be gone. | 30 as the NPE should be gone. |
5 | 31 |