-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPowerLines.mrules
More file actions
61 lines (53 loc) · 1.12 KB
/
PowerLines.mrules
File metadata and controls
61 lines (53 loc) · 1.12 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
features
power generator : power=generator
power station : power=station
power substation : power=sub_station
points
power tower : power=tower
lines
power line : power=line
power minor line : power=minor_line
properties
map-background-color : #181818
rules
target : power generator
define
shape : triangle
shape-size : 1:1;10:1;20:10
fill-color : yellow
line-color : black
line-width : 1
draw : shape
target : power station
define
shape : square
shape-size : 1:1;10:1;20:10
fill-color : green
fill-opacity : 0.75
line-color : black
line-width : 1
draw : shape
target : power substation
define
shape : square
shape-size : 1:1;10:1;20:10
fill-color : green
line-color : black
line-width : 1
draw : shape
target : power tower
define
shape : circle
shape-size : 1:1;10:1;20:10
fill-color : yellow
line-width : 0
draw : shape
target : power line
define
line-color : red
line-width : 1:3;10:3;20:10
draw : line
target : power minor line
define
line-color : yellow
draw : line