view gnv-artifacts/doc/conf/maptemplates/layer_polygon.vm @ 1093:479831c0463b

Replaced the title for the coordinate input field that is written into the 'describe'-document (so it is displayed in the gui). gnv-artifacts/trunk@1208 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 14 Jun 2010 09:33:47 +0000
parents a4e490e0af5b
children
line wrap: on
line source
LAYER
    NAME "$info.getName()"
    TYPE $info.getType()
    DATA "$info.getData()"
    STATUS $info.getStatus()
    TEMPLATE     map.html
    DUMP TRUE

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

    CLASS
        NAME "Layer"
        STYLE
            COLOR "#FFFF00"
        END
    END
END

http://dive4elements.wald.intevation.org