Mercurial > dive4elements > river
view flys-artifacts/doc/conf/mapserver/shapefile_layer.vm @ 5758:c59ba0eade8e
Added new macro for deltaW ls and removed the old one. Use the new macro in bed
differences.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 18 Apr 2013 11:51:53 +0200 |
parents | 0795c296f718 |
children | cfc5540a4eec |
line wrap: on
line source
LAYER NAME "$LAYER.getName()" TYPE $LAYER.getType() DATA "$LAYER.getDirectory()/$LAYER.getData()" STATUS ON TEMPLATE map.html TOLERANCE 10 DUMP TRUE #if( $LAYER.getGroup() ) GROUP "$LAYER.getGroup()" #end PROJECTION "init=epsg:$LAYER.getSrid()" END METADATA "wms_title" "$LAYER.getTitle()" "gml_include_items" "all" #if ( $LAYER.getGroupTitle() ) "wms_group_title" "$LAYER.getGroupTitle()" #end END #if ( !$LAYER.getStyle() ) #if ( $LAYER.getGroupTitle() ) #if ( $LAYER.getType() == "POLYGON" ) #include("barrier_polygons_class.vm") #else #include("barrier_lines_class.vm") #end #else #include("wsplgen_class.vm") #end #else $LAYER.getStyle() #end END