Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/maptemplates/layer_point.vm @ 1057:04967dc9c83f
The title of a layer can be changed by the user. Product 'Layer' and 'Horizontalschnitt' now use the same code path to write the meta information file. (issue198)
gnv-artifacts/trunk@1134 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 27 May 2010 16:43:00 +0000 |
parents | 7fd005b80c21 |
children | a4e490e0af5b |
comparison
equal
deleted
inserted
replaced
1056:0318fda0001e | 1057:04967dc9c83f |
---|---|
1 LAYER | 1 LAYER |
2 NAME "$info.getTitle()" | 2 NAME "$info.getName()" |
3 TYPE $info.getType() | 3 TYPE $info.getType() |
4 DATA "${info.getName()}/${info.getData()}" | 4 DATA "$info.getData()" |
5 STATUS $info.getStatus() | 5 STATUS $info.getStatus() |
6 | |
7 METADATA | |
8 "wms_title" "$info.getTitle()" | |
9 END | |
6 | 10 |
7 CLASS | 11 CLASS |
8 NAME "Layer" | 12 NAME "Layer" |
9 STYLE | 13 STYLE |
10 SYMBOL 'point' | 14 SYMBOL 'point' |