Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1855:b4798f15edc7
Added new WMSHwsArtifact for displaying flood protection works.
flys-artifacts/trunk@3201 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 16:07:07 +0000 |
parents | e372934f0c42 |
children | 410e40b88c7a |
comparison
equal
deleted
inserted
replaced
1854:e372934f0c42 | 1855:b4798f15edc7 |
---|---|
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WMSHwsArtifact.java: New | |
4 Artifact that is used to create WMS layers for flood protected works. | |
5 | |
6 * doc/conf/conf.xml: Registered the new WMSHwsArtifact. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added | |
9 a new type 'floodmap.hws'. | |
10 | |
11 * doc/conf/artifacts/winfo.xml: Registered the 'floodmap.hws' facet for | |
12 floodmaps. | |
13 | |
14 * doc/conf/themes.xml: Added a theme for 'floodmap.hws' facets. | |
15 | |
16 * doc/conf/meta-data.xml: Added configuration for 'hws'. | |
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.hws' facets. | |
23 | |
1 2011-11-09 Ingo Weinzierl <ingo@intevation.de> | 24 2011-11-09 Ingo Weinzierl <ingo@intevation.de> |
2 | 25 |
3 * doc/conf/mapserver/dbconnection.include: Removed. DB connections are | 26 * doc/conf/mapserver/dbconnection.include: Removed. DB connections are |
4 supported by LayerInfo objects now. So, we do not need to configure it any | 27 supported by LayerInfo objects now. So, we do not need to configure it any |
5 more. | 28 more. |