view flys-artifacts/doc/conf/mapserver/layer.vm @ 1133:e011f8c6e5e8

Added driver to database configuration for use with postgresql. flys-artifacts/trunk@2652 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Raimund Renkert <raimund.renkert@intevation.de>
date Tue, 06 Sep 2011 11:10:13 +0000
parents e6dd52342eb7
children bcf70a452646
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
            SIZE 5
            COLOR "#66CCFF"
        END
    END
END

http://dive4elements.wald.intevation.org