view gnv-artifacts/doc/conf/maptemplates/layer_point.vm @ 1041:8a8ee5abc084

Implemented the odv export for timeseries using vector data (Issue27). gnv-artifacts/trunk@1113 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 20 May 2010 09:47:19 +0000
parents 7fd005b80c21
children 04967dc9c83f
line wrap: on
line source
LAYER
    NAME "$info.getTitle()"
    TYPE $info.getType()
    DATA "${info.getName()}/${info.getData()}"
    STATUS $info.getStatus()

    CLASS
        NAME "Layer"
        STYLE
            SYMBOL 'point'
            SIZE 7
            COLOR "#FFFF00"
        END
    END
END

http://dive4elements.wald.intevation.org