comparison flys-artifacts/doc/conf/mapserver/riveraxis-layer.vm @ 4702:13abfb1bcb75

Fix typo in class names and correct file path in floodmap.xml.
author Christian Lins <christian.lins@intevation.de>
date Mon, 17 Dec 2012 23:24:27 +0100
parents flys-artifacts/doc/mapserver/riveraxis-layer.vm@fc52ee878412
children d93748043cbc
comparison
equal deleted inserted replaced
4701:63d1e91db666 4702:13abfb1bcb75
1 LAYER
2 NAME "$LAYER.getName()"
3 TYPE $LAYER.getType()
4
5 CONNECTIONTYPE $LAYER.getConnectionType()
6 CONNECTION "$LAYER.getConnection()"
7
8 DATA "$LAYER.getData()"
9 FILTER "$LAYER.getFilter()"
10 EXTENT $LAYER.getExtent()
11
12 STATUS ON
13 TEMPLATE map.html
14 TOLERANCE 10
15 DUMP TRUE
16 #if( $LAYER.getGroup() )
17 GROUP "$LAYER.getGroup()"
18 #end
19
20 #if ( $LAYER.getLabelItem() )
21 LABELITEM $LAYER.getLabelItem()
22 #end
23
24 PROJECTION
25 "init=epsg:31467"
26 END
27
28 METADATA
29 "wms_title" "$LAYER.getTitle()"
30 "gml_include_items" "all"
31 #if ( $LAYER.getGroupTitle() )
32 "wms_group_title" "$LAYER.getGroupTitle()"
33 #end
34 END
35
36 #if ( $LAYER.getStyle() )
37 $LAYER.getStyle()
38 #else
39 CLASS
40 NAME ""
41 STYLE
42 SIZE 5
43 OUTLINECOLOR "#000000"
44 END
45 #if ( $LAYER.getLabelItem() )
46 LABEL
47 ANGLE auto
48 SIZE 10
49 COLOR "#000000"
50 TYPE truetype
51 FONT LiberationSans-Italic
52 POSITION ur
53 OFFSET 2 2
54 END
55 #end
56 END
57 #end
58 END

http://dive4elements.wald.intevation.org