Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/mapserver/layer.vm @ 1129:da3c3e286c88
Introduced a MapfileGenerator that creates Mapserver specific mapfiles based on WSPLGEN results read from filesystem.
flys-artifacts/trunk@2644 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 05 Sep 2011 14:04:03 +0000 |
parents | |
children | e6dd52342eb7 |
comparison
equal
deleted
inserted
replaced
1128:727c53fd0dc7 | 1129:da3c3e286c88 |
---|---|
1 LAYER | |
2 NAME "$LAYER.getIdentifier()" | |
3 TYPE "$LAYER.getType()" | |
4 DATA "$LAYER.getIdentifier()/$LAYER.getData()" | |
5 STATUS ON | |
6 TEMPLATE map.html | |
7 TOLERANCE 10 | |
8 DUMP TRUE | |
9 | |
10 METADATA | |
11 "wms_title" "$LAYER.getTitle()" | |
12 "gml_include_items" "all" | |
13 END | |
14 | |
15 CLASS | |
16 NAME "Layer" | |
17 STYLE | |
18 SYMBOl 'point' | |
19 SIZE 5 | |
20 COLOR "#FFFF00" | |
21 END | |
22 END | |
23 END |