Mercurial > dive4elements > river
view flys-artifacts/doc/conf/mapserver/db_layer.vm @ 1792:49ad801076e4
Enabled the MapGenerator to create WMS layers with database datastore - riveraxis is the first layer that is no longer fetched from static WMS service but from user specific one.
flys-artifacts/trunk@3115 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Fri, 28 Oct 2011 13:48:02 +0000 |
parents | |
children | 5364b86a0880 |
line wrap: on
line source
LAYER NAME "$LAYER.getName()" TYPE $LAYER.getType() INCLUDE "$CONFIGDIR/mapserver/dbconnection.include" DATA "$LAYER.getData()" FILTER '$LAYER.getFilter()' 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