Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 2581:afebbe9c2fce
Added a new Artifact for loading existing 'floodmaps' via datacage.
flys-artifacts/trunk@4130 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 08 Mar 2012 13:44:51 +0000 |
parents | 3d240200364c |
children | 631dabad9b48 |
comparison
equal
deleted
inserted
replaced
2580:3d240200364c | 2581:afebbe9c2fce |
---|---|
1 2012-03-08 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/WMSFloodmapsArtifact.java: New. | |
4 This Artifacts allows loading 'floodmaps'. | |
5 | |
6 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added a | |
7 new Facet type "floodmap.floodmaps" which are created by | |
8 WMSFloodmapsArtifact. | |
9 | |
10 * doc/conf/artifacts/winfo.xml: Registered the "floodmap.floodmaps" facet | |
11 for "floodmap" output. | |
12 | |
13 * doc/conf/conf.xml: Registered the new WMSFloodmapsArtifact. | |
14 | |
15 * doc/conf/themes.xml: Added a theme for the "floodmap.floodmaps" facet. | |
16 | |
17 * src/main/resources/messages.properties, | |
18 src/main/resources/messages_de_DE.properties, | |
19 src/main/resources/messages_en.properties, | |
20 src/main/resources/messages_de.properties: Added i18n string for | |
21 "floodmap.floodmaps" title. | |
22 | |
1 2012-03-08 Ingo Weinzierl <ingo@intevation.de> | 23 2012-03-08 Ingo Weinzierl <ingo@intevation.de> |
2 | 24 |
3 * doc/conf/meta-data.xml: Improved datacage configuration to serve | 25 * doc/conf/meta-data.xml: Improved datacage configuration to serve |
4 floodmaps. | 26 floodmaps. |
5 | 27 |