-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscene.yml
96 lines (88 loc) · 1.52 KB
/
scene.yml
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
cameras:
camera1:
type: perspective
lights:
light1:
type: directional
direction: [0, 1, -.5]
diffuse: .3
ambient: 1
sources:
indoorequal:
type: MVT
url: https://tiles.indoorequal.org/tiles/{z}/{x}/{y}.pbf
url_params:
key: iek_VpPLmIcjE8vIQ7dVhFr3zw3lqTHj
tile_size: 512
max_zoom: 17
layers:
area_name:
data:
source: indoorequal
filter:
level: "0"
draw:
text:
text_source: name
font:
family: Arial
fill: gray
size: 18px
area:
data:
source: indoorequal
area:
filter:
class: [area, platform, corridor, room]
level: "0"
draw:
polygons:
order: 7
color: '#ffffff'
lines:
order: 7
color: gray
width: 1px
room:
filter:
class: room
draw:
lines:
order: 8
color: gray
width: 2px
wall:
data:
source: indoorequal
layer: area
filter:
class: wall
level: "0"
draw:
lines:
order: 10
color: gray
width: 2px
column:
data:
source: indoorequal
layer: area
filter:
class: column
level: "0"
draw:
polygons:
order: 10
color: gray
poi:
data:
source: indoorequal
filter:
level: "0"
draw:
text:
text_source: name
font:
family: Arial
fill: gray
size: 14px