Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/mapserver/wsplgen_layer.vm @ 2637:baaf7d125c43
Issue 560.
Enabled GetFeatureInfo-request for WSPLGEN-layer.
flys-artifacts/trunk@4264 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 18 Apr 2012 11:35:14 +0000 |
parents | |
children | 0795c296f718 |
comparison
equal
deleted
inserted
replaced
2636:31772c144725 | 2637:baaf7d125c43 |
---|---|
1 LAYER | |
2 NAME "$LAYER.getName()" | |
3 TYPE $LAYER.getType() | |
4 DATA "$LAYER.getDirectory()/$LAYER.getData()" | |
5 STATUS ON | |
6 TEMPLATE map.html | |
7 TOLERANCE 10 | |
8 DUMP TRUE | |
9 #if( $LAYER.getGroup() ) | |
10 GROUP "$LAYER.getGroup()" | |
11 #end | |
12 | |
13 METADATA | |
14 "wms_title" "$LAYER.getTitle()" | |
15 "gml_include_items" "all" | |
16 "ows_enable_request" "GetFeatureInfo" | |
17 "wms_feature_info_mime_type" "gml" | |
18 #if ( $LAYER.getGroupTitle() ) | |
19 "wms_group_title" "$LAYER.getGroupTitle()" | |
20 #end | |
21 END | |
22 | |
23 #if ( !$LAYER.getStyle() ) | |
24 #if ( $LAYER.getGroupTitle() ) | |
25 #if ( $LAYER.getType() == "POLYGON" ) | |
26 #include("barrier_polygons_class.vm") | |
27 #else | |
28 #include("barrier_lines_class.vm") | |
29 #end | |
30 #else | |
31 #include("wsplgen_class.vm") | |
32 #end | |
33 #else | |
34 $LAYER.getStyle() | |
35 #end | |
36 END |