view flys-artifacts/doc/conf/mapserver/layer.vm @ 2680:c0fbff11d287

Added a Mapserver PROJECTION section into the shapefile template. flys-artifacts/trunk@4378 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 10 May 2012 09:40:39 +0000
parents c8c753931514
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

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

    PROJECTION
        "init=epsg:$LAYER.getSrid()"
    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

http://dive4elements.wald.intevation.org