ingo@1792: LAYER ingo@1792: NAME "$LAYER.getName()" ingo@1792: TYPE $LAYER.getType() ingo@1792: ingo@1854: CONNECTIONTYPE $LAYER.getConnectionType() ingo@1854: CONNECTION "$LAYER.getConnection()" ingo@1854: ingo@1792: DATA "$LAYER.getData()" ingo@2595: FILTER "$LAYER.getFilter()" ingo@1816: EXTENT $LAYER.getExtent() ingo@1792: ingo@1792: STATUS ON ingo@1792: TEMPLATE map.html ingo@1792: TOLERANCE 10 ingo@1792: DUMP TRUE ingo@1792: #if( $LAYER.getGroup() ) ingo@1792: GROUP "$LAYER.getGroup()" ingo@1792: #end ingo@1792: ingo@1876: #if ( $LAYER.getLabelItem() ) ingo@1876: LABELITEM $LAYER.getLabelItem() ingo@1876: #end ingo@1876: ingo@2669: PROJECTION ingo@2669: "init=epsg:$LAYER.getSrid()" ingo@2669: END ingo@2669: ingo@1792: METADATA ingo@1792: "wms_title" "$LAYER.getTitle()" ingo@1792: "gml_include_items" "all" ingo@1792: #if ( $LAYER.getGroupTitle() ) ingo@1792: "wms_group_title" "$LAYER.getGroupTitle()" ingo@1792: #end ingo@1792: END ingo@1792: ingo@1792: #if ( $LAYER.getStyle() ) ingo@1792: $LAYER.getStyle() ingo@1792: #else ingo@1792: CLASS ingo@1792: NAME "" ingo@1792: STYLE ingo@1792: SIZE 5 ingo@1792: OUTLINECOLOR "#000000" ingo@1792: END ingo@1876: #if ( $LAYER.getLabelItem() ) ingo@1876: LABEL ingo@1876: ANGLE auto ingo@1876: SIZE 10 ingo@1876: COLOR "#000000" ingo@1876: TYPE truetype ingo@1876: FONT LiberationSans-Italic ingo@1876: POSITION ur ingo@1876: OFFSET 2 2 ingo@1876: END ingo@1876: #end ingo@1792: END ingo@1792: #end ingo@1792: END