Mercurial > dive4elements > river
diff 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 |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Nov 22 14:00:55 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Nov 22 20:04:46 2011 +0000 @@ -1,3 +1,21 @@ +2011-11-22 Ingo Weinzierl <ingo@intevation.de> + + * src/main/java/de/intevation/flys/artifacts/ExternalWMSArtifact.java: New. + This Artifact is used to allow users adding external WMS layers to their + floodmaps. An ExternalWMSArtifact stores an URL of a WMS, the name and the + title of the WMS layer. The internal State extends WMSBackgroundState. + + * doc/conf/conf.xml: Registered the ExternalWMSArtifact. + + * src/main/java/de/intevation/flys/artifacts/model/FacetTypes.java: Added a + new type "floodmap.externalwms" which is used by the ExternalWMSArtifact. + + * doc/conf/artifacts/winfo.xml: Allowed the "floodmap.externalwms" facet for + floodmaps. + + * src/main/java/de/intevation/flys/artifacts/states/WMSBackgroundState.java: + Some refactoring to allow easier subclassing. + 2011-11-22 Felix Wolfsteller <felix.wolfsteller@intevation.de> Fixed flys/411.