Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/maptemplates/horizontalcrosssection_salinity_isolines.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 | 0b1de7e38907 |
children | a4e490e0af5b |
comparison
equal
deleted
inserted
replaced
1056:0318fda0001e | 1057:04967dc9c83f |
---|---|
1 LAYER | 1 LAYER |
2 NAME "$info.getTitle()_isolines" | 2 NAME "$info.getName()" |
3 GROUP "$info.getTitle()" | 3 DATA "$info.getData()" |
4 DATA "${info.getName()}/${info.getData()}" | |
5 TYPE $info.getType() | 4 TYPE $info.getType() |
6 STATUS $info.getStatus() | 5 STATUS $info.getStatus() |
7 LABELITEM DESC | 6 LABELITEM DESC |
7 | |
8 METADATA | |
9 "wms_title" "$info.getTitle()" | |
10 END | |
11 | |
8 #include("salinity_isolines.class.vm") | 12 #include("salinity_isolines.class.vm") |
9 END | 13 END |