# HG changeset patch # User Tim Englich # Date 1272017603 0 # Node ID bb2175726c8ad2be23842854d79c2c538fb18cc5 # Parent 164d102b0af5cc1e81a3f32f4f97b1c2bcbb5a49 Fixed Bug in renaming a Layer in Product Layer. Forgot to checkin ChangeLog gnv-artifacts/trunk@972 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 164d102b0af5 -r bb2175726c8a gnv-artifacts/ChangeLog --- 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 + + * 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 Issue217