Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/mapserver/wsplgen_class.vm @ 1166:865ee1e19c62
Improved styling (mapserver style) of WSPLGEN result shape.
flys-artifacts/trunk@2711 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 13 Sep 2011 05:25:09 +0000 |
parents | c8c753931514 |
children | 055f32a5388a |
comparison
equal
deleted
inserted
replaced
1165:3b034bb5fce7 | 1166:865ee1e19c62 |
---|---|
1 CLASS | 1 CLASS |
2 NAME "WSPLGEN_POLYGON" | 2 NAME "WSPLGEN_POLYGON" |
3 EXPRESSION ([DIFF] < 1) | |
3 STYLE | 4 STYLE |
4 SIZE 5 | 5 SIZE 5 |
5 COLOR "#B2C9D7" | 6 COLOR "#B2C9D7" |
6 END | 7 END |
7 END | 8 END |
9 | |
10 CLASS | |
11 NAME "WSPLGEN_POLYGON" | |
12 EXPRESSION ([DIFF] >= 1 AND [DIFF] < 2) | |
13 STYLE | |
14 SIZE 5 | |
15 COLOR "#6F93AA" | |
16 END | |
17 END | |
18 | |
19 CLASS | |
20 NAME "WSPLGEN_POLYGON" | |
21 EXPRESSION ([DIFF] >= 2 AND [DIFF] < 3) | |
22 STYLE | |
23 SIZE 5 | |
24 COLOR "#426F8B" | |
25 END | |
26 END | |
27 | |
28 CLASS | |
29 NAME "WSPLGEN_POLYGON" | |
30 EXPRESSION ([DIFF] >= 3 AND [DIFF] < 4) | |
31 STYLE | |
32 SIZE 5 | |
33 COLOR "#214F6C" | |
34 END | |
35 END | |
36 | |
37 CLASS | |
38 NAME "WSPLGEN_POLYGON" | |
39 EXPRESSION ([DIFF] >= 3 AND [DIFF] < 4) | |
40 STYLE | |
41 SIZE 5 | |
42 COLOR "#021B2A" | |
43 END | |
44 END |