Mercurial > dive4elements > river
annotate artifacts/doc/conf/mapserver/barrier_lines_class.vm @ 9713:aef987124822 3.2.x
Do not rely on database default for setting hws_lines.official to 0
It's not under the control of the importer whether the field is rendered
into an INSERT statement, whether it's actually set or not. If it is
unset but rendered into the statement, the field would be set to NULL.
Thus, always set it explicitly.
While here, remove an unused import.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 12 Mar 2021 15:11:44 +0100 |
parents | 4b7944c37c4f |
children |
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" |
6832
4b7944c37c4f
(issue657) Use regular expressions in Mapfile templates to catch various spellings of feature class types.
Christian Lins <christian.lins@intevation.de>
parents:
6831
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" |
6832
4b7944c37c4f
(issue657) Use regular expressions in Mapfile templates to catch various spellings of feature class types.
Christian Lins <christian.lins@intevation.de>
parents:
6831
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" |
6832
4b7944c37c4f
(issue657) Use regular expressions in Mapfile templates to catch various spellings of feature class types.
Christian Lins <christian.lins@intevation.de>
parents:
6831
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" |
6832
4b7944c37c4f
(issue657) Use regular expressions in Mapfile templates to catch various spellings of feature class types.
Christian Lins <christian.lins@intevation.de>
parents:
6831
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" |
6832
4b7944c37c4f
(issue657) Use regular expressions in Mapfile templates to catch various spellings of feature class types.
Christian Lins <christian.lins@intevation.de>
parents:
6831
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 |