annotate artifacts/doc/conf/mapserver/barrier_lines_class.vm @ 6826:74a437805e2a

Mapfile templates contain regex expressions to catch features more robust (#657). Mapfile generation code is still confusing and should be refactored.
author Christian Lins <christian.lins@intevation.de>
date Wed, 14 Aug 2013 14:20:59 +0200
parents 243558474334
children 8c7433b8656d
rev   line source
1135
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
1 CLASS
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
2 NAME "Damm"
6826
74a437805e2a Mapfile templates contain regex expressions to catch features more robust (#657).
Christian Lins <christian.lins@intevation.de>
parents: 6125
diff changeset
3 EXPRESSION /damm/i
1135
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
4 STYLE
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
5 SIZE 5
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
6 OUTLINECOLOR "#008000"
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
7 END
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
8 END
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
9 CLASS
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
10 NAME "Rohr 1"
6826
74a437805e2a Mapfile templates contain regex expressions to catch features more robust (#657).
Christian Lins <christian.lins@intevation.de>
parents: 6125
diff changeset
11 EXPRESSION /rohr.1/i
1135
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
12 STYLE
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
13 SIZE 5
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
14 OUTLINECOLOR "#800080"
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
15 END
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
16 END
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
17 CLASS
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
18 NAME "Rohr 2"
6826
74a437805e2a Mapfile templates contain regex expressions to catch features more robust (#657).
Christian Lins <christian.lins@intevation.de>
parents: 6125
diff changeset
19 EXPRESSION /rohr.2/i
1135
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
20 STYLE
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
21 SIZE 5
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
22 OUTLINECOLOR "#808080"
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
23 END
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
24 END
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
25 CLASS
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
26 NAME "Graben"
6826
74a437805e2a Mapfile templates contain regex expressions to catch features more robust (#657).
Christian Lins <christian.lins@intevation.de>
parents: 6125
diff changeset
27 EXPRESSION /graben/i
1135
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
28 STYLE
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
29 SIZE 5
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
30 OUTLINECOLOR "#800000"
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
31 END
c8c753931514 Added a fallback mechanism to style mapserver layers as long as the theme mechanism is not implemented for maps (as it is for charts).
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
32 END
6125
243558474334 Add "Ringdeich" class to barrier lines mapfile template (#802).
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
33 CLASS
243558474334 Add "Ringdeich" class to barrier lines mapfile template (#802).
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
34 NAME "Ringdeich"
6826
74a437805e2a Mapfile templates contain regex expressions to catch features more robust (#657).
Christian Lins <christian.lins@intevation.de>
parents: 6125
diff changeset
35 EXPRESSION /ringdeich/i
6125
243558474334 Add "Ringdeich" class to barrier lines mapfile template (#802).
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
36 STYLE
243558474334 Add "Ringdeich" class to barrier lines mapfile template (#802).
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
37 SIZE 5
243558474334 Add "Ringdeich" class to barrier lines mapfile template (#802).
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
38 OUTLINECOLOR "#800000"
243558474334 Add "Ringdeich" class to barrier lines mapfile template (#802).
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
39 END
243558474334 Add "Ringdeich" class to barrier lines mapfile template (#802).
Christian Lins <christian.lins@intevation.de>
parents: 5838
diff changeset
40 END

http://dive4elements.wald.intevation.org