view gnv-artifacts/doc/conf/maptemplates/layer_linestring.vm @ 1062:58b4a07db856

Cach improvement: remove the cached elements of each visited state that is visited while stepping back to a previous state. gnv-artifacts/trunk@1147 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 02 Jun 2010 09:52:39 +0000
parents 04967dc9c83f
children a4e490e0af5b
line wrap: on
line source
LAYER
    NAME "$info.getName()"
    TYPE $info.getType()
    DATA "$info.getData()"
    STATUS $info.getStatus()

    METADATA
        "wms_title" "$info.getTitle()"
    END

    CLASS
        NAME "Layer"
        STYLE
            SYMBOl 'point'
            SIZE 5
            COLOR "#FFFF00"
        END
    END
END

http://dive4elements.wald.intevation.org