-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbigmap.mrules
More file actions
125 lines (110 loc) · 2.78 KB
/
bigmap.mrules
File metadata and controls
125 lines (110 loc) · 2.78 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
// Laser cutting maps for money A1 streetnames and railway lines hatched water
// DMK use-ruleset location=Rules/bigmap.mrules
features
lines
big roads : highway=motorway OR highway=motorway_link OR highway=trunk OR highway=trunk_link
roads : highway=primary_link OR highway=primary
other roads : highway=secondary OR highway=tertiary OR highway=unclassified OR highway=residential OR highway=service OR highway=living_street
footpaths : highway=pedestrian OR highway=path OR highway=footway
trains : railway=rail OR railway=light_rail
areas
station : railway=station
water : natural=water OR waterway=riverbank OR landuse=reservoir OR landuse=basin OR waterway=dock OR waterway=river OR waterway=stream OR waterway=canal OR waterway=drain
properties
map-background-color : #FFFFFF
map-sea-color : #336699
font-weight : bold
font-family : Helvetica CE 35 Thin
text-max-width : 7
text-halo-width : 25%
text-halo-opacity : 0.75
text-align-horizontal : center
text-align-vertical : center
font-stretch : 0.9
map.rendering.lflp.min-buffer-space : 5
map.rendering.lflp.max-allowed-corner-angle : 40
rules
target : station
define
fill-color : #000000
// line-color : #FF0000
line-width : 1
draw : line
draw : fill
target : big roads
define
line-color : #0000ff
line-width : 20
draw : line
define
font-family : Helvetica CE 35 Thin
font-size : 13:3;15:3
min-zoom : 13
text-align-vertical : near
text-color : black
text-max-width : 15
text-offset-vertical : 0%
text-halo-width : 30%
text-halo-opacity : 0.75
draw : text
target : roads
define
line-color : #0000ff
line-width :10
draw : line
define
font-family : Helvetica CE 35 Thin
font-size : 13:3;15:3
min-zoom : 19
text-align-vertical : near
text-color : black
text-max-width : 15
text-offset-vertical : 0%
text-halo-width : 30%
text-halo-opacity : 0.75
draw : text
target : other roads
define
line-color : #0000ff
line-width : 5
draw : line
define
font-family : Helvetica CE 35 Thin
font-size : 13:3;15:3
min-zoom : 13
text-align-vertical : near
text-color : black
text-max-width : 15
text-offset-vertical : 0%
text-halo-width : 30%
text-halo-opacity : 0.75
draw : text
target : water
define
fill-color : #000000
line-color : #336699
fill-hatch : diagonalcross
fill-hatch-color : #FFFFFF
line-width : 1
draw : fill
draw : line
target: coastline
define
fill-color : #000000
line-color : #336699
fill-hatch : diagonalcross
fill-hatch-color : #FFFFFF
line-width : 1
draw : fill
draw : line
target: trains
define
line-color : #00FF00
line-width : 1
draw : line
target: footpaths
define
line-color : #FF0000
line-style : dot
line-width : 1
draw : line