view flys-artifacts/doc/conf/mapserver/layer.vm @ 1129:da3c3e286c88

Introduced a MapfileGenerator that creates Mapserver specific mapfiles based on WSPLGEN results read from filesystem. flys-artifacts/trunk@2644 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 05 Sep 2011 14:04:03 +0000
parents
children e6dd52342eb7
line wrap: on
line source
LAYER
    NAME      "$LAYER.getIdentifier()"
    TYPE      "$LAYER.getType()"
    DATA      "$LAYER.getIdentifier()/$LAYER.getData()"
    STATUS    ON
    TEMPLATE  map.html
    TOLERANCE 10
    DUMP      TRUE

    METADATA
        "wms_title" "$LAYER.getTitle()"
        "gml_include_items" "all"
    END

    CLASS
        NAME "Layer"
        STYLE
            SYMBOl 'point'
            SIZE 5
            COLOR "#FFFF00"
        END
    END
END

http://dive4elements.wald.intevation.org