comparison gnv-artifacts/doc/conf/maptemplates/horizontalcrosssection_flow-velocity.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 452fad121560
children a4e490e0af5b
comparison
equal deleted inserted replaced
1056:0318fda0001e 1057:04967dc9c83f
1 LAYER 1 LAYER
2 NAME "$info.getTitle()" 2 NAME "$info.getName()"
3 GROUP "$info.getTitle()"
4 TYPE $info.getType() 3 TYPE $info.getType()
5 DATA "${info.getName()}/${info.getData()}" 4 DATA "${info.getData()}"
6 STATUS $info.getStatus() 5 STATUS $info.getStatus()
6
7 METADATA
8 "wms_title" "$info.getTitle()"
9 END
10
7 #include("flow-velocity_polygons.class.vm") 11 #include("flow-velocity_polygons.class.vm")
8 END 12 END

http://dive4elements.wald.intevation.org