view gnv-artifacts/doc/conf/maptemplates/layer_point.vm @ 840:47578d91c4f0

Added a metadata section into the mapfile and feed it with the MapServer URL (issue235). gnv-artifacts/trunk@952 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 20 Apr 2010 07:19:05 +0000
parents 6eccb68a8b99
children 164d102b0af5
line wrap: on
line source
LAYER
    NAME "$info.getName()"
    TYPE $info.getType()
    DATA "${info.getName()}/${info.getData()}"
    STATUS $info.getStatus()
    
    CLASS
        NAME "Layer"
        STYLE
            COLOR "#870087"
        END
    END
END

http://dive4elements.wald.intevation.org