Mercurial > dive4elements > gnv-client
changeset 854:bb2175726c8a
Fixed Bug in renaming a Layer in Product Layer. Forgot to checkin ChangeLog
gnv-artifacts/trunk@972 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 23 Apr 2010 10:13:23 +0000 |
parents | 164d102b0af5 |
children | e26935963871 |
files | gnv-artifacts/ChangeLog |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/gnv-artifacts/ChangeLog Fri Apr 23 10:12:43 2010 +0000 +++ b/gnv-artifacts/ChangeLog Fri Apr 23 10:13:23 2010 +0000 @@ -1,3 +1,19 @@ +2010-04-23 Tim Englich <tim.englich@intevation.de> + + * src/main/java/de/intevation/gnv/state/layer/LayerOutputState.java (getWMS): + Fixed Bug Renaming Layer. Now the Title is set and the correct method + is called. + + * src/main/java/de/intevation/gnv/utils/MetaWriter.java (writeLayerMeta): + Put Node Title into XML-Fragment of an Layer so that it is + possible to change the name of an Layer. + + * doc/conf/maptemplates/layer_polygon.vm, + doc/conf/maptemplates/layer_point.vm, + doc/conf/maptemplates/layer_linestring.vm: + Modified Templates so that the Name of an layer is fetched from the Title + of the Layerbean. This is the same way as used in any other Templates. + 2010-04-22 Ingo Weinzierl <ingo.weinzierl@intevation.de> Issue217