Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 958:ae198bef4ba0
Added configurations for river WMSe (currently for Saar, Mosel, Elbe).
flys-artifacts/trunk@2377 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 20 Jul 2011 15:06:16 +0000 |
parents | e91996b46e3c |
children | a2b20ed3d3b4 |
comparison
equal
deleted
inserted
replaced
957:e91996b46e3c | 958:ae198bef4ba0 |
---|---|
1 2011-07-20 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * doc/conf/conf.xml: Added wms configurations for Saar, Mosel and Elbe. | |
4 Each river supported by FLYS requires such a WMS configuration. A WMS | |
5 should contain layers for the river axis, buildings, kilometer labels | |
6 and maybe a background layer as well. | |
7 | |
8 * src/main/java/de/intevation/flys/artifacts/context/FLYSContext.java: | |
9 Added key that is used to store a map of WMS URLs - for each river a | |
10 WMS URL. | |
11 | |
12 * src/main/java/de/intevation/flys/artifacts/context/FLYSContextFactory.java: | |
13 Parse the river WMS from global configuration. | |
14 | |
15 * src/main/java/de/intevation/flys/artifacts/states/RiverAxisState.java: | |
16 Create WMSLayerFacets with URLs based on the river and the river wms | |
17 configuration stored in the FLYSContext. | |
18 | |
19 * src/main/java/de/intevation/flys/artifacts/WMSBackgroundArtifact.java, | |
20 src/main/java/de/intevation/flys/artifacts/RiverAxisArtifact.java: | |
21 Adapted the initialize() signature and the method call of computeInit() | |
22 which requires a FLYSContext to retrieve the river WMS configurations. | |
23 | |
24 * src/main/java/de/intevation/flys/artifacts/states/WMSBackgroundState.java, | |
25 src/main/java/de/intevation/flys/artifacts/states/DefaultState.java: | |
26 Added the context object parameter to the computeInit() method. | |
27 | |
28 * src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java: Call | |
29 initialize() with the context object - which is a FLYSContext or a | |
30 CallContext. | |
31 | |
1 2011-07-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 32 2011-07-20 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 33 |
3 * src/main/java/de/intevation/flys/artifacts/services/meta/App.java: | 34 * src/main/java/de/intevation/flys/artifacts/services/meta/App.java: |
4 Check if builder was created properly before using it. | 35 Check if builder was created properly before using it. |
5 | 36 |