-
Notifications
You must be signed in to change notification settings - Fork 119
/
symbols-1.xml
50 lines (47 loc) · 3.14 KB
/
symbols-1.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<Style name="symbols-1">
<Rule>
&maxscale_zoom13;
&minscale_zoom15;
<Filter>[historic] = 'castle'</Filter>
<MarkersSymbolizer placement="point" file="symbols-otm/castle_z13.png" transform="translate(0 -3)"/>
</Rule>
<Rule>
&maxscale_zoom16;
&minscale_zoom17;
<Filter>[historic] = 'castle'</Filter>
<MarkersSymbolizer placement="point" file="symbols-otm/castle.png" transform="translate(0 -3)"/>
<TextSymbolizer fontset-name="sans-oblique" size="10" fill="black" halo-radius="2" halo-fill="rgba(255,255,255,0.9)" placement="point" dy="6" wrap-width="100" wrap-before="true">[name]</TextSymbolizer>
</Rule>
<Rule>
&maxscale_zoom13;
&minscale_zoom15;
<Filter>[amenity] = 'place_of_worship' and [religion] = 'christian' and ([denomination] = NULL or [denomination] = 'catholic' or [denomination] = 'roman_catholic' or [denomination] = 'old_catholic' or [denomination] = 'greek_catholic' or [denomination] = 'lutheran' or [denomination] = 'protestant' or [denomination] = 'reformed') and not (([building] = 'chapel') or ([building] = 'wayside_chapel') or ([historic] = 'wayside_chapel') or ([historic] = 'wayside_shrine') or ([historic] = 'wayside_cross'))</Filter>
<MarkersSymbolizer placement="point" file="symbols-otm/church_z13.png" transform="translate(0 -3)"/>
</Rule>
<Rule>
&maxscale_zoom16;
&minscale_zoom17;
<Filter>[amenity] = 'place_of_worship' and [religion] = 'christian' and ([denomination] = NULL or [denomination] = 'catholic' or [denomination] = 'roman_catholic' or [denomination] = 'old_catholic' or [denomination] = 'greek_catholic' or [denomination] = 'lutheran' or [denomination] = 'protestant' or [denomination] = 'reformed') and not (([building] = 'chapel') or ([building] = 'wayside_chapel') or ([historic] = 'wayside_chapel')or ([historic] = 'wayside_shrine') or ([historic] = 'wayside_cross'))</Filter>
<MarkersSymbolizer placement="point" file="symbols-otm/church.png" transform="translate(0 -3)"/>
<TextSymbolizer fontset-name="sans-oblique" size="10" fill="black" halo-radius="2" halo-fill="rgba(255,255,255,0.9)" placement="point" dy="6" wrap-width="100" wrap-before="true">[name]</TextSymbolizer>
</Rule>
<Rule>
&maxscale_zoom14;
&minscale_zoom17;
<Filter>(([amenity] = 'place_of_worship') and (([building] = 'chapel') or ([building] = 'wayside_chapel'))) or ([historic] = 'wayside_chapel') </Filter>
<MarkersSymbolizer placement="point" file="symbols-otm/chapel.png" transform="translate(0 -3)"/>
</Rule>
<Rule>
&maxscale_zoom13;
&minscale_zoom15;
<Filter>([historic] = 'ruins') or (([ruins] = 'yes') and ([historic] = 'castle'))</Filter>
<MarkersSymbolizer placement="point" file="symbols-otm/castle_ruins_z13.png" transform="translate(2 -3)"/>
</Rule>
<Rule>
&maxscale_zoom16;
&minscale_zoom17;
<Filter>([historic] = 'ruins') or (([ruins] = 'yes') and ([historic] = 'castle'))</Filter>
<MarkersSymbolizer placement="point" file="symbols-otm/castle_ruins.png" transform="translate(2 -3)"/>
<TextSymbolizer fontset-name="sans-oblique" size="10" fill="black" halo-radius="2" halo-fill="rgba(255,255,255,0.9)" placement="point" dy="6" wrap-width="100" wrap-before="true">[name]</TextSymbolizer>
</Rule>
</Style>