view gnv-artifacts/doc/conf/maptemplates/layer_point.vm @ 1051:8f836fb6f592

Introduced an epsilon (750ms) to be more tolerant while comparing two data objects (issue286). gnv-artifacts/trunk@1125 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 25 May 2010 17:46:28 +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