comparison flys-artifacts/doc/conf/mapserver/db_layer.vm @ 3818:dc18457b1cef

merged flys-artifacts/pre2.7-2012-03-16
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:59 +0200
parents dd467951335c
children b23c956c5aa2
comparison
equal deleted inserted replaced
2456:60ab1054069d 3818:dc18457b1cef
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 METADATA
25 "wms_title" "$LAYER.getTitle()"
26 "gml_include_items" "all"
27 #if ( $LAYER.getGroupTitle() )
28 "wms_group_title" "$LAYER.getGroupTitle()"
29 #end
30 END
31
32 #if ( $LAYER.getStyle() )
33 $LAYER.getStyle()
34 #else
35 CLASS
36 NAME ""
37 STYLE
38 SIZE 5
39 OUTLINECOLOR "#000000"
40 END
41 #if ( $LAYER.getLabelItem() )
42 LABEL
43 ANGLE auto
44 SIZE 10
45 COLOR "#000000"
46 TYPE truetype
47 FONT LiberationSans-Italic
48 POSITION ur
49 OFFSET 2 2
50 END
51 #end
52 END
53 #end
54 END

http://dive4elements.wald.intevation.org