Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1805:5e9696c32f04
Added datacage config and loaders for KM WMS layer in floodmaps.
flys-artifacts/trunk@3131 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 01 Nov 2011 14:54:59 +0000 |
parents | 00f14b837e65 |
children | 50110699e38e |
comparison
equal
deleted
inserted
replaced
1804:00f14b837e65 | 1805:5e9696c32f04 |
---|---|
1 2011-11-01 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/meta-data.xml: Added a datacage node that represents a | |
4 kilometer WMS layer. | |
5 | |
6 * doc/conf/conf.xml: Added a new Artifact WMSKmArtifact. | |
7 | |
8 * doc/conf/themes.xml: Added a style for 'floodmap.kms' facets. | |
9 | |
10 * doc/conf/artifacts/winfo.xml: Defined 'floodmap.kms' as valid floodmap | |
11 facet. | |
12 | |
13 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added | |
14 a 'floodmap.kms' facet. | |
15 | |
16 * src/main/java/de/intevation/flys/utils/FLYSUtils.java: Added a method to | |
17 determine the srid of a river based on its name. | |
18 | |
19 * src/main/java/de/intevation/flys/artifacts/WMSDBArtifact.java: New. This | |
20 Artifact should act as base Artifact for WMS layers that represent data | |
21 from database datastore. | |
22 | |
23 * src/main/java/de/intevation/flys/artifacts/WMSKmArtifact.java: New. This | |
24 Artifact is used to generate facets for kilometer WMS layers. | |
25 | |
26 * src/main/resources/messages.properties, | |
27 src/main/resources/messages_de_DE.properties, | |
28 src/main/resources/messages_en.properties, | |
29 src/main/resources/messages_de.properties: Added default descriptions | |
30 for 'floodmap.kms' facets. | |
31 | |
1 2011-11-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 32 2011-11-01 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 33 |
3 Fix incompilability. | 34 Fix incompilability. |
4 | 35 |
5 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelInfoState.java: | 36 * src/main/java/de/intevation/flys/artifacts/states/WaterlevelInfoState.java: |