view gnv-artifacts/doc/conf/maptemplates/layer_point.vm @ 1050:7f3154331bc1

Use the chart size/height to export it to pdf. The chart's aspect ratio keeps alive if the size exceeds the maximum page size (issue290). gnv-artifacts/trunk@1124 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 25 May 2010 15:41:31 +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