Last change
on this file since 33741 was 32122, checked in by erigrus, 9 years ago |
initial commit
|
-
Property svn:executable
set to
*
|
File size:
2.6 KB
|
Line | |
---|
1 | /* building shells and walls */
|
---|
2 |
|
---|
3 | node|z19-[indoor:entrance=yes]
|
---|
4 | {
|
---|
5 | icon-image: "entrance_icon.png";
|
---|
6 | icon-width: 30;
|
---|
7 | z-index: 3;
|
---|
8 | }
|
---|
9 |
|
---|
10 |
|
---|
11 | way[indoor:area=shell]
|
---|
12 | {
|
---|
13 | fill-color: #EEEEEE;
|
---|
14 | fill-opacity: 1.0;
|
---|
15 |
|
---|
16 | z-index: 0;
|
---|
17 | }
|
---|
18 |
|
---|
19 | way[indoor:area=wall][indoor:wall:material=concrete]
|
---|
20 | {
|
---|
21 | width: 3;
|
---|
22 | color: #000000;
|
---|
23 | opacity: 1.0;
|
---|
24 |
|
---|
25 | fill-color: #BEBEBE;
|
---|
26 | fill-opacity: 1.0;
|
---|
27 |
|
---|
28 | z-index: 1;
|
---|
29 | }
|
---|
30 |
|
---|
31 | way[indoor:area=wall][indoor:wall:material=glass]
|
---|
32 | {
|
---|
33 | width: 3;
|
---|
34 | color: #000000;
|
---|
35 | opacity: 1.0;
|
---|
36 |
|
---|
37 | fill-color: #00BFFF;
|
---|
38 | fill-opacity: 1.0;
|
---|
39 |
|
---|
40 | z-index: 1;
|
---|
41 | }
|
---|
42 |
|
---|
43 | /* windows and openings */
|
---|
44 |
|
---|
45 | way|z19-[indoor:window=glass]
|
---|
46 | {
|
---|
47 | width: 3;
|
---|
48 | color: #00BFFF;
|
---|
49 | opacity: 1.0;
|
---|
50 | z-index: 1;
|
---|
51 | }
|
---|
52 |
|
---|
53 |
|
---|
54 | /* vertical passages */
|
---|
55 |
|
---|
56 | way|z19-[indoor:area=stairways]
|
---|
57 | {
|
---|
58 | width: 1;
|
---|
59 | color: #000000;
|
---|
60 | opacity: 1.0;
|
---|
61 | dashes: 15, 5;
|
---|
62 |
|
---|
63 | fill-color: #a6ff96;
|
---|
64 | fill-opacity: 1.0;
|
---|
65 |
|
---|
66 | z-index: 2;
|
---|
67 | }
|
---|
68 |
|
---|
69 | way|z19-[indoor:area=elevator]
|
---|
70 | {
|
---|
71 | width: 1;
|
---|
72 | color: #000000;
|
---|
73 | opacity: 1.0;
|
---|
74 | dashes: 5, 5;
|
---|
75 |
|
---|
76 | fill-color: #c3e5fa;
|
---|
77 | fill-opacity: 1.0;
|
---|
78 |
|
---|
79 | z-index: 2;
|
---|
80 | }
|
---|
81 |
|
---|
82 | way|z21-[indoor:area=elevator]
|
---|
83 | {
|
---|
84 | icon-image: "elevator_icon.png";
|
---|
85 | icon-width: 30;
|
---|
86 | z-index: 2;
|
---|
87 | }
|
---|
88 |
|
---|
89 | /* indoor highways */
|
---|
90 |
|
---|
91 | way|z19-21[indoor:highway=service]
|
---|
92 | {
|
---|
93 | width: 4;
|
---|
94 | color: #ffffff;
|
---|
95 | opacity: 1.0;
|
---|
96 |
|
---|
97 | casing-width: 2;
|
---|
98 | casing-color: #000000;
|
---|
99 |
|
---|
100 | z-index: 3;
|
---|
101 | }
|
---|
102 |
|
---|
103 | way|z22-[indoor:highway=service]
|
---|
104 | {
|
---|
105 | width: 20;
|
---|
106 | color: #ffffff;
|
---|
107 | opacity: 1.0;
|
---|
108 |
|
---|
109 | casing-width: 2;
|
---|
110 | casing-color: #000000;
|
---|
111 |
|
---|
112 | z-index: 3;
|
---|
113 | }
|
---|
114 |
|
---|
115 | /* rooms */
|
---|
116 |
|
---|
117 | node|z21-[indoor:door]
|
---|
118 | {
|
---|
119 | icon-image: "entrance_door_icon.png";
|
---|
120 | icon-width: 30;
|
---|
121 | z-index: 3;
|
---|
122 | }
|
---|
123 |
|
---|
124 | way|z19-[indoor:area=room]
|
---|
125 | {
|
---|
126 | fill-color: #ffffa1;
|
---|
127 | fill-opacity: 1.0;
|
---|
128 | z-index: 1;
|
---|
129 | }
|
---|
130 |
|
---|
131 | way|z19-[ref][indoor:area=room]
|
---|
132 | {
|
---|
133 | text: ref;
|
---|
134 | text-position: center;
|
---|
135 | font-size: 12;
|
---|
136 | text-color: #000000;
|
---|
137 | z-index: 1;
|
---|
138 | }
|
---|
139 |
|
---|
140 | way|z22-[name][indoor:area=room]
|
---|
141 | {
|
---|
142 | text: name;
|
---|
143 | text-position: center;
|
---|
144 | font-size: 12;
|
---|
145 | text-color: #000000;
|
---|
146 | z-index: 1;
|
---|
147 | }
|
---|
148 |
|
---|
149 | /* zones */
|
---|
150 |
|
---|
151 | way|z19-[indoor:area=zone]
|
---|
152 | {
|
---|
153 | fill-color: #FFDAB9;
|
---|
154 | fill-opacity: 1.0;
|
---|
155 | z-index: 1;
|
---|
156 | }
|
---|
157 |
|
---|
158 |
|
---|
159 | /* toilets */
|
---|
160 |
|
---|
161 | node|z21-[amenity=toilets][male=yes]
|
---|
162 | {
|
---|
163 | icon-image: "toilet_man_icon.png";
|
---|
164 | icon-width: 30;
|
---|
165 | z-index: 3;
|
---|
166 | }
|
---|
167 |
|
---|
168 | node|z21-[amenity=toilets][female=yes]
|
---|
169 | {
|
---|
170 | icon-image: "toilet_woman_icon.png";
|
---|
171 | icon-width: 30;
|
---|
172 | z-index: 3;
|
---|
173 | }
|
---|
174 |
|
---|
175 | node|z21-[amenity=toilets][wheelchair=yes]
|
---|
176 | {
|
---|
177 | icon-image: "toilet_wheelchair_icon.png";
|
---|
178 | icon-width: 30;
|
---|
179 | z-index: 3;
|
---|
180 | }
|
---|
181 |
|
---|
182 | /* charger */
|
---|
183 | node|z20-[indoor:charger]
|
---|
184 | {
|
---|
185 | icon-image: "charger_icon.png";
|
---|
186 | icon-width: 30;
|
---|
187 | z-index: 3;
|
---|
188 | }
|
---|
189 |
|
---|
190 |
|
---|
191 |
|
---|
192 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.