view flys-artifacts/doc/conf/mapserver/layer.vm @ 1134:bcf70a452646

Read barrier layers from filesystem while mapfile creation and build a facet for this layer in the artifact. flys-artifacts/trunk@2654 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 06 Sep 2011 15:25:54 +0000
parents e6dd52342eb7
children c8c753931514
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

    METADATA
        "wms_title" "$LAYER.getTitle()"
        "gml_include_items" "all"
        #if ( $LAYER.getGroupTitle() )
            "wms_group_title" "$LAYER.getGroupTitle()"
        #end
    END

    CLASS
        NAME "Layer"
        STYLE
            SIZE 5
            COLOR "#66CCFF"
        END
    END
END

http://dive4elements.wald.intevation.org