view gnv-artifacts/doc/conf/maptemplates/layer_linestring.vm @ 1034:50a5ce7a47b7

Implemented an odv exporter for product type 'Horizontales Schnittprofil' (issue260). gnv-artifacts/trunk@1082 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 10 May 2010 10:29:55 +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 5
            COLOR "#FFFF00"
        END
    END
END

http://dive4elements.wald.intevation.org