Mercurial > dive4elements > river
comparison flys-artifacts/ChangeLog @ 1926:fde3db5e68e8
Added a new Artifact to enable users to add external WMS layers to floodmaps.
flys-artifacts/trunk@3302 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 22 Nov 2011 20:04:46 +0000 |
parents | 01f2473e362d |
children | 1f90fdd4fa04 |
comparison
equal
deleted
inserted
replaced
1925:01f2473e362d | 1926:fde3db5e68e8 |
---|---|
1 2011-11-22 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * src/main/java/de/intevation/flys/artifacts/ExternalWMSArtifact.java: New. | |
4 This Artifact is used to allow users adding external WMS layers to their | |
5 floodmaps. An ExternalWMSArtifact stores an URL of a WMS, the name and the | |
6 title of the WMS layer. The internal State extends WMSBackgroundState. | |
7 | |
8 * doc/conf/conf.xml: Registered the ExternalWMSArtifact. | |
9 | |
10 * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added a | |
11 new type "floodmap.externalwms" which is used by the ExternalWMSArtifact. | |
12 | |
13 * doc/conf/artifacts/winfo.xml: Allowed the "floodmap.externalwms" facet for | |
14 floodmaps. | |
15 | |
16 * src/main/java/de/intevation/flys/artifacts/states/WMSBackgroundState.java: | |
17 Some refactoring to allow easier subclassing. | |
18 | |
1 2011-11-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> | 19 2011-11-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> |
2 | 20 |
3 Fixed flys/411. | 21 Fixed flys/411. |
4 | 22 |
5 * src/main/java/de/intevation/flys/artifacts/model/AnnotationsFactory.java: | 23 * src/main/java/de/intevation/flys/artifacts/model/AnnotationsFactory.java: |