Mercurial > dive4elements > river
view flys-artifacts/doc/conf/mapserver/db_layer.vm @ 1854:e372934f0c42
Replaced the dbconnection.include used by Mapserver - these information are provided by LayerInfo objects now, which reduces config overhead.
flys-artifacts/trunk@3199 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 09 Nov 2011 15:00:29 +0000 |
parents | 5364b86a0880 |
children | dd467951335c |
line wrap: on
line source
LAYER NAME "$LAYER.getName()" TYPE $LAYER.getType() CONNECTIONTYPE $LAYER.getConnectionType() CONNECTION "$LAYER.getConnection()" DATA "$LAYER.getData()" FILTER '$LAYER.getFilter()' EXTENT $LAYER.getExtent() STATUS ON TEMPLATE map.html TOLERANCE 10 DUMP TRUE #if( $LAYER.getGroup() ) GROUP "$LAYER.getGroup()" #end METADATA "wms_title" "$LAYER.getTitle()" "gml_include_items" "all" #if ( $LAYER.getGroupTitle() ) "wms_group_title" "$LAYER.getGroupTitle()" #end END #if ( $LAYER.getStyle() ) $LAYER.getStyle() #else CLASS NAME "" STYLE SIZE 5 OUTLINECOLOR "#000000" END END #end END