Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1856:410e40b88c7a
Added new WMSCatchmentArtifact for displaying catchments in maps.
flys-artifacts/trunk@3203 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 16:28:29 +0000 |
parents | b4798f15edc7 |
children | 7fc87a67e6f7 |
comparison
equal
deleted
inserted
replaced
1855:b4798f15edc7 | 1856:410e40b88c7a |
---|---|
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WMSCatchmentArtifact.java: New | |
4 Artifact that is used to create WMS layers for catchments in maps. | |
5 | |
6 * doc/conf/conf.xml: Registered the new WMSCatchmentArtifact. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added | |
9 a new type 'floodmap.catchment'. | |
10 | |
11 * doc/conf/artifacts/winfo.xml: Registered the 'floodmap.catchment' facet | |
12 for floodmaps. | |
13 | |
14 * doc/conf/themes.xml: Added a theme for 'floodmap.catchment' facets. | |
15 | |
16 * doc/conf/meta-data.xml: Added configuration for 'catchments'. | |
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.catchment' 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/WMSHwsArtifact.java: New | 26 * src/main/java/de/intevation/flys/artifacts/WMSHwsArtifact.java: New |
4 Artifact that is used to create WMS layers for flood protected works. | 27 Artifact that is used to create WMS layers for flood protected works. |
5 | 28 |