Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1857:7fc87a67e6f7
Added new WMSFloodplainArtifact for displaying floodplains in maps.
flys-artifacts/trunk@3204 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 16:49:58 +0000 |
parents | 410e40b88c7a |
children | 94871b7ce9e9 |
comparison
equal
deleted
inserted
replaced
1856:410e40b88c7a | 1857:7fc87a67e6f7 |
---|---|
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WMSFloodplainArtifact.java: New | |
4 Artifact that is used to create WMS layers for floodplains in maps. | |
5 | |
6 * doc/conf/conf.xml: Registered the new WMSFloodplainArtifact. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added | |
9 a new type 'floodmap.floodplain'. | |
10 | |
11 * doc/conf/artifacts/winfo.xml: Registered the 'floodmap.floodplain' facet | |
12 for floodmaps. | |
13 | |
14 * doc/conf/themes.xml: Added a theme for 'floodmap.floodplain' facets. | |
15 | |
16 * doc/conf/meta-data.xml: Added configuration for 'floodplain'. | |
17 | |
18 * src/main/resources/messages.properties, | |
19 src/main/resources/messages_de_DE.properties, | |
20 src/main/resources/messages_en.properties, | |
21 src/main/resources/messages_de.properties: Added facet titles for | |
22 'floodmap.floodplain' facets. | |
23 | |
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | 24 2011-11-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 25 |
3 * src/main/java/de/intevation/flys/artifacts/WMSCatchmentArtifact.java: New | 26 * src/main/java/de/intevation/flys/artifacts/WMSCatchmentArtifact.java: New |
4 Artifact that is used to create WMS layers for catchments in maps. | 27 Artifact that is used to create WMS layers for catchments in maps. |
5 | 28 |