1 | /*
|
---|
2 | Main JOSM map paint style.
|
---|
3 |
|
---|
4 | Originally in XML format, migrated to MapCSS.
|
---|
5 | Documentation of MapCSS format:
|
---|
6 |
|
---|
7 | http://josm.openstreetmap.de/wiki/Help/Styles/MapCSSImplementation
|
---|
8 |
|
---|
9 | */
|
---|
10 |
|
---|
11 |
|
---|
12 | meta {
|
---|
13 | icon: "dialogs/mappaint/josm_small.png";
|
---|
14 | }
|
---|
15 |
|
---|
16 | canvas {
|
---|
17 | default-points: false;
|
---|
18 | }
|
---|
19 |
|
---|
20 | /***************************/
|
---|
21 | /* "work in progress" tags */
|
---|
22 | /***************************/
|
---|
23 |
|
---|
24 | node|z16-[fixme]::core_fixme,
|
---|
25 | node|z16-[FIXME]::core_fixme {
|
---|
26 | object-z-index: 20;
|
---|
27 | icon-image: "misc/fixme-annotation.png";
|
---|
28 | }
|
---|
29 | node|z16-[note]::core_note {
|
---|
30 | object-z-index: 10;
|
---|
31 | icon-image: "misc/note-annotation.png";
|
---|
32 | }
|
---|
33 |
|
---|
34 | /* special display of unreviewed tiger data (USA) */
|
---|
35 | way["tiger:reviewed"=no]::core_tiger {
|
---|
36 | major-z-index: -10;
|
---|
37 | width: 11;
|
---|
38 | color: tiger_data#808000;
|
---|
39 | opacity: 0.6;
|
---|
40 | }
|
---|
41 |
|
---|
42 | /*********************/
|
---|
43 | /* turn restrictions */
|
---|
44 | /*********************/
|
---|
45 |
|
---|
46 | relation[restriction=no_left_turn],
|
---|
47 | node[restriction=no_left_turn] {
|
---|
48 | icon-image: "vehicle/restriction/turn_restrictions/no_left_turn.png";
|
---|
49 | text: auto;
|
---|
50 | }
|
---|
51 | relation[restriction=no_right_turn],
|
---|
52 | node[restriction=no_right_turn] {
|
---|
53 | icon-image: "vehicle/restriction/turn_restrictions/no_right_turn.png";
|
---|
54 | text: auto;
|
---|
55 | }
|
---|
56 | relation[restriction=no_straight_on],
|
---|
57 | node[restriction=no_straight_on] {
|
---|
58 | icon-image: "vehicle/restriction/turn_restrictions/no_straight_on.png";
|
---|
59 | text: auto;
|
---|
60 | }
|
---|
61 | relation[restriction=no_u_turn],
|
---|
62 | node[restriction=no_u_turn] {
|
---|
63 | icon-image: "vehicle/restriction/turn_restrictions/no_u_turn.png";
|
---|
64 | text: auto;
|
---|
65 | }
|
---|
66 | relation[restriction=only_left_turn],
|
---|
67 | node[restriction=only_left_turn] {
|
---|
68 | icon-image: "vehicle/restriction/turn_restrictions/only_left_turn.png";
|
---|
69 | text: auto;
|
---|
70 | }
|
---|
71 | relation[restriction=only_right_turn],
|
---|
72 | node[restriction=only_right_turn] {
|
---|
73 | icon-image: "vehicle/restriction/turn_restrictions/only_right_turn.png";
|
---|
74 | text: auto;
|
---|
75 | }
|
---|
76 | relation[restriction=only_straight_on],
|
---|
77 | node[restriction=only_straight_on] {
|
---|
78 | icon-image: "vehicle/restriction/turn_restrictions/only_straight_on.png";
|
---|
79 | text: auto;
|
---|
80 | }
|
---|
81 |
|
---|
82 | /******************/
|
---|
83 | /* bridge, tunnel */
|
---|
84 | /******************/
|
---|
85 |
|
---|
86 | way[bridge?]::core_bridge,
|
---|
87 | way[bridge=viaduct]::core_bridge,
|
---|
88 | way[bridge=swing]::core_bridge,
|
---|
89 | way[bridge=movable]::core_bridge,
|
---|
90 | way[bridge=cantilever]::core_bridge,
|
---|
91 | way[bridge=covered]::core_bridge,
|
---|
92 | way[bridge=low_water_crossing]::core_bridge,
|
---|
93 | way[bridge=trestle]::core_bridge,
|
---|
94 | way[bridge=aqueduct]::core_bridge {
|
---|
95 | major-z-index: 2.1;
|
---|
96 | object-z-index: -1;
|
---|
97 | width: +4;
|
---|
98 | color: bridge#0000FF;
|
---|
99 | opacity: 0.9;
|
---|
100 | }
|
---|
101 | way[tunnel?]::core_tunnel,
|
---|
102 | way[tunnel=culvert]::core_tunnel,
|
---|
103 | way[tunnel=building_passage]::core_tunnel,
|
---|
104 | way[tunnel=avalanche_protector]::core_tunnel {
|
---|
105 | major-z-index: 2.1;
|
---|
106 | object-z-index: -1;
|
---|
107 | width: +5;
|
---|
108 | color: tunnel#964B00;
|
---|
109 | opacity: 0.9;
|
---|
110 | }
|
---|
111 | node[oneway],
|
---|
112 | node[bridge],
|
---|
113 | node[tunnel?],
|
---|
114 | node[tunnel?!],
|
---|
115 | node[cutting?!],
|
---|
116 | node[embankment?!] {
|
---|
117 | icon-image: "misc/deprecated.png";
|
---|
118 | text: auto;
|
---|
119 | }
|
---|
120 |
|
---|
121 | /*****************************/
|
---|
122 | /* building/entrance/address */
|
---|
123 | /*****************************/
|
---|
124 |
|
---|
125 | node["addr:housenumber"],
|
---|
126 | node["addr:postcode"] {
|
---|
127 | icon-image: "misc/housenumber.png";
|
---|
128 | text: auto;
|
---|
129 | }
|
---|
130 | way["addr:interpolation"=odd] {
|
---|
131 | width: 1;
|
---|
132 | color: address#1C86EE;
|
---|
133 | dashes: 15,4;
|
---|
134 | }
|
---|
135 | way["addr:interpolation"=even] {
|
---|
136 | width: 1;
|
---|
137 | color: address#1C86EE;
|
---|
138 | dashes: 4,4;
|
---|
139 | }
|
---|
140 | way["addr:interpolation"=all],
|
---|
141 | way["addr:interpolation"=alphabetic] {
|
---|
142 | width: 1;
|
---|
143 | color: address#1C86EE;
|
---|
144 | dashes: 2,2;
|
---|
145 | }
|
---|
146 | area[building][!building?!] {
|
---|
147 | fill-color: building#cb9999;
|
---|
148 | }
|
---|
149 | node[building][!building?!] {
|
---|
150 | icon-image: "misc/landmark/building.png";
|
---|
151 | text: auto;
|
---|
152 | }
|
---|
153 | node[building=garage] {
|
---|
154 | icon-image: "misc/landuse/garages.png";
|
---|
155 | text: auto;
|
---|
156 | }
|
---|
157 | node[building=garages] {
|
---|
158 | icon-image: "misc/landuse/garages.png";
|
---|
159 | text: auto;
|
---|
160 | }
|
---|
161 | node[building=entrance] {
|
---|
162 | icon-image: "misc/entrance-yes.png";
|
---|
163 | text: auto;
|
---|
164 | }
|
---|
165 | node[entrance=yes] {
|
---|
166 | icon-image: "misc/entrance-yes.png";
|
---|
167 | text: auto;
|
---|
168 | }
|
---|
169 | node[entrance=main] {
|
---|
170 | icon-image: "misc/entrance-main.png";
|
---|
171 | text: auto;
|
---|
172 | }
|
---|
173 | node[entrance=service] {
|
---|
174 | icon-image: "misc/entrance-service.png";
|
---|
175 | text: auto;
|
---|
176 | }
|
---|
177 | node[entrance=exit] {
|
---|
178 | icon-image: "misc/entrance-exit.png";
|
---|
179 | text: auto;
|
---|
180 | }
|
---|
181 | node[entrance=emergency] {
|
---|
182 | icon-image: "misc/entrance-emergency.png";
|
---|
183 | text: auto;
|
---|
184 | }
|
---|
185 |
|
---|
186 | /****************************/
|
---|
187 | /* access restrictions tags */
|
---|
188 | /****************************/
|
---|
189 |
|
---|
190 | way[access?!]::core_access {
|
---|
191 | z-index: -1;
|
---|
192 | width: +2;
|
---|
193 | color: no#ff8080;
|
---|
194 | dashes: 2,2;
|
---|
195 | }
|
---|
196 | way[access=permissive]::core_access {
|
---|
197 | z-index: -1;
|
---|
198 | width: +2;
|
---|
199 | color: permissive#80ff80;
|
---|
200 | dashes: 2,2;
|
---|
201 | }
|
---|
202 | way[access=private]::core_access {
|
---|
203 | z-index: -1;
|
---|
204 | width: +2;
|
---|
205 | color: private#ff8080;
|
---|
206 | dashes: 2,2;
|
---|
207 | }
|
---|
208 | way[access=destination]::core_access {
|
---|
209 | z-index: -1;
|
---|
210 | width: +2;
|
---|
211 | color: destination#8080ff;
|
---|
212 | dashes: 2,2;
|
---|
213 | }
|
---|
214 | node[access?!] {
|
---|
215 | icon-image: "vehicle/restriction/access.png";
|
---|
216 | }
|
---|
217 | node[access=permissive],
|
---|
218 | node[access=private],
|
---|
219 | node[access=destination] {
|
---|
220 | icon-image: "misc/no_icon.png";
|
---|
221 | text: auto;
|
---|
222 | }
|
---|
223 | node[bicycle?!] {
|
---|
224 | icon-image: "vehicle/restriction/bicycle.png";
|
---|
225 | }
|
---|
226 | node[bicycle=designated] {
|
---|
227 | icon-image: "vehicle/restriction/bicycle-designated.png";
|
---|
228 | text: auto;
|
---|
229 | }
|
---|
230 | node[foot?!] {
|
---|
231 | icon-image: "vehicle/restriction/foot.png";
|
---|
232 | }
|
---|
233 | node[foot=designated] {
|
---|
234 | icon-image: "vehicle/restriction/foot-designated.png";
|
---|
235 | text: auto;
|
---|
236 | }
|
---|
237 | node[goods?!],
|
---|
238 | node[hgv?!] {
|
---|
239 | icon-image: "vehicle/restriction/goods.png";
|
---|
240 | }
|
---|
241 | node[horse?!] {
|
---|
242 | icon-image: "vehicle/restriction/horse.png";
|
---|
243 | }
|
---|
244 | node[horse=designated] {
|
---|
245 | icon-image: "vehicle/restriction/horse-designated.png";
|
---|
246 | }
|
---|
247 | node[motorcycle?!] {
|
---|
248 | icon-image: "vehicle/restriction/motorbike.png";
|
---|
249 | }
|
---|
250 | node[motorcar?!] {
|
---|
251 | icon-image: "vehicle/restriction/motorcar.png";
|
---|
252 | }
|
---|
253 | node[psv?!] {
|
---|
254 | icon-image: "vehicle/restriction/psv.png";
|
---|
255 | }
|
---|
256 | node[motorboat?!],
|
---|
257 | node[boat?!] {
|
---|
258 | icon-image: "misc/no_icon.png";
|
---|
259 | }
|
---|
260 | node[noexit?] {
|
---|
261 | icon-image: "vehicle/restriction/dead_end.png";
|
---|
262 | }
|
---|
263 | node[maxweight] {
|
---|
264 | icon-image: "vehicle/restriction/maxweight.png";
|
---|
265 | }
|
---|
266 | node[maxheight] {
|
---|
267 | icon-image: "vehicle/restriction/maxheight.png";
|
---|
268 | }
|
---|
269 | node[maxwidth] {
|
---|
270 | icon-image: "vehicle/restriction/maxwidth.png";
|
---|
271 | }
|
---|
272 | node[maxlength] {
|
---|
273 | icon-image: "vehicle/restriction/maxlength.png";
|
---|
274 | }
|
---|
275 | node[minspeed] {
|
---|
276 | icon-image: "vehicle/restriction/minspeed.png";
|
---|
277 | }
|
---|
278 | node[maxstay],
|
---|
279 | node[toll] {
|
---|
280 | icon-image: "misc/no_icon.png";
|
---|
281 | }
|
---|
282 |
|
---|
283 | /****************/
|
---|
284 | /* barrier tags */
|
---|
285 | /****************/
|
---|
286 |
|
---|
287 | node[barrier] {
|
---|
288 | icon-image: "vehicle/restriction/barrier.png";
|
---|
289 | text: auto;
|
---|
290 | }
|
---|
291 | way[barrier=bollard] {
|
---|
292 | width: 3;
|
---|
293 | color: barrier#F0F050;
|
---|
294 | dashes: 3,9;
|
---|
295 | }
|
---|
296 | node[barrier=bollard] {
|
---|
297 | icon-image: "vehicle/restriction/bollard.png";
|
---|
298 | text: auto;
|
---|
299 | }
|
---|
300 | node[barrier=gate] {
|
---|
301 | icon-image: "vehicle/gate.png";
|
---|
302 | text: auto;
|
---|
303 | }
|
---|
304 | way[barrier=hedge],
|
---|
305 | way[barrier=fence],
|
---|
306 | way[barrier=wall],
|
---|
307 | way[barrier=guard_rail],
|
---|
308 | way[barrier=city_wall],
|
---|
309 | way[barrier=retaining_wall],
|
---|
310 | way[barrier=block],
|
---|
311 | way[barrier=chain] {
|
---|
312 | width: 3;
|
---|
313 | color: barrier#F0F050;
|
---|
314 | }
|
---|
315 | node[barrier=hedge],
|
---|
316 | node[barrier=wall],
|
---|
317 | node[barrier=guard_rail],
|
---|
318 | node[barrier=city_wall],
|
---|
319 | node[barrier=retaining_wall] {
|
---|
320 | icon-image: "misc/deprecated.png";
|
---|
321 | text: auto;
|
---|
322 | }
|
---|
323 | node[barrier=block] {
|
---|
324 | icon-image: "vehicle/block.svg";
|
---|
325 | text: auto;
|
---|
326 | }
|
---|
327 | node[barrier=chain] {
|
---|
328 | icon-image: "vehicle/chain.svg";
|
---|
329 | text: auto;
|
---|
330 | }
|
---|
331 | node[barrier=stile] {
|
---|
332 | icon-image: "vehicle/stile.png";
|
---|
333 | text: auto;
|
---|
334 | }
|
---|
335 | node[barrier=turnstile] {
|
---|
336 | icon-image: "vehicle/turnstile.png";
|
---|
337 | text: auto;
|
---|
338 | }
|
---|
339 | node[barrier=cycle_barrier] {
|
---|
340 | icon-image: "vehicle/cycle_barrier.png";
|
---|
341 | text: auto;
|
---|
342 | }
|
---|
343 | node[barrier=lift_gate] {
|
---|
344 | icon-image: "vehicle/lift_gate.png";
|
---|
345 | text: auto;
|
---|
346 | }
|
---|
347 | node[barrier=swing_gate] {
|
---|
348 | icon-image: "vehicle/swing_gate.png";
|
---|
349 | text: auto;
|
---|
350 | }
|
---|
351 | area[barrier=toll_booth]:closed {
|
---|
352 | fill-color: barrier#F0F050;
|
---|
353 | }
|
---|
354 | node[barrier=toll_booth] {
|
---|
355 | icon-image: "vehicle/toll_booth.png";
|
---|
356 | text: auto;
|
---|
357 | }
|
---|
358 | node[barrier=entrance] {
|
---|
359 | icon-image: "vehicle/entrance.png";
|
---|
360 | text: auto;
|
---|
361 | }
|
---|
362 | node[barrier=cattle_grid] {
|
---|
363 | icon-image: "vehicle/cattle_grid.png";
|
---|
364 | text: auto;
|
---|
365 | }
|
---|
366 | node[barrier=border_control] {
|
---|
367 | icon-image: "vehicle/border_control.png";
|
---|
368 | text: auto;
|
---|
369 | }
|
---|
370 | node[barrier=sally_port] {
|
---|
371 | icon-image: "vehicle/sally_port.png";
|
---|
372 | text: auto;
|
---|
373 | }
|
---|
374 | node[barrier=fence],
|
---|
375 | node[barrier=kissing_gate],
|
---|
376 | node[barrier=bump_gate],
|
---|
377 | node[barrier=portcullis],
|
---|
378 | node[barrier=spikes],
|
---|
379 | node[barrier=bus_trap],
|
---|
380 | node[barrier=drawbridge],
|
---|
381 | node[barrier=hampshire_gate] {
|
---|
382 | icon-image: "misc/no_icon.png";
|
---|
383 | text: auto;
|
---|
384 | }
|
---|
385 |
|
---|
386 | /****************/
|
---|
387 | /* highway tags */
|
---|
388 | /****************/
|
---|
389 |
|
---|
390 | way[motorroad?]::core_motorroad {
|
---|
391 | major-z-index: 2.1;
|
---|
392 | z-index: -1;
|
---|
393 | width: +4;
|
---|
394 | color: motorroad#3377ff;
|
---|
395 | }
|
---|
396 | way[highway=motorway] {
|
---|
397 | width: 3;
|
---|
398 | color: motorway#809bc0;
|
---|
399 | }
|
---|
400 | way[highway=motorway_link] {
|
---|
401 | width: 3;
|
---|
402 | color: motorway#809bc0;
|
---|
403 | }
|
---|
404 | way[highway=trunk] {
|
---|
405 | width: 3;
|
---|
406 | color: trunk#7fc97f;
|
---|
407 | }
|
---|
408 | way[highway=trunk_link] {
|
---|
409 | width: 3;
|
---|
410 | color: trunk#7fc97f;
|
---|
411 | }
|
---|
412 | way[highway=primary] {
|
---|
413 | width: 3;
|
---|
414 | color: primary#fb805f;
|
---|
415 | }
|
---|
416 | way[highway=primary_link] {
|
---|
417 | width: 3;
|
---|
418 | color: primary#fb805f;
|
---|
419 | }
|
---|
420 | way[highway=secondary] {
|
---|
421 | width: 3;
|
---|
422 | color: secondary#fdbf6f;
|
---|
423 | }
|
---|
424 | way[highway=secondary_link] {
|
---|
425 | width: 3;
|
---|
426 | color: secondary#fdbf6f;
|
---|
427 | }
|
---|
428 | way[highway=tertiary] {
|
---|
429 | width: 2;
|
---|
430 | color: tertiary#f7f496;
|
---|
431 | }
|
---|
432 | way[highway=tertiary_link] {
|
---|
433 | width: 2;
|
---|
434 | color: tertiary#f7f496;
|
---|
435 | }
|
---|
436 | way[highway=unclassified] {
|
---|
437 | width: 2;
|
---|
438 | color: street#c0c0c0;
|
---|
439 | }
|
---|
440 | way[highway=road] {
|
---|
441 | width: 2;
|
---|
442 | casing-width: 0.5;
|
---|
443 | casing-color: #ff9696;
|
---|
444 | color: #770000;
|
---|
445 | }
|
---|
446 | way[highway=unsurfaced] {
|
---|
447 | width: 1;
|
---|
448 | color: street#c0c0c0;
|
---|
449 | }
|
---|
450 | way[highway=track][area?], relation[type=multipolygon][highway=track] {
|
---|
451 | fill-color: highway_track#006600;
|
---|
452 | }
|
---|
453 | way[highway=track] {
|
---|
454 | width: 1;
|
---|
455 | color: highway_track#006600;
|
---|
456 | }
|
---|
457 | way[highway=residential] {
|
---|
458 | width: 2;
|
---|
459 | color: street#c0c0c0;
|
---|
460 | }
|
---|
461 | way[highway=living_street] {
|
---|
462 | width: 2;
|
---|
463 | dashes: 9,9;
|
---|
464 | dashes-background-color: livingdashed#00ff00;
|
---|
465 | color: street#c0c0c0;
|
---|
466 | }
|
---|
467 | way[highway=service][area?], relation[type=multipolygon][highway=service] {
|
---|
468 | fill-color: service#809bc0;
|
---|
469 | }
|
---|
470 | way[highway=service][!area?] {
|
---|
471 | width: 1;
|
---|
472 | color: service#809bc0;
|
---|
473 | }
|
---|
474 | way[highway=bridleway] {
|
---|
475 | width: 1;
|
---|
476 | color: horse#c08000;
|
---|
477 | }
|
---|
478 | way[highway=cycleway] {
|
---|
479 | width: 1;
|
---|
480 | color: bicycle#b100ff;
|
---|
481 | }
|
---|
482 | way[highway=footway][area?], relation[type=multipolygon][highway=footway] {
|
---|
483 | fill-color: foot#00ff00;
|
---|
484 | }
|
---|
485 | way[highway=footway][!area?] {
|
---|
486 | width: 1;
|
---|
487 | color: foot#00ff00;
|
---|
488 | }
|
---|
489 | way[highway=path][bicycle!=designated][bicycle!=official][foot!=designated][foot!=official] {
|
---|
490 | width: 1;
|
---|
491 | dashes: 9,9;
|
---|
492 | color: foot#00ff00;
|
---|
493 | }
|
---|
494 | /* display path with bicycle/foot=designated/official as if it was cycleway/footway */
|
---|
495 | way[highway=path][bicycle=designated],
|
---|
496 | way[highway=path][bicycle=official] {
|
---|
497 | width: 1;
|
---|
498 | color: bicycle#b100ff;
|
---|
499 | }
|
---|
500 | way[highway=path][foot=designated],
|
---|
501 | way[highway=path][foot=official] {
|
---|
502 | width: 1;
|
---|
503 | color: foot#00ff00;
|
---|
504 | }
|
---|
505 | way[highway=path][bicycle=designated][foot=designated],
|
---|
506 | way[highway=path][bicycle=official][foot=official] {
|
---|
507 | width: 1;
|
---|
508 | color: bicycle#b100ff;
|
---|
509 | dashes: 14,14;
|
---|
510 | dashes-background-color: foot#00ff00;
|
---|
511 | }
|
---|
512 | way[highway=cycleway][foot=yes],
|
---|
513 | way[highway=path][bicycle=designated][foot=yes],
|
---|
514 | way[highway=path][bicycle=official][foot=yes] {
|
---|
515 | width: 1;
|
---|
516 | color: bicycle#b100ff;
|
---|
517 | dashes: 21,7;
|
---|
518 | dashes-background-color: foot#00ff00;
|
---|
519 | }
|
---|
520 | way[highway=footway][bicycle=yes],
|
---|
521 | way[highway=path][bicycle=yes][foot=designated],
|
---|
522 | way[highway=path][bicycle=yes][foot=official] {
|
---|
523 | width: 1;
|
---|
524 | color: foot#00ff00;
|
---|
525 | dashes: 21,7;
|
---|
526 | dashes-background-color: bicycle#b100ff;
|
---|
527 | }
|
---|
528 | way[highway=pedestrian][area?], relation[type=multipolygon][highway=pedestrian] {
|
---|
529 | width: 3;
|
---|
530 | color: foot#00ff00;
|
---|
531 | fill-color: foot#00ff00;
|
---|
532 | }
|
---|
533 | way[highway=pedestrian] {
|
---|
534 | width: 3;
|
---|
535 | color: foot#00ff00;
|
---|
536 | }
|
---|
537 | way[highway=steps] {
|
---|
538 | width: 1;
|
---|
539 | color: foot#00ff00;
|
---|
540 | dashes: 2,2;
|
---|
541 | }
|
---|
542 | node[highway=steps] {
|
---|
543 | icon-image: "transport/steps.png";
|
---|
544 | text: auto;
|
---|
545 | }
|
---|
546 | way[highway=bus_guideway] {
|
---|
547 | width: 1;
|
---|
548 | color: rail#404040;
|
---|
549 | dashes: 9,9;
|
---|
550 | }
|
---|
551 | way[highway=raceway] {
|
---|
552 | width: 1;
|
---|
553 | color: raceway#ff80ff;
|
---|
554 | }
|
---|
555 | node[direction=clockwise] {
|
---|
556 | icon-image: "vehicle/restriction/roundabout_left.png";
|
---|
557 | text: auto;
|
---|
558 | }
|
---|
559 | node[highway=mini_roundabout] {
|
---|
560 | icon-image: "vehicle/restriction/roundabout_left.png";
|
---|
561 | text: auto;
|
---|
562 | }
|
---|
563 | node:righthandtraffic[highway=mini_roundabout] {
|
---|
564 | icon-image: "vehicle/restriction/roundabout_right.png";
|
---|
565 | }
|
---|
566 | node[highway=stop] {
|
---|
567 | icon-image: "vehicle/restriction/stop.png";
|
---|
568 | text: auto;
|
---|
569 | }
|
---|
570 | node[highway=give_way] {
|
---|
571 | icon-image: "vehicle/restriction/right_of_way.png";
|
---|
572 | text: auto;
|
---|
573 | }
|
---|
574 | node[highway=traffic_signals] {
|
---|
575 | icon-image: "vehicle/restriction/traffic-light.png";
|
---|
576 | text: auto;
|
---|
577 | }
|
---|
578 | node[highway=street_lamp] {
|
---|
579 | icon-image: "misc/streetlamp.png";
|
---|
580 | text: auto;
|
---|
581 | }
|
---|
582 | node[highway=speed_camera] {
|
---|
583 | icon-image: "vehicle/restriction/speed_trap.png";
|
---|
584 | text: auto;
|
---|
585 | }
|
---|
586 | node[traffic_sign=city_limit] {
|
---|
587 | icon-image: "vehicle/restriction/citylimit.png";
|
---|
588 | text: auto;
|
---|
589 | }
|
---|
590 | node[highway=crossing] {
|
---|
591 | icon-image: "vehicle/zebra_crossing.png";
|
---|
592 | text: auto;
|
---|
593 | }
|
---|
594 | node[highway=incline], node[highway=incline_steep] {
|
---|
595 | icon-image: "vehicle/restriction/incline.png";
|
---|
596 | text: auto;
|
---|
597 | }
|
---|
598 | node[highway=motorway_junction] {
|
---|
599 | icon-image: "vehicle/exit.png";
|
---|
600 | text: auto;
|
---|
601 | }
|
---|
602 | area[highway=services] {
|
---|
603 | fill-color: services#c0c0c0;
|
---|
604 | }
|
---|
605 | node[highway=services] {
|
---|
606 | icon-image: "vehicle/services.png";
|
---|
607 | text: auto;
|
---|
608 | }
|
---|
609 | area[highway=rest_area] {
|
---|
610 | fill-color: services#c0c0c0;
|
---|
611 | }
|
---|
612 | node[highway=rest_area] {
|
---|
613 | icon-image: "vehicle/parking.png";
|
---|
614 | text: auto;
|
---|
615 | }
|
---|
616 | node[highway=ford], node[ford?] {
|
---|
617 | icon-image: "vehicle/ford.png";
|
---|
618 | text: auto;
|
---|
619 | }
|
---|
620 | way[ford?]::core_ford {
|
---|
621 | z-index: 1;
|
---|
622 | width: 2;
|
---|
623 | color: water#0000ff;
|
---|
624 | dashes: 9,9;
|
---|
625 | }
|
---|
626 | area[highway=platform]:closed {
|
---|
627 | fill-color: highway_platform#c0c0c0;
|
---|
628 | }
|
---|
629 | way[highway=platform] {
|
---|
630 | width: 2;
|
---|
631 | color: highway_platform#c0c0c0;
|
---|
632 | }
|
---|
633 | node[highway=turning_circle] {
|
---|
634 | icon-image: "vehicle/turning_circle.png";
|
---|
635 | text: auto;
|
---|
636 | }
|
---|
637 | node[highway=turning_loop] {
|
---|
638 | icon-image: "vehicle/turning_loop.png";
|
---|
639 | text: auto;
|
---|
640 | }
|
---|
641 | node[highway=passing_place] {
|
---|
642 | icon-image: "vehicle/passing_place.png";
|
---|
643 | text: auto;
|
---|
644 | }
|
---|
645 | node[highway=elevator] {
|
---|
646 | icon-image: "service/elevator.png";
|
---|
647 | text: auto;
|
---|
648 | }
|
---|
649 | way[highway=construction] {
|
---|
650 | width: 2;
|
---|
651 | color: construction#ffff00;
|
---|
652 | dashes: 9,9;
|
---|
653 | }
|
---|
654 | node[highway=construction] {
|
---|
655 | icon-image: "misc/construction.png";
|
---|
656 | text: auto;
|
---|
657 | }
|
---|
658 | area[highway=emergency_access_point] {
|
---|
659 | fill-color: emergency_access_point#c0c0c0;
|
---|
660 | }
|
---|
661 | node[highway=emergency_access_point] {
|
---|
662 | icon-image: "service/emergency_access_point.png";
|
---|
663 | text: auto;
|
---|
664 | }
|
---|
665 | node[highway=motorway], node[highway=motorway_link],
|
---|
666 | node[highway=trunk], node[highway=trunk_link],
|
---|
667 | node[highway=primary], node[highway=primary_link],
|
---|
668 | node[highway=secondary], node[highway=secondary_link],
|
---|
669 | node[highway=tertiary], node[highway=tertiary_link],
|
---|
670 | node[highway=unclassified],
|
---|
671 | node[highway=road],
|
---|
672 | node[highway=unsurfaced],
|
---|
673 | node[highway=track],
|
---|
674 | node[highway=residential],
|
---|
675 | node[highway=living_street],
|
---|
676 | node[highway=service],
|
---|
677 | node[highway=bridleway],
|
---|
678 | node[highway=cycleway],
|
---|
679 | node[highway=footway],
|
---|
680 | node[highway=path],
|
---|
681 | node[highway=pedestrian],
|
---|
682 | node[highway=bus_guideway],
|
---|
683 | node[highway=platform] {
|
---|
684 | icon-image: "misc/deprecated.png";
|
---|
685 | text: auto;
|
---|
686 | }
|
---|
687 |
|
---|
688 | /************************/
|
---|
689 | /* traffic_calming tags */
|
---|
690 | /************************/
|
---|
691 |
|
---|
692 | node[traffic_calming] {
|
---|
693 | icon-image: "vehicle/traffic_calming.png";
|
---|
694 | text: auto;
|
---|
695 | }
|
---|
696 | node[traffic_calming=chicane] {
|
---|
697 | icon-image: "vehicle/chicane.png";
|
---|
698 | text: auto;
|
---|
699 | }
|
---|
700 | node[traffic_calming=choker],
|
---|
701 | node[traffic_calming=cushion] {
|
---|
702 | icon-image: "vehicle/passing_place.png";
|
---|
703 | text: auto;
|
---|
704 | }
|
---|
705 |
|
---|
706 | /****************/
|
---|
707 | /* junction tag */
|
---|
708 | /****************/
|
---|
709 |
|
---|
710 | node[junction=roundabout] {
|
---|
711 | icon-image: "vehicle/restriction/roundabout_left.png";
|
---|
712 | text: auto;
|
---|
713 | }
|
---|
714 | node:righthandtraffic[junction=roundabout] {
|
---|
715 | icon-image: "vehicle/restriction/roundabout_right.png";
|
---|
716 | }
|
---|
717 |
|
---|
718 | /*****************/
|
---|
719 | /* cycleway tags */
|
---|
720 | /*****************/
|
---|
721 |
|
---|
722 | way[oneway?][cycleway=lane]:righthandtraffic::core_cycleway,
|
---|
723 | way[oneway=-1][cycleway=opposite_lane]:righthandtraffic::core_cycleway {
|
---|
724 | set lR;
|
---|
725 | set righthandtr;
|
---|
726 | }
|
---|
727 | way[oneway?][cycleway=opposite_lane]:righthandtraffic::core_cycleway,
|
---|
728 | way[oneway=-1][cycleway=lane]:righthandtraffic::core_cycleway {
|
---|
729 | set lL;
|
---|
730 | set righthandtr;
|
---|
731 | }
|
---|
732 | way[oneway?][cycleway=lane]!.righthandtr::core_cycleway,
|
---|
733 | way[oneway=-1][cycleway=opposite_lane]!.righthandtr::core_cycleway {
|
---|
734 | set lL;
|
---|
735 | }
|
---|
736 | way[oneway?][cycleway=opposite_lane]!.righthandtr::core_cycleway,
|
---|
737 | way[oneway=-1][cycleway=lane]!.righthandtr::core_cycleway {
|
---|
738 | set lR;
|
---|
739 | }
|
---|
740 | way[cycleway:left=lane]::core_cycleway {
|
---|
741 | set lL;
|
---|
742 | }
|
---|
743 | way[cycleway:right=lane]::core_cycleway {
|
---|
744 | set lR;
|
---|
745 | }
|
---|
746 | way[!oneway][cycleway=lane]::core_cycleway {
|
---|
747 | set lL;
|
---|
748 | set lR;
|
---|
749 | }
|
---|
750 |
|
---|
751 | way[oneway?][cycleway=track]:righthandtraffic::core_cycleway,
|
---|
752 | way[oneway=-1][cycleway=opposite_track]:righthandtraffic::core_cycleway {
|
---|
753 | set tR;
|
---|
754 | set righthandtr;
|
---|
755 | }
|
---|
756 | way[oneway?][cycleway=opposite_track]:righthandtraffic::core_cycleway,
|
---|
757 | way[oneway=-1][cycleway=track]:righthandtraffic::core_cycleway {
|
---|
758 | set tL;
|
---|
759 | set righthandtr;
|
---|
760 | }
|
---|
761 | way[oneway?][cycleway=track]!.righthandtr::core_cycleway,
|
---|
762 | way[oneway=-1][cycleway=opposite_track]!.righthandtr::core_cycleway {
|
---|
763 | set tL;
|
---|
764 | }
|
---|
765 | way[oneway?][cycleway=opposite_track]!.righthandtr::core_cycleway,
|
---|
766 | way[oneway=-1][cycleway=track]!.righthandtr::core_cycleway {
|
---|
767 | set tR;
|
---|
768 | }
|
---|
769 | way[cycleway:left=track]::core_cycleway {
|
---|
770 | set tL;
|
---|
771 | }
|
---|
772 | way[cycleway:right=track]::core_cycleway {
|
---|
773 | set tR;
|
---|
774 | }
|
---|
775 | way[!oneway][cycleway=track]::core_cycleway {
|
---|
776 | set tL;
|
---|
777 | set tR;
|
---|
778 | }
|
---|
779 |
|
---|
780 | way.lR::core_cycleway {
|
---|
781 | width: 2;
|
---|
782 | color: bicycle#b100ff;
|
---|
783 | dashes: 6, 10;
|
---|
784 | offset: 0 - (prop("width", "default") / 2) - 2;
|
---|
785 | major-z-index: 2.1;
|
---|
786 | modifier: true;
|
---|
787 | }
|
---|
788 | way[prop("lL","core_cycleway")]::core_cycleway2 {
|
---|
789 | width: 2;
|
---|
790 | color: bicycle#b100ff;
|
---|
791 | dashes: 6, 10;
|
---|
792 | offset: (prop("width", "default") / 2) + 2;
|
---|
793 | major-z-index: 2.1;
|
---|
794 | modifier: true;
|
---|
795 | }
|
---|
796 | way.tR::core_cycleway {
|
---|
797 | width: 2;
|
---|
798 | color: bicycle#b100ff;
|
---|
799 | dashes: 25, 8;
|
---|
800 | offset: 0 - (prop("width", "default") / 2) - 2;
|
---|
801 | major-z-index: 2.1;
|
---|
802 | modifier: true;
|
---|
803 | }
|
---|
804 | way[prop("tL","core_cycleway")]::core_cycleway2 {
|
---|
805 | width: 2;
|
---|
806 | color: bicycle#b100ff;
|
---|
807 | dashes: 25, 8;
|
---|
808 | offset: (prop("width", "default") / 2) + 2;
|
---|
809 | major-z-index: 2.1;
|
---|
810 | modifier: true;
|
---|
811 | }
|
---|
812 |
|
---|
813 | way[cycleway=opposite]::core_cycleway {
|
---|
814 | object-z-index: 1;
|
---|
815 | width: +0;
|
---|
816 | color: bicycle#b100ff;
|
---|
817 | dashes: 4,10;
|
---|
818 | }
|
---|
819 | node[cycleway=lane], node[cycleway=opposite_lane],
|
---|
820 | node[cycleway=track], node[cycleway=opposite_track],
|
---|
821 | node[cycleway=opposite] {
|
---|
822 | icon-image: "misc/deprecated.png";
|
---|
823 | text: auto;
|
---|
824 | }
|
---|
825 |
|
---|
826 | /******************/
|
---|
827 | /* tracktype tags */
|
---|
828 | /******************/
|
---|
829 |
|
---|
830 | way[highway=track][tracktype=grade1] {
|
---|
831 | width: 2;
|
---|
832 | dashes: 2,2;
|
---|
833 | }
|
---|
834 | way[highway=track][tracktype=grade2] {
|
---|
835 | dashes: 2,3;
|
---|
836 | }
|
---|
837 | way[highway=track][tracktype=grade3] {
|
---|
838 | dashes: 2,4;
|
---|
839 | }
|
---|
840 | way[highway=track][tracktype=grade4] {
|
---|
841 | dashes: 2,5;
|
---|
842 | }
|
---|
843 | way[highway=track][tracktype=grade5] {
|
---|
844 | dashes: 1,5;
|
---|
845 | }
|
---|
846 |
|
---|
847 | /**************/
|
---|
848 | /* piste tags */
|
---|
849 | /**************/
|
---|
850 |
|
---|
851 | area[piste:difficulty=easy]:closed::core_piste {
|
---|
852 | fill-color: piste_easy#0000ff;
|
---|
853 | }
|
---|
854 | way[piste:difficulty=easy]::core_piste {
|
---|
855 | z-index: -1; /* below line style from highway=* tag */
|
---|
856 | modifier: false; /* suppress default line if there is no style on default layer */
|
---|
857 | width: 6;
|
---|
858 | color: piste_easy#0000ff;
|
---|
859 | }
|
---|
860 | area[piste:difficulty=intermediate]:closed::core_piste {
|
---|
861 | fill-color: piste_intermediate#ff0000;
|
---|
862 | }
|
---|
863 | way[piste:difficulty=intermediate]::core_piste {
|
---|
864 | z-index: -1;
|
---|
865 | modifier: false;
|
---|
866 | width: 6;
|
---|
867 | color: piste_intermediate#ff0000;
|
---|
868 | }
|
---|
869 | area[piste:difficulty=advanced]:closed::core_piste {
|
---|
870 | fill-color: piste_advanced#606060;
|
---|
871 | }
|
---|
872 | way[piste:difficulty=advanced]::core_piste {
|
---|
873 | z-index: -1;
|
---|
874 | modifier: false;
|
---|
875 | width: 6;
|
---|
876 | color: piste_advanced#606060;
|
---|
877 | }
|
---|
878 | area[piste:difficulty=expert]:closed::core_piste {
|
---|
879 | fill-color: piste_expert#606060;
|
---|
880 | }
|
---|
881 | way[piste:difficulty=expert]::core_piste {
|
---|
882 | z-index: -1;
|
---|
883 | modifier: false;
|
---|
884 | width: 6;
|
---|
885 | color: piste_expert#606060;
|
---|
886 | }
|
---|
887 | area[piste:difficulty=freeride]:closed::core_piste {
|
---|
888 | fill-color: piste_freeride#ffff00;
|
---|
889 | }
|
---|
890 | way[piste:difficulty=freeride]::core_piste {
|
---|
891 | z-index: -1;
|
---|
892 | modifier: false;
|
---|
893 | width: 6;
|
---|
894 | color: piste_freeride#ffff00;
|
---|
895 | }
|
---|
896 | area[piste:difficulty=novice]:closed::core_piste {
|
---|
897 | fill-color: piste_novice#00ff00;
|
---|
898 | }
|
---|
899 | way[piste:difficulty=novice]::core_piste {
|
---|
900 | z-index: -1;
|
---|
901 | modifier: false;
|
---|
902 | width: 6;
|
---|
903 | color: piste_novice#00ff00;
|
---|
904 | }
|
---|
905 | node[piste:difficulty=easy],
|
---|
906 | node[piste:difficulty=intermediate],
|
---|
907 | node[piste:difficulty=advanced],
|
---|
908 | node[piste:difficulty=expert],
|
---|
909 | node[piste:difficulty=freeride],
|
---|
910 | node[piste:difficulty=novice] {
|
---|
911 | icon-image: "sport/skiing.png";
|
---|
912 | }
|
---|
913 |
|
---|
914 | /**************/
|
---|
915 | /* power tags */
|
---|
916 | /**************/
|
---|
917 |
|
---|
918 | area[power=tower] {
|
---|
919 | fill-color: power#eeeeee;
|
---|
920 | }
|
---|
921 | node[power=tower] {
|
---|
922 | icon-image: "misc/landmark/power/tower_small.png";
|
---|
923 | text: auto;
|
---|
924 | }
|
---|
925 | node[power=pole] {
|
---|
926 | icon-image: "misc/landmark/power/pole.png";
|
---|
927 | text: auto;
|
---|
928 | }
|
---|
929 | way[power=line],
|
---|
930 | way[power=minor_line] {
|
---|
931 | width: 1;
|
---|
932 | color: power#eeeeee;
|
---|
933 | }
|
---|
934 | node[power=line],
|
---|
935 | node[power=minor_line] {
|
---|
936 | icon-image: "misc/deprecated.png";
|
---|
937 | text: auto;
|
---|
938 | }
|
---|
939 | area[power=plant],
|
---|
940 | area[power=sub_station],
|
---|
941 | area[power=substation],
|
---|
942 | area[power=transformer] {
|
---|
943 | fill-color: power#eeeeee;
|
---|
944 | }
|
---|
945 | node[power=plant],
|
---|
946 | node[power=sub_station],
|
---|
947 | node[power=substation],
|
---|
948 | node[power=cable_distribution_cabinet] {
|
---|
949 | icon-image: "misc/landmark/power.png";
|
---|
950 | text: auto;
|
---|
951 | }
|
---|
952 | node[power=transformer] {
|
---|
953 | icon-image: "misc/landmark/power/transformer.png";
|
---|
954 | text: auto;
|
---|
955 | }
|
---|
956 | /* power_source is deprecated by the wiki, but still in use */
|
---|
957 | /* generator:source replaces power_source */
|
---|
958 | area[power_source=wind], area[generator:source=wind],
|
---|
959 | area[power_source=hydro], area[generator:source=hydro],
|
---|
960 | area[power_source=fossil],
|
---|
961 | area[power_source=coal], area[generator:source=coal],
|
---|
962 | area[power_source=gas], area[generator:source=gas],
|
---|
963 | area[power_source=photovoltaic],
|
---|
964 | area[power_source=nuclear], area[generator:source=nuclear],
|
---|
965 | area[power=generator] {
|
---|
966 | fill-color: power#eeeeee;
|
---|
967 | }
|
---|
968 | node[power_source=wind], node[generator:source=wind] {
|
---|
969 | icon-image: "misc/landmark/power/wind.png";
|
---|
970 | text: auto;
|
---|
971 | }
|
---|
972 | node[power_source=hydro], node[generator:source=hydro] {
|
---|
973 | icon-image: "misc/landmark/power/hydro.png";
|
---|
974 | text: auto;
|
---|
975 | }
|
---|
976 | node[power_source=fossil],
|
---|
977 | node[power_source=coal], node[generator:source=coal],
|
---|
978 | node[power_source=gas], node[generator:source=gas] {
|
---|
979 | icon-image: "misc/landmark/power/fossil.png";
|
---|
980 | text: auto;
|
---|
981 | }
|
---|
982 | node[power_source=photovoltaic] {
|
---|
983 | /* FIXME photovoltaic NOT fossil*/
|
---|
984 | icon-image: "misc/landmark/power/fossil.png";
|
---|
985 | text: auto;
|
---|
986 | }
|
---|
987 | node[power_source=nuclear], node[generator:source=nuclear] {
|
---|
988 | icon-image: "misc/landmark/power/nuclear.png";
|
---|
989 | text: auto;
|
---|
990 | }
|
---|
991 | node[power=generator] {
|
---|
992 | icon-image: "misc/landmark/power.png";
|
---|
993 | text: auto;
|
---|
994 | }
|
---|
995 |
|
---|
996 | /*****************/
|
---|
997 | /* man_made tags */
|
---|
998 | /*****************/
|
---|
999 |
|
---|
1000 | area[man_made=beacon],
|
---|
1001 | area[man_made=chimney],
|
---|
1002 | area[man_made=crane],
|
---|
1003 | area[man_made=flagpole],
|
---|
1004 | area[man_made=gasometer],
|
---|
1005 | area[man_made=groyne],
|
---|
1006 | area[man_made=lighthouse],
|
---|
1007 | area[man_made=monitoring_station],
|
---|
1008 | area[man_made=mineshaft],
|
---|
1009 | area[man_made=adit] {
|
---|
1010 | fill-color: manmade#d8d8d8;
|
---|
1011 | }
|
---|
1012 | node[man_made=beacon] {
|
---|
1013 | icon-image: "misc/landmark/beacon.png";
|
---|
1014 | text: auto;
|
---|
1015 | }
|
---|
1016 | node[man_made=chimney] {
|
---|
1017 | icon-image: "misc/landmark/chimney.png";
|
---|
1018 | text: auto;
|
---|
1019 | }
|
---|
1020 | node[man_made=crane] {
|
---|
1021 | icon-image: "misc/landmark/crane.png";
|
---|
1022 | text: auto;
|
---|
1023 | }
|
---|
1024 | node[man_made=flagpole] {
|
---|
1025 | icon-image: "misc/flag.png";
|
---|
1026 | text: auto;
|
---|
1027 | }
|
---|
1028 | node[man_made=gasometer] {
|
---|
1029 | icon-image: "misc/landmark/gasometer.png";
|
---|
1030 | text: auto;
|
---|
1031 | }
|
---|
1032 | node[man_made=groyne] {
|
---|
1033 | icon-image: "nautical/groyne.png";
|
---|
1034 | text: auto;
|
---|
1035 | }
|
---|
1036 | node[man_made=lighthouse] {
|
---|
1037 | icon-image: "misc/landmark/lighthouse.png";
|
---|
1038 | text: auto;
|
---|
1039 | }
|
---|
1040 | node[man_made=monitoring_station] {
|
---|
1041 | icon-image: "misc/landmark/measurement_station.png";
|
---|
1042 | text: auto;
|
---|
1043 | }
|
---|
1044 | node[man_made=mineshaft] {
|
---|
1045 | icon-image: "misc/landmark/mine.png";
|
---|
1046 | text: auto;
|
---|
1047 | }
|
---|
1048 | node[man_made=adit] {
|
---|
1049 | icon-image: "misc/landmark/adit.png";
|
---|
1050 | text: auto;
|
---|
1051 | }
|
---|
1052 | area[man_made=pier]:closed {
|
---|
1053 | fill-color: pier#660000;
|
---|
1054 | }
|
---|
1055 | way[man_made=pier] {
|
---|
1056 | width: 2;
|
---|
1057 | color: pier#660000;
|
---|
1058 | }
|
---|
1059 | node[man_made=pier] {
|
---|
1060 | icon-image: "nautical/pier.png";
|
---|
1061 | text: auto;
|
---|
1062 | }
|
---|
1063 | way[embankment?][!highway][!railway][!waterway],
|
---|
1064 | way[man_made=embankment][!highway][!railway][!waterway] {
|
---|
1065 | repeat-image: "misc/embankment-pattern.png";
|
---|
1066 | repeat-image-align: top;
|
---|
1067 | width: 1;
|
---|
1068 | color: embankment#c14d00;
|
---|
1069 | }
|
---|
1070 | way[embankment?][highway],
|
---|
1071 | way[embankment?][railway],
|
---|
1072 | way[embankment?][waterway],
|
---|
1073 | way[man_made=embankment][highway],
|
---|
1074 | way[man_made=embankment][railway],
|
---|
1075 | way[man_made=embankment][waterway] {
|
---|
1076 | repeat-image: "misc/embankment-pattern-centered.png";
|
---|
1077 | }
|
---|
1078 | way[man_made=pipeline] {
|
---|
1079 | width: 2;
|
---|
1080 | color: pipeline#660000;
|
---|
1081 | }
|
---|
1082 | node[man_made=pipeline] {
|
---|
1083 | icon-image: "misc/deprecated.png";
|
---|
1084 | text: auto;
|
---|
1085 | }
|
---|
1086 | node[man_made=petroleum_well] {
|
---|
1087 | icon-image: "misc/no_icon.png";
|
---|
1088 | text: auto;
|
---|
1089 | }
|
---|
1090 | area[man_made=reservoir_covered],
|
---|
1091 | area[man_made=surveillance],
|
---|
1092 | area[man_made=survey_point],
|
---|
1093 | area[man_made=tower],
|
---|
1094 | area[man_made=wastewater_plant],
|
---|
1095 | area[man_made=watermill],
|
---|
1096 | area[man_made=water_tower],
|
---|
1097 | area[man_made=water_well],
|
---|
1098 | area[man_made=windmill],
|
---|
1099 | area[man_made=works],
|
---|
1100 | area[man_made=water_works] {
|
---|
1101 | fill-color: manmade#d8d8d8;
|
---|
1102 | }
|
---|
1103 | node[man_made=reservoir_covered] {
|
---|
1104 | icon-image: "misc/landmark/reservoir_covered.png";
|
---|
1105 | text: auto;
|
---|
1106 | }
|
---|
1107 | node[man_made=surveillance] {
|
---|
1108 | icon-image: "misc/surveillance.png";
|
---|
1109 | text: auto;
|
---|
1110 | }
|
---|
1111 | node[man_made=survey_point] {
|
---|
1112 | icon-image: "misc/landmark/survey_point.png";
|
---|
1113 | text: auto;
|
---|
1114 | }
|
---|
1115 | node[man_made=tower] {
|
---|
1116 | icon-image: "misc/landmark/tower.png";
|
---|
1117 | text: auto;
|
---|
1118 | }
|
---|
1119 | node[man_made=wastewater_plant] {
|
---|
1120 | icon-image: "misc/landmark/wastewater_plant.png";
|
---|
1121 | text: auto;
|
---|
1122 | }
|
---|
1123 | node[man_made=watermill] {
|
---|
1124 | icon-image: "misc/landmark/watermill.png";
|
---|
1125 | text: auto;
|
---|
1126 | }
|
---|
1127 | node[man_made=water_tower] {
|
---|
1128 | icon-image: "misc/landmark/water_tower.png";
|
---|
1129 | text: auto;
|
---|
1130 | }
|
---|
1131 | node[man_made=water_well] {
|
---|
1132 | icon-image: "misc/landmark/water_well.png";
|
---|
1133 | text: auto;
|
---|
1134 | }
|
---|
1135 | node[man_made=windmill] {
|
---|
1136 | icon-image: "misc/landmark/windmill.png";
|
---|
1137 | text: auto;
|
---|
1138 | }
|
---|
1139 | node[man_made=works] {
|
---|
1140 | icon-image: "misc/landmark/works.png";
|
---|
1141 | text: auto;
|
---|
1142 | }
|
---|
1143 | node[man_made=water_works] {
|
---|
1144 | icon-image: "misc/landmark/water_works.png";
|
---|
1145 | text: auto;
|
---|
1146 | }
|
---|
1147 |
|
---|
1148 | /***************/
|
---|
1149 | /* office tags */
|
---|
1150 | /***************/
|
---|
1151 |
|
---|
1152 | area[office=company],
|
---|
1153 | area[office=government] {
|
---|
1154 | fill-color: office#de5696;
|
---|
1155 | }
|
---|
1156 | node[office=company] {
|
---|
1157 | icon-image: "icons/office_blue.png";
|
---|
1158 | text: auto;
|
---|
1159 | }
|
---|
1160 | node[office=government] {
|
---|
1161 | icon-image: "icons/office_pink.png";
|
---|
1162 | text: auto;
|
---|
1163 | }
|
---|
1164 |
|
---|
1165 | /****************/
|
---|
1166 | /* leisure tags */
|
---|
1167 | /****************/
|
---|
1168 |
|
---|
1169 | area[leisure=sports_centre],
|
---|
1170 | area[leisure=golf_course],
|
---|
1171 | area[leisure=stadium],
|
---|
1172 | area[leisure=track][!area?!]:closed,
|
---|
1173 | area[leisure=pitch],
|
---|
1174 | area[leisure=water_park] {
|
---|
1175 | fill-color: leisure#c7f1a3;
|
---|
1176 | }
|
---|
1177 | node[leisure=sports_centre] {
|
---|
1178 | icon-image: "sport/centre.png";
|
---|
1179 | text: auto;
|
---|
1180 | }
|
---|
1181 | node[leisure=golf_course] {
|
---|
1182 | icon-image: "sport/golf.png";
|
---|
1183 | text: auto;
|
---|
1184 | }
|
---|
1185 | node[leisure=stadium] {
|
---|
1186 | icon-image: "sport/stadium.png";
|
---|
1187 | text: auto;
|
---|
1188 | }
|
---|
1189 | way[leisure=track] {
|
---|
1190 | width: 2;
|
---|
1191 | color: leisure#c7f1a3;
|
---|
1192 | }
|
---|
1193 | node[leisure=track] {
|
---|
1194 | icon-image: "sport/track.png";
|
---|
1195 | text: auto;
|
---|
1196 | }
|
---|
1197 | node[leisure=pitch] {
|
---|
1198 | icon-image: "sport/pitch.png";
|
---|
1199 | text: auto;
|
---|
1200 | }
|
---|
1201 | node[leisure=water_park] {
|
---|
1202 | icon-image: "leisure/water_park.png";
|
---|
1203 | text: auto;
|
---|
1204 | }
|
---|
1205 | area[leisure=marina] {
|
---|
1206 | fill-color: marina#0070cf;
|
---|
1207 | }
|
---|
1208 | node[leisure=marina] {
|
---|
1209 | icon-image: "nautical/marina.png";
|
---|
1210 | text: auto;
|
---|
1211 | }
|
---|
1212 | area[leisure=slipway],
|
---|
1213 | area[leisure=fishing],
|
---|
1214 | area[leisure=nature_reserve],
|
---|
1215 | area[leisure=park],
|
---|
1216 | area[leisure=playground],
|
---|
1217 | area[leisure=garden],
|
---|
1218 | area[leisure=common] {
|
---|
1219 | fill-color: leisure#c7f1a3;
|
---|
1220 | }
|
---|
1221 | node[leisure=slipway] {
|
---|
1222 | icon-image: "nautical/slipway.png";
|
---|
1223 | text: auto;
|
---|
1224 | }
|
---|
1225 | node[leisure=fishing] {
|
---|
1226 | icon-image: "sport/fishing.png";
|
---|
1227 | text: auto;
|
---|
1228 | }
|
---|
1229 | node[leisure=nature_reserve] {
|
---|
1230 | icon-image: "leisure/nature_reserve.png";
|
---|
1231 | text: auto;
|
---|
1232 | }
|
---|
1233 | node[leisure=park] {
|
---|
1234 | icon-image: "leisure/park.png";
|
---|
1235 | text: auto;
|
---|
1236 | }
|
---|
1237 | node[leisure=playground] {
|
---|
1238 | icon-image: "leisure/playground.png";
|
---|
1239 | text: auto;
|
---|
1240 | }
|
---|
1241 | node[leisure=garden] {
|
---|
1242 | icon-image: "leisure/garden.png";
|
---|
1243 | text: auto;
|
---|
1244 | }
|
---|
1245 | node[leisure=common] {
|
---|
1246 | icon-image: "leisure/common.png";
|
---|
1247 | text: auto;
|
---|
1248 | }
|
---|
1249 | area[leisure=swimming_pool] {
|
---|
1250 | fill-color: swimming_pool#51c4ef;
|
---|
1251 | }
|
---|
1252 | node[leisure=swimming_pool] {
|
---|
1253 | icon-image: "sport/pool.png";
|
---|
1254 | text: auto;
|
---|
1255 | }
|
---|
1256 | area[leisure=miniature_golf],
|
---|
1257 | area[leisure=dog_park],
|
---|
1258 | area[leisure=ice_rink],
|
---|
1259 | area[leisure=sauna] {
|
---|
1260 | fill-color: leisure#c7f1a3;
|
---|
1261 | }
|
---|
1262 | node[leisure=miniature_golf] {
|
---|
1263 | icon-image: "sport/golf.png";
|
---|
1264 | text: auto;
|
---|
1265 | }
|
---|
1266 | node[leisure=dog_park] {
|
---|
1267 | icon-image: "leisure/dog.png";
|
---|
1268 | text: auto;
|
---|
1269 | }
|
---|
1270 | node[leisure=ice_rink] {
|
---|
1271 | icon-image: "sport/hockey.png";
|
---|
1272 | text: auto;
|
---|
1273 | }
|
---|
1274 | node[leisure=sauna] {
|
---|
1275 | icon-image: "leisure/sauna.png";
|
---|
1276 | text: auto;
|
---|
1277 | }
|
---|
1278 |
|
---|
1279 | /*************/
|
---|
1280 | /* shop tags */
|
---|
1281 | /*************/
|
---|
1282 |
|
---|
1283 | area[shop=supermarket],
|
---|
1284 | area[shop=convenience],
|
---|
1285 | area[shop=bakery],
|
---|
1286 | area[shop=butcher],
|
---|
1287 | area[shop=bicycle],
|
---|
1288 | area[shop=doityourself],
|
---|
1289 | area[shop=dry_cleaning],
|
---|
1290 | area[shop=laundry],
|
---|
1291 | area[shop=outdoor],
|
---|
1292 | area[shop=kiosk],
|
---|
1293 | area[shop=alcohol],
|
---|
1294 | area[shop=beverages],
|
---|
1295 | area[shop=books],
|
---|
1296 | area[shop=boutique],
|
---|
1297 | area[shop=car],
|
---|
1298 | area[shop=car_dealer],
|
---|
1299 | area[shop=car_repair],
|
---|
1300 | area[shop=tyres],
|
---|
1301 | area[shop=chemist],
|
---|
1302 | area[shop=clothes],
|
---|
1303 | area[shop=computer],
|
---|
1304 | area[shop=confectionery],
|
---|
1305 | area[shop=copyshop],
|
---|
1306 | area[shop=curtain],
|
---|
1307 | area[shop=cycle_repair],
|
---|
1308 | area[shop=department_store],
|
---|
1309 | area[shop=deli],
|
---|
1310 | area[shop=electronics],
|
---|
1311 | area[shop=erotic],
|
---|
1312 | area[shop=furniture],
|
---|
1313 | area[shop=fabric],
|
---|
1314 | area[shop=florist],
|
---|
1315 | area[shop=frame],
|
---|
1316 | area[shop=gift],
|
---|
1317 | area[shop=greengrocer],
|
---|
1318 | area[shop=garden_centre],
|
---|
1319 | area[shop=hairdresser],
|
---|
1320 | area[shop=hardware],
|
---|
1321 | area[shop=hearing_aids],
|
---|
1322 | area[shop=hifi],
|
---|
1323 | area[shop=jewelry],
|
---|
1324 | area[shop=kitchen],
|
---|
1325 | area[shop=mall],
|
---|
1326 | area[shop=mobile_phone],
|
---|
1327 | area[shop=motorcycle],
|
---|
1328 | area[shop=musical_instrument],
|
---|
1329 | area[shop=newsagent],
|
---|
1330 | area[shop=optician],
|
---|
1331 | area[shop=paint],
|
---|
1332 | area[shop=pawnbroker],
|
---|
1333 | area[shop=seafood],
|
---|
1334 | area[shop=shoes],
|
---|
1335 | area[shop=sports],
|
---|
1336 | area[shop=stationery],
|
---|
1337 | area[shop=tailor],
|
---|
1338 | area[shop=travel_agency],
|
---|
1339 | area[shop=toys],
|
---|
1340 | area[shop=vacuum_cleaner],
|
---|
1341 | area[shop=variety_store],
|
---|
1342 | area[shop=video],
|
---|
1343 | area[shop=bookmaker],
|
---|
1344 | area[shop=lottery],
|
---|
1345 | area[shop=shopping_centre],
|
---|
1346 | area[shop=pet],
|
---|
1347 | area[shop=ticket],
|
---|
1348 | area[shop=interior_decoration],
|
---|
1349 | area[shop=car_parts],
|
---|
1350 | area[shop=video_games],
|
---|
1351 | area[shop=bed],
|
---|
1352 | area[shop=beauty],
|
---|
1353 | area[shop=tea],
|
---|
1354 | area[shop=coffee],
|
---|
1355 | area[shop=bag] {
|
---|
1356 | fill-color: shop#00005f;
|
---|
1357 | }
|
---|
1358 | node[shop=supermarket] {
|
---|
1359 | icon-image: "shop/supermarket.png";
|
---|
1360 | text: auto;
|
---|
1361 | }
|
---|
1362 | node[shop=convenience] {
|
---|
1363 | icon-image: "shop/convenience.png";
|
---|
1364 | text: auto;
|
---|
1365 | }
|
---|
1366 | node[shop=bakery] {
|
---|
1367 | icon-image: "shop/groceries/bakery.png";
|
---|
1368 | text: auto;
|
---|
1369 | }
|
---|
1370 | node[shop=butcher] {
|
---|
1371 | icon-image: "shop/groceries/butcher.png";
|
---|
1372 | text: auto;
|
---|
1373 | }
|
---|
1374 | node[shop=bicycle] {
|
---|
1375 | icon-image: "sport/bicycle.png";
|
---|
1376 | text: auto;
|
---|
1377 | }
|
---|
1378 | node[shop=doityourself] {
|
---|
1379 | icon-image: "shop/diy_store.png";
|
---|
1380 | text: auto;
|
---|
1381 | }
|
---|
1382 | node[shop=dry_cleaning],
|
---|
1383 | node[shop=laundry] {
|
---|
1384 | icon-image: "shop/laundry.png";
|
---|
1385 | text: auto;
|
---|
1386 | }
|
---|
1387 | node[shop=outdoor] {
|
---|
1388 | icon-image: "shop/sports/outdoor.png";
|
---|
1389 | text: auto;
|
---|
1390 | }
|
---|
1391 | node[shop=kiosk] {
|
---|
1392 | icon-image: "shop/kiosk.png";
|
---|
1393 | text: auto;
|
---|
1394 | }
|
---|
1395 | node[shop=alcohol],
|
---|
1396 | node[shop=beverages] {
|
---|
1397 | icon-image: "shop/beverages.png";
|
---|
1398 | text: auto;
|
---|
1399 | }
|
---|
1400 | node[shop=books] {
|
---|
1401 | icon-image: "shop/rental/library.png";
|
---|
1402 | text: auto;
|
---|
1403 | }
|
---|
1404 | node[shop=boutique] {
|
---|
1405 | icon-image: "shop/boutique.png";
|
---|
1406 | text: auto;
|
---|
1407 | }
|
---|
1408 | node[shop=car],
|
---|
1409 | node[shop=car_dealer] {
|
---|
1410 | icon-image: "transport/car.png";
|
---|
1411 | text: auto;
|
---|
1412 | }
|
---|
1413 | node[shop=car_repair] {
|
---|
1414 | icon-image: "vehicle/repair_shop.png";
|
---|
1415 | text: auto;
|
---|
1416 | }
|
---|
1417 | node[shop=tyres] {
|
---|
1418 | icon-image: "vehicle/tyres.png";
|
---|
1419 | text: auto;
|
---|
1420 | }
|
---|
1421 | node[shop=chemist] {
|
---|
1422 | icon-image: "shop/chemist.png";
|
---|
1423 | text: auto;
|
---|
1424 | }
|
---|
1425 | node[shop=clothes] {
|
---|
1426 | icon-image: "shop/clothes.png";
|
---|
1427 | text: auto;
|
---|
1428 | }
|
---|
1429 | node[shop=computer] {
|
---|
1430 | icon-image: "shop/computer.png";
|
---|
1431 | text: auto;
|
---|
1432 | }
|
---|
1433 | node[shop=confectionery] {
|
---|
1434 | icon-image: "shop/groceries/confectionery.png";
|
---|
1435 | text: auto;
|
---|
1436 | }
|
---|
1437 | node[shop=copyshop] {
|
---|
1438 | icon-image: "shop/copyshop.png";
|
---|
1439 | text: auto;
|
---|
1440 | }
|
---|
1441 | node[shop=curtain] {
|
---|
1442 | icon-image: "shop/curtain.png";
|
---|
1443 | text: auto;
|
---|
1444 | }
|
---|
1445 | node[shop=cycle_repair] {
|
---|
1446 | icon-image: "sport/bicycle.png";
|
---|
1447 | text: auto;
|
---|
1448 | }
|
---|
1449 | node[shop=department_store] {
|
---|
1450 | icon-image: "shop/mall.png";
|
---|
1451 | text: auto;
|
---|
1452 | }
|
---|
1453 | node[shop=deli] {
|
---|
1454 | icon-image: "shop/groceries/deli.png";
|
---|
1455 | text: auto;
|
---|
1456 | }
|
---|
1457 | node[shop=electronics] {
|
---|
1458 | icon-image: "shop/electronics.png";
|
---|
1459 | text: auto;
|
---|
1460 | }
|
---|
1461 | node[shop=erotic] {
|
---|
1462 | icon-image:"shop/erotic.png";
|
---|
1463 | text: auto;
|
---|
1464 | }
|
---|
1465 | node[shop=furniture] {
|
---|
1466 | icon-image: "shop/furniture.png";
|
---|
1467 | text: auto;
|
---|
1468 | }
|
---|
1469 | node[shop=fabric] {
|
---|
1470 | icon-image: "shop/fabric.png";
|
---|
1471 | text: auto;
|
---|
1472 | }
|
---|
1473 | node[shop=florist] {
|
---|
1474 | icon-image: "shop/florist.png";
|
---|
1475 | text: auto;
|
---|
1476 | }
|
---|
1477 | node[shop=frame] {
|
---|
1478 | icon-image: "shop/frame.png";
|
---|
1479 | text: auto;
|
---|
1480 | }
|
---|
1481 | node[shop=gift] {
|
---|
1482 | icon-image: "presets/present.svg";
|
---|
1483 | text: auto;
|
---|
1484 | }
|
---|
1485 | node[shop=greengrocer] {
|
---|
1486 | icon-image: "shop/groceries/greengrocer.png";
|
---|
1487 | text: auto;
|
---|
1488 | }
|
---|
1489 | node[shop=garden_centre] {
|
---|
1490 | icon-image: "shop/garden_centre.png";
|
---|
1491 | text: auto;
|
---|
1492 | }
|
---|
1493 | node[shop=hairdresser] {
|
---|
1494 | icon-image: "shop/hairdresser.png";
|
---|
1495 | text: auto;
|
---|
1496 | }
|
---|
1497 | node[shop=hardware] {
|
---|
1498 | icon-image: "shop/hardware.png";
|
---|
1499 | text: auto;
|
---|
1500 | }
|
---|
1501 | node[shop=hearing_aids] {
|
---|
1502 | icon-image: "shop/hearing_aids.png";
|
---|
1503 | text: auto;
|
---|
1504 | }
|
---|
1505 | node[shop=hifi] {
|
---|
1506 | icon-image: "shop/hifi.png";
|
---|
1507 | text: auto;
|
---|
1508 | }
|
---|
1509 | node[shop=jewelry] {
|
---|
1510 | icon-image: "shop/jewelry.png";
|
---|
1511 | text: auto;
|
---|
1512 | }
|
---|
1513 | node[shop=kitchen] {
|
---|
1514 | icon-image: "shop/kitchen.png";
|
---|
1515 | text: auto;
|
---|
1516 | }
|
---|
1517 | node[shop=mall] {
|
---|
1518 | icon-image: "shop/mall.png";
|
---|
1519 | text: auto;
|
---|
1520 | }
|
---|
1521 | node[shop=mobile_phone] {
|
---|
1522 | icon-image: "shop/mobile_phone.png";
|
---|
1523 | text: auto;
|
---|
1524 | }
|
---|
1525 | node[shop=motorcycle] {
|
---|
1526 | icon-image: "vehicle/motorbike.png";
|
---|
1527 | text: auto;
|
---|
1528 | }
|
---|
1529 | node[shop=musical_instrument] {
|
---|
1530 | icon-image: "shop/musical_instrument.png";
|
---|
1531 | text: auto;
|
---|
1532 | }
|
---|
1533 | node[shop=newsagent] {
|
---|
1534 | icon-image: "shop/kiosk.png";
|
---|
1535 | text: auto;
|
---|
1536 | }
|
---|
1537 | node[shop=optician] {
|
---|
1538 | icon-image: "shop/optician.png";
|
---|
1539 | text: auto;
|
---|
1540 | }
|
---|
1541 | node[shop=paint] {
|
---|
1542 | icon-image: "shop/paint.png";
|
---|
1543 | text: auto;
|
---|
1544 | }
|
---|
1545 | node[shop=pawnbroker] {
|
---|
1546 | icon-image: "presets/pawnbroker.svg";
|
---|
1547 | text: auto;
|
---|
1548 | }
|
---|
1549 | node[shop=seafood] {
|
---|
1550 | icon-image: "shop/groceries/seafood.png";
|
---|
1551 | text: auto;
|
---|
1552 | }
|
---|
1553 | node[shop=shoes] {
|
---|
1554 | icon-image: "shop/shoes.png";
|
---|
1555 | text: auto;
|
---|
1556 | }
|
---|
1557 | node[shop=sports] {
|
---|
1558 | icon-image: "sport/multi.png";
|
---|
1559 | text: auto;
|
---|
1560 | }
|
---|
1561 | node[shop=stationery] {
|
---|
1562 | icon-image: "shop/stationery.png";
|
---|
1563 | text: auto;
|
---|
1564 | }
|
---|
1565 | node[shop=tailor] {
|
---|
1566 | icon-image: "shop/tailor.png";
|
---|
1567 | text: auto;
|
---|
1568 | }
|
---|
1569 | node[shop=travel_agency] {
|
---|
1570 | icon-image: "place/island.png";
|
---|
1571 | text: auto;
|
---|
1572 | }
|
---|
1573 | node[shop=toys] {
|
---|
1574 | icon-image: "shop/toys.png";
|
---|
1575 | text: auto;
|
---|
1576 | }
|
---|
1577 | node[shop=vacuum_cleaner] {
|
---|
1578 | icon-image: "shop/vacuum_cleaner.png";
|
---|
1579 | text: auto;
|
---|
1580 | }
|
---|
1581 | node[shop=variety_store] {
|
---|
1582 | icon-image: "shop/variety_store.png";
|
---|
1583 | text: auto;
|
---|
1584 | }
|
---|
1585 | node[shop=video] {
|
---|
1586 | icon-image: "shop/video.png";
|
---|
1587 | text: auto;
|
---|
1588 | }
|
---|
1589 | node[shop=bookmaker] {
|
---|
1590 | icon-image: "presets/lottery.svg";
|
---|
1591 | text: auto;
|
---|
1592 | }
|
---|
1593 | node[shop=lottery] {
|
---|
1594 | icon-image: "presets/lottery.svg";
|
---|
1595 | text: auto;
|
---|
1596 | }
|
---|
1597 | /* duplicate of shopping_centre? */
|
---|
1598 | node[shop=shopping_centre] {
|
---|
1599 | icon-image: "shop/mall.png";
|
---|
1600 | text: auto;
|
---|
1601 | }
|
---|
1602 | node[shop=pet] {
|
---|
1603 | icon-image: "shop/pet.svg";
|
---|
1604 | text: auto;
|
---|
1605 | }
|
---|
1606 | node[shop=ticket] {
|
---|
1607 | icon-image: "shop/ticket.svg";
|
---|
1608 | text: auto;
|
---|
1609 | }
|
---|
1610 | node[shop=interior_decoration] {
|
---|
1611 | icon-image: "shop/interior_decoration.svg";
|
---|
1612 | text: auto;
|
---|
1613 | }
|
---|
1614 | node[shop=car_parts] {
|
---|
1615 | icon-image: "vehicle/car_parts.svg";
|
---|
1616 | text: auto;
|
---|
1617 | }
|
---|
1618 | node[shop=video_games] {
|
---|
1619 | icon-image: "shop/video_games.png";
|
---|
1620 | text: auto;
|
---|
1621 | }
|
---|
1622 | node[shop=bed] {
|
---|
1623 | icon-image: "shop/bed.svg";
|
---|
1624 | text: auto;
|
---|
1625 | }
|
---|
1626 | node[shop=beauty] {
|
---|
1627 | icon-image: "shop/beauty.svg";
|
---|
1628 | text: auto;
|
---|
1629 | }
|
---|
1630 | node[shop=tea] {
|
---|
1631 | icon-image: "shop/groceries/tea.svg";
|
---|
1632 | text: auto;
|
---|
1633 | }
|
---|
1634 | node[shop=coffee] {
|
---|
1635 | icon-image: "shop/groceries/coffee.svg";
|
---|
1636 | text: auto;
|
---|
1637 | }
|
---|
1638 | node[shop=bag] {
|
---|
1639 | icon-image: "shop/bag.svg";
|
---|
1640 | text: auto;
|
---|
1641 | }
|
---|
1642 |
|
---|
1643 | /****************/
|
---|
1644 | /* amenity tags */
|
---|
1645 | /****************/
|
---|
1646 |
|
---|
1647 | area[amenity=pub],
|
---|
1648 | area[amenity=biergarten],
|
---|
1649 | area[amenity=nightclub],
|
---|
1650 | area[amenity=stripclub],
|
---|
1651 | area[amenity=brothel],
|
---|
1652 | area[amenity=cafe],
|
---|
1653 | area[amenity=restaurant],
|
---|
1654 | area[amenity=food_court],
|
---|
1655 | area[amenity=fast_food],
|
---|
1656 | area[amenity=bar],
|
---|
1657 | area[amenity=ice_cream] {
|
---|
1658 | fill-color: amenity#ecba52;
|
---|
1659 | }
|
---|
1660 | node[amenity=pub] {
|
---|
1661 | icon-image: "food/pub.png";
|
---|
1662 | text: auto;
|
---|
1663 | }
|
---|
1664 | node[amenity=biergarten] {
|
---|
1665 | icon-image: "food/biergarten.png";
|
---|
1666 | text: auto;
|
---|
1667 | }
|
---|
1668 | node[amenity=nightclub] {
|
---|
1669 | icon-image: "leisure/nightclub.png";
|
---|
1670 | text: auto;
|
---|
1671 | }
|
---|
1672 | node[amenity=stripclub] {
|
---|
1673 | icon-image: "leisure/stripclub.png";
|
---|
1674 | text: auto;
|
---|
1675 | }
|
---|
1676 | node[amenity=brothel] {
|
---|
1677 | icon-image: "leisure/stripclub.png";
|
---|
1678 | text: auto;
|
---|
1679 | }
|
---|
1680 | node[amenity=cafe] {
|
---|
1681 | icon-image: "food/cafe.png";
|
---|
1682 | text: auto;
|
---|
1683 | }
|
---|
1684 | node[amenity=restaurant],
|
---|
1685 | node[amenity=food_court] {
|
---|
1686 | icon-image: "food/restaurant.png";
|
---|
1687 | text: auto;
|
---|
1688 | }
|
---|
1689 | node[amenity=fast_food] {
|
---|
1690 | icon-image: "food/fastfood.png";
|
---|
1691 | text: auto;
|
---|
1692 | }
|
---|
1693 | node[amenity=bar] {
|
---|
1694 | icon-image: "food/bar.png";
|
---|
1695 | text: auto;
|
---|
1696 | }
|
---|
1697 | node[amenity=ice_cream] {
|
---|
1698 | icon-image: "food/icecream.png";
|
---|
1699 | text: auto;
|
---|
1700 | }
|
---|
1701 | area[amenity=parking_space],
|
---|
1702 | area[amenity=parking],
|
---|
1703 | area[parking=multi-storey],
|
---|
1704 | area[amenity=motorcycle_parking],
|
---|
1705 | area[amenity=bicycle_parking],
|
---|
1706 | area[parking=park_and_ride],
|
---|
1707 | area[parking=underground],
|
---|
1708 | area[parking=surface],
|
---|
1709 | area[amenity=bicycle_rental],
|
---|
1710 | area[amenity=car_rental],
|
---|
1711 | area[amenity=car_sharing],
|
---|
1712 | area[amenity=car_wash],
|
---|
1713 | area[amenity=taxi],
|
---|
1714 | area[amenity=fuel],
|
---|
1715 | area[amenity=charging_station] {
|
---|
1716 | fill-color: amenity_traffic#f7efb7;
|
---|
1717 | }
|
---|
1718 | node[amenity=parking_space] {
|
---|
1719 | icon-image: "vehicle/parking.png";
|
---|
1720 | text: auto;
|
---|
1721 | }node[amenity=parking] {
|
---|
1722 | icon-image: vehicle/parking.png;
|
---|
1723 | text: auto;
|
---|
1724 | }
|
---|
1725 | node[parking=multi-storey] {
|
---|
1726 | icon-image: "vehicle/parking/multi-storey.png";
|
---|
1727 | text: auto;
|
---|
1728 | }
|
---|
1729 | node[amenity=motorcycle_parking] {
|
---|
1730 | icon-image: "vehicle/parking/motorbike.png";
|
---|
1731 | text: auto;
|
---|
1732 | }
|
---|
1733 | node[amenity=bicycle_parking] {
|
---|
1734 | icon-image: "vehicle/parking/bicycle.png";
|
---|
1735 | text: auto;
|
---|
1736 | }
|
---|
1737 | node[parking=park_and_ride] {
|
---|
1738 | icon-image: "vehicle/parking/park_ride.png";
|
---|
1739 | text: auto;
|
---|
1740 | }
|
---|
1741 | node[parking=underground] {
|
---|
1742 | icon-image: "vehicle/parking/underground.png";
|
---|
1743 | text: auto;
|
---|
1744 | }
|
---|
1745 | node[parking=surface] {
|
---|
1746 | icon-image: "vehicle/parking.png";
|
---|
1747 | text: auto;
|
---|
1748 | }
|
---|
1749 | node[amenity=parking_space][wheelchair?] {
|
---|
1750 | icon-image: "vehicle/parking/handicapped.png";
|
---|
1751 | text: auto;
|
---|
1752 | }
|
---|
1753 | node[amenity=bicycle_rental] {
|
---|
1754 | icon-image: "vehicle/rental/bicycle.png";
|
---|
1755 | text: auto;
|
---|
1756 | }
|
---|
1757 | node[amenity=car_rental] {
|
---|
1758 | icon-image: "vehicle/rental/car.png";
|
---|
1759 | text: auto;
|
---|
1760 | }
|
---|
1761 | node[amenity=car_sharing] {
|
---|
1762 | icon-image: "vehicle/car_sharing.png";
|
---|
1763 | text: auto;
|
---|
1764 | }
|
---|
1765 | node[amenity=car_wash] {
|
---|
1766 | icon-image: "vehicle/car_wash.png";
|
---|
1767 | text: auto;
|
---|
1768 | }
|
---|
1769 | node[amenity=taxi] {
|
---|
1770 | icon-image: "transport/taxi.png";
|
---|
1771 | text: auto;
|
---|
1772 | }
|
---|
1773 | node[amenity=fuel] {
|
---|
1774 | icon-image: "vehicle/fuel.png";
|
---|
1775 | text: auto;
|
---|
1776 | }
|
---|
1777 | node[amenity=charging_station] {
|
---|
1778 | icon-image: "vehicle/fuel/charging_station.png";
|
---|
1779 | text: auto;
|
---|
1780 | }
|
---|
1781 | node[amenity=grit_bin] {
|
---|
1782 | icon-image: "misc/grit_bin.png";
|
---|
1783 | text: auto;
|
---|
1784 | }
|
---|
1785 | area[amenity=telephone] {
|
---|
1786 | fill-color: amenity_light#f7efb7;
|
---|
1787 | }
|
---|
1788 | node[amenity=telephone] {
|
---|
1789 | icon-image: "service/telephone.png";
|
---|
1790 | text: auto;
|
---|
1791 | }
|
---|
1792 | node[amenity=clock] {
|
---|
1793 | icon-image: "service/clock.png";
|
---|
1794 | text: auto;
|
---|
1795 | }
|
---|
1796 | /* Rule to delete by end of 2013 if this deprecated tag has finally been replaced by emergency=phone below */
|
---|
1797 | area[amenity=emergency_phone] {
|
---|
1798 | fill-color: amenity_light#f7efb7;
|
---|
1799 | }
|
---|
1800 | node[amenity=emergency_phone] {
|
---|
1801 | icon-image: "vehicle/emergency_phone.png";
|
---|
1802 | text: auto;
|
---|
1803 | }
|
---|
1804 | area[emergency=phone],
|
---|
1805 | area[emergency=aed],
|
---|
1806 | area[emergency=defibrillator],
|
---|
1807 | area[amenity=toilets],
|
---|
1808 | area[amenity=recycling] {
|
---|
1809 | fill-color: amenity_light#f7efb7;
|
---|
1810 | }
|
---|
1811 | node[emergency=phone] {
|
---|
1812 | icon-image: "vehicle/emergency_phone.png";
|
---|
1813 | text: auto;
|
---|
1814 | }
|
---|
1815 | node[emergency=aed] {
|
---|
1816 | icon-image: "presets/aed.svg";
|
---|
1817 | text: auto;
|
---|
1818 | }
|
---|
1819 | node[emergency=defibrillator] {
|
---|
1820 | icon-image: "presets/aed.svg";
|
---|
1821 | text: auto;
|
---|
1822 | }
|
---|
1823 | node[amenity=toilets] {
|
---|
1824 | icon-image: "service/toilets.png";
|
---|
1825 | text: auto;
|
---|
1826 | }
|
---|
1827 | node[amenity=recycling] {
|
---|
1828 | icon-image: "service/recycling.png";
|
---|
1829 | text: auto;
|
---|
1830 | }
|
---|
1831 | node[amenity=waste_basket] {
|
---|
1832 | icon-image: "service/recycling/trash-bin.png";
|
---|
1833 | text: auto;
|
---|
1834 | }
|
---|
1835 | node[amenity=waste_disposal] {
|
---|
1836 | icon-image: "service/recycling/waste_disposal.png";
|
---|
1837 | text: auto;
|
---|
1838 | }
|
---|
1839 | area[amenity=public_building],
|
---|
1840 | area[amenity=townhall],
|
---|
1841 | area[amenity=embassy],
|
---|
1842 | area[amenity=community_centre] {
|
---|
1843 | fill-color: amenity_light#f7efb7;
|
---|
1844 | }
|
---|
1845 | node[amenity=public_building],
|
---|
1846 | node[amenity=townhall] {
|
---|
1847 | icon-image: "service.png";
|
---|
1848 | text: auto;
|
---|
1849 | }
|
---|
1850 | node[amenity=embassy] {
|
---|
1851 | icon-image: "service/administration/embassy.png";
|
---|
1852 | text: auto;
|
---|
1853 | }
|
---|
1854 | node[amenity=community_centre] {
|
---|
1855 | icon-image: "service/community_centre.png";
|
---|
1856 | text: auto;
|
---|
1857 | }
|
---|
1858 | area[amenity=drinking_water],
|
---|
1859 | area[amenity=fountain] {
|
---|
1860 | fill-color: light_water#00005f;
|
---|
1861 | }
|
---|
1862 | node[amenity=drinking_water] {
|
---|
1863 | icon-image: "food/drinking_water.png";
|
---|
1864 | text: auto;
|
---|
1865 | }
|
---|
1866 | node[amenity=fountain] {
|
---|
1867 | icon-image: "misc/landmark/spring.png";
|
---|
1868 | text: auto;
|
---|
1869 | }
|
---|
1870 | area[amenity=place_of_worship],
|
---|
1871 | area[amenity=grave_yard],
|
---|
1872 | area[amenity=crematorium],
|
---|
1873 | area[amenity=post_office],
|
---|
1874 | area[amenity=post_box],
|
---|
1875 | area[amenity=studio],
|
---|
1876 | area[amenity=school],
|
---|
1877 | area[amenity=university],
|
---|
1878 | area[amenity=college],
|
---|
1879 | area[amenity=kindergarten],
|
---|
1880 | area[amenity=driving_school] {
|
---|
1881 | fill-color: amenity_light#f7efb7;
|
---|
1882 | }
|
---|
1883 | node[amenity=place_of_worship] {
|
---|
1884 | icon-image: "religion.png";
|
---|
1885 | text: auto;
|
---|
1886 | }
|
---|
1887 | node[amenity=place_of_worship][religion=bahai] {
|
---|
1888 | icon-image: "religion/bahai.png";
|
---|
1889 | text: auto;
|
---|
1890 | }
|
---|
1891 | node[amenity=place_of_worship][religion=buddhist] {
|
---|
1892 | icon-image: "religion/buddhism.png";
|
---|
1893 | text: auto;
|
---|
1894 | }
|
---|
1895 | node[amenity=place_of_worship][religion=christian] {
|
---|
1896 | icon-image: "religion/church.png";
|
---|
1897 | text: auto;
|
---|
1898 | }
|
---|
1899 | node[amenity=place_of_worship][religion=hindu] {
|
---|
1900 | icon-image: "religion/hinduism.png";
|
---|
1901 | text: auto;
|
---|
1902 | }
|
---|
1903 | node[amenity=place_of_worship][religion=jain] {
|
---|
1904 | icon-image: "religion/jainism.png";
|
---|
1905 | text: auto;
|
---|
1906 | }
|
---|
1907 | node[amenity=place_of_worship][religion=jewish] {
|
---|
1908 | icon-image: "religion/jewish.png";
|
---|
1909 | text: auto;
|
---|
1910 | }
|
---|
1911 | node[amenity=place_of_worship][religion=muslim] {
|
---|
1912 | icon-image: "religion/muslim.png";
|
---|
1913 | text: auto;
|
---|
1914 | }
|
---|
1915 | node[amenity=place_of_worship][religion=sikh] {
|
---|
1916 | icon-image: "religion/sikhism.png";
|
---|
1917 | text: auto;
|
---|
1918 | }
|
---|
1919 | node[amenity=place_of_worship][religion=shinto] {
|
---|
1920 | icon-image: "religion/shinto.png";
|
---|
1921 | text: auto;
|
---|
1922 | }
|
---|
1923 | node[amenity=place_of_worship][religion=spiritualist] {
|
---|
1924 | icon-image: "misc/no_icon.png";
|
---|
1925 | text: auto;
|
---|
1926 | }
|
---|
1927 | node[amenity=place_of_worship][religion=taoist] {
|
---|
1928 | icon-image: "religion/taoism.png";
|
---|
1929 | text: auto;
|
---|
1930 | }
|
---|
1931 | node[amenity=place_of_worship][religion=unitarian] {
|
---|
1932 | icon-image: "misc/no_icon.png";
|
---|
1933 | text: auto;
|
---|
1934 | }
|
---|
1935 | node[amenity=place_of_worship][religion=zoroastrian] {
|
---|
1936 | icon-image: "misc/no_icon.png";
|
---|
1937 | text: auto;
|
---|
1938 | }
|
---|
1939 | node[amenity=grave_yard] {
|
---|
1940 | icon-image: "rendering/landuse/cemetery.png";
|
---|
1941 | text: auto;
|
---|
1942 | }
|
---|
1943 | node[amenity=crematorium] {
|
---|
1944 | icon-image: "misc/no_icon.png";
|
---|
1945 | text: auto;
|
---|
1946 | }
|
---|
1947 | node[amenity=post_office] {
|
---|
1948 | icon-image: "service/post_office.png";
|
---|
1949 | text: auto;
|
---|
1950 | }
|
---|
1951 | node[amenity=post_box] {
|
---|
1952 | icon-image: "service/post_box.png";
|
---|
1953 | text: auto;
|
---|
1954 | }
|
---|
1955 | node[amenity=studio] {
|
---|
1956 | icon-image: "service/studio.png";
|
---|
1957 | text: auto;
|
---|
1958 | }
|
---|
1959 | node[amenity=school] {
|
---|
1960 | icon-image: "education/school.png";
|
---|
1961 | text: auto;
|
---|
1962 | }
|
---|
1963 | node[amenity=university] {
|
---|
1964 | icon-image: "education/university.png";
|
---|
1965 | text: auto;
|
---|
1966 | }
|
---|
1967 | node[amenity=college] {
|
---|
1968 | icon-image: "education/college.png";
|
---|
1969 | text: auto;
|
---|
1970 | }
|
---|
1971 | node[amenity=kindergarten] {
|
---|
1972 | icon-image: "education/kindergarten.png";
|
---|
1973 | text: auto;
|
---|
1974 | }
|
---|
1975 | node[amenity=driving_school] {
|
---|
1976 | icon-image: "education/driving_school.png";
|
---|
1977 | text: auto;
|
---|
1978 | }
|
---|
1979 | area[amenity=pharmacy],
|
---|
1980 | area[amenity=hospital],
|
---|
1981 | area[amenity=clinic],
|
---|
1982 | area[amenity=nursery],
|
---|
1983 | area[amenity=baby_hatch],
|
---|
1984 | area[amenity=doctors],
|
---|
1985 | area[amenity=dentist],
|
---|
1986 | area[amenity=veterinary] {
|
---|
1987 | fill-color: health#eeeeee;
|
---|
1988 | }
|
---|
1989 | node[amenity=pharmacy] {
|
---|
1990 | icon-image: "health/pharmacy.png";
|
---|
1991 | text: auto;
|
---|
1992 | }
|
---|
1993 | node[amenity=hospital],
|
---|
1994 | node[amenity=clinic] {
|
---|
1995 | icon-image: "health/hospital.png";
|
---|
1996 | text: auto;
|
---|
1997 | }
|
---|
1998 | node[amenity=nursery] {
|
---|
1999 | icon-image: "misc/no_icon.png";
|
---|
2000 | text: auto;
|
---|
2001 | }
|
---|
2002 | node[amenity=baby_hatch] {
|
---|
2003 | icon-image: "health/baby_hatch.png";
|
---|
2004 | text: auto;
|
---|
2005 | }
|
---|
2006 | node[amenity=doctors] {
|
---|
2007 | icon-image: "health/doctor.png";
|
---|
2008 | text: auto;
|
---|
2009 | }
|
---|
2010 | node[amenity=dentist] {
|
---|
2011 | icon-image: "health/dentist.png";
|
---|
2012 | text: auto;
|
---|
2013 | }
|
---|
2014 | node[amenity=veterinary] {
|
---|
2015 | icon-image: "health/veterinary.png";
|
---|
2016 | text: auto;
|
---|
2017 | }
|
---|
2018 | area[amenity=library],
|
---|
2019 | area[amenity=police],
|
---|
2020 | area[amenity=fire_station],
|
---|
2021 | area[amenity=bus_station],
|
---|
2022 | area[amenity=ferry_terminal],
|
---|
2023 | area[amenity=theatre],
|
---|
2024 | area[amenity=cinema],
|
---|
2025 | area[amenity=arts_centre],
|
---|
2026 | area[amenity=courthouse],
|
---|
2027 | area[amenity=prison],
|
---|
2028 | area[amenity=bank],
|
---|
2029 | area[amenity=bureau_de_change],
|
---|
2030 | area[amenity=atm],
|
---|
2031 | area[amenity=bbq] {
|
---|
2032 | fill-color: amenity_light#f7efb7;
|
---|
2033 | }
|
---|
2034 | node[amenity=library] {
|
---|
2035 | icon-image: "shop/rental/library.png";
|
---|
2036 | text: auto;
|
---|
2037 | }
|
---|
2038 | node[amenity=police] {
|
---|
2039 | icon-image: "service/police.png";
|
---|
2040 | text: auto;
|
---|
2041 | }
|
---|
2042 | node[amenity=fire_station] {
|
---|
2043 | icon-image: "service/firebrigade.png";
|
---|
2044 | text: auto;
|
---|
2045 | }
|
---|
2046 | node[amenity=bus_station] {
|
---|
2047 | icon-image: "transport/bus.png";
|
---|
2048 | text: auto;
|
---|
2049 | }
|
---|
2050 | node[amenity=ferry_terminal] {
|
---|
2051 | icon-image: "nautical/ferry.png";
|
---|
2052 | text: auto;
|
---|
2053 | }
|
---|
2054 | node[amenity=theatre] {
|
---|
2055 | icon-image: "leisure/theater.png";
|
---|
2056 | text: auto;
|
---|
2057 | }
|
---|
2058 | node[amenity=cinema] {
|
---|
2059 | icon-image: "leisure/cinema.png";
|
---|
2060 | text: auto;
|
---|
2061 | }
|
---|
2062 | node[amenity=arts_centre] {
|
---|
2063 | icon-image: "service/arts_centre.png";
|
---|
2064 | text: auto;
|
---|
2065 | }
|
---|
2066 | node[amenity=courthouse] {
|
---|
2067 | icon-image: "service/administration/court_of_law.png";
|
---|
2068 | text: auto;
|
---|
2069 | }
|
---|
2070 | node[amenity=prison] {
|
---|
2071 | icon-image: "service/administration/prison.png";
|
---|
2072 | text: auto;
|
---|
2073 | }
|
---|
2074 | node[amenity=bank] {
|
---|
2075 | icon-image: "money/bank.png";
|
---|
2076 | text: auto;
|
---|
2077 | }
|
---|
2078 | node[amenity=bureau_de_change] {
|
---|
2079 | icon-image: "money/exchange.png";
|
---|
2080 | text: auto;
|
---|
2081 | }
|
---|
2082 | node[amenity=atm] {
|
---|
2083 | icon-image: "money/atm.png";
|
---|
2084 | text: auto;
|
---|
2085 | }
|
---|
2086 | way[amenity=bench] {
|
---|
2087 | width: 2;
|
---|
2088 | color: amenity_light#f7efb7;
|
---|
2089 | }
|
---|
2090 | node[amenity=bench] {
|
---|
2091 | icon-image: "leisure/bench.png";
|
---|
2092 | text: auto;
|
---|
2093 | }
|
---|
2094 | node[amenity=bbq] {
|
---|
2095 | icon-image: "leisure/bbq.png";
|
---|
2096 | text: auto;
|
---|
2097 | }
|
---|
2098 | node[emergency=fire_hydrant] {
|
---|
2099 | icon-image: "service/fire_hydrant.png";
|
---|
2100 | text: auto;
|
---|
2101 | }
|
---|
2102 | area[amenity=shelter],
|
---|
2103 | area[amenity=hunting_stand],
|
---|
2104 | area[amenity=marketplace],
|
---|
2105 | area[amenity=wlan],
|
---|
2106 | area[amenity=vending_machine] {
|
---|
2107 | fill-color: amenity_light#f7efb7;
|
---|
2108 | }
|
---|
2109 | node[amenity=shelter] {
|
---|
2110 | icon-image: "accommodation/shelter.png";
|
---|
2111 | text: auto;
|
---|
2112 | }
|
---|
2113 | node[amenity=hunting_stand] {
|
---|
2114 | icon-image: "hunting_stand.png";
|
---|
2115 | text: auto;
|
---|
2116 | }
|
---|
2117 | node[amenity=marketplace] {
|
---|
2118 | icon-image: "place/marketplace.png";
|
---|
2119 | text: auto;
|
---|
2120 | }
|
---|
2121 | node[amenity=wlan] {
|
---|
2122 | icon-image: "wlan.png";
|
---|
2123 | text: auto;
|
---|
2124 | }
|
---|
2125 | node[amenity=vending_machine] {
|
---|
2126 | icon-image: "transport/ticket-machine.png";
|
---|
2127 | }
|
---|
2128 | node[vending=excrement_bags] {
|
---|
2129 | icon-image: "service/excrement_bags.png";
|
---|
2130 | text: auto;
|
---|
2131 | }
|
---|
2132 |
|
---|
2133 | /**************/
|
---|
2134 | /* craft tags */
|
---|
2135 | /**************/
|
---|
2136 |
|
---|
2137 | area[craft=painter],
|
---|
2138 | area[craft=plumber],
|
---|
2139 | area[craft=pottery],
|
---|
2140 | area[craft=stonemason],
|
---|
2141 | area[craft=tiler],
|
---|
2142 | area[craft=window_construction] {
|
---|
2143 | fill-color: craft#999900;
|
---|
2144 | }
|
---|
2145 | node[craft=painter] {
|
---|
2146 | icon-image: "craft/painter.png";
|
---|
2147 | text: auto;
|
---|
2148 | }
|
---|
2149 | node[craft=plumber] {
|
---|
2150 | icon-image: "craft/plumber.png";
|
---|
2151 | text: auto;
|
---|
2152 | }
|
---|
2153 | node[craft=pottery] {
|
---|
2154 | icon-image: "craft/pottery.png";
|
---|
2155 | text: auto;
|
---|
2156 | }
|
---|
2157 | node[craft=stonemason] {
|
---|
2158 | icon-image: "craft/stonemason.png";
|
---|
2159 | text: auto;
|
---|
2160 | }
|
---|
2161 | node[craft=tiler] {
|
---|
2162 | icon-image: "craft/tiler.png";
|
---|
2163 | text: auto;
|
---|
2164 | }
|
---|
2165 | node[craft=window_construction] {
|
---|
2166 | icon-image: "craft/window_construction.png";
|
---|
2167 | text: auto;
|
---|
2168 | }
|
---|
2169 |
|
---|
2170 | /****************/
|
---|
2171 | /* tourism tags */
|
---|
2172 | /****************/
|
---|
2173 |
|
---|
2174 | area[tourism=hotel],
|
---|
2175 | area[tourism=motel],
|
---|
2176 | area[tourism=guest_house],
|
---|
2177 | area[tourism=hostel],
|
---|
2178 | area[tourism=chalet],
|
---|
2179 | area[tourism=alpine_hut],
|
---|
2180 | area[tourism=camp_site],
|
---|
2181 | area[tourism=caravan_site] {
|
---|
2182 | fill-color: hotel#e1a0a2;
|
---|
2183 | }
|
---|
2184 | node[tourism=hotel] {
|
---|
2185 | icon-image: "accommodation.png";
|
---|
2186 | text: auto;
|
---|
2187 | }
|
---|
2188 | node[tourism=motel] {
|
---|
2189 | icon-image: "accommodation/motel.png";
|
---|
2190 | text: auto;
|
---|
2191 | }
|
---|
2192 | node[tourism=guest_house] {
|
---|
2193 | icon-image: "accommodation/guest_house.png";
|
---|
2194 | text: auto;
|
---|
2195 | }
|
---|
2196 | node[tourism=hostel] {
|
---|
2197 | icon-image: "accommodation/hostel.png";
|
---|
2198 | text: auto;
|
---|
2199 | }
|
---|
2200 | node[tourism=chalet] {
|
---|
2201 | icon-image: "accommodation/chalet.png";
|
---|
2202 | text: auto;
|
---|
2203 | }
|
---|
2204 | node[tourism=alpine_hut] {
|
---|
2205 | icon-image: "accommodation/alpine_hut.png";
|
---|
2206 | text: auto;
|
---|
2207 | }
|
---|
2208 | node[tourism=camp_site] {
|
---|
2209 | icon-image: "accommodation/camping.png";
|
---|
2210 | text: auto;
|
---|
2211 | }
|
---|
2212 | node[tourism=caravan_site] {
|
---|
2213 | icon-image: "accommodation/camping/caravan.png";
|
---|
2214 | text: auto;
|
---|
2215 | }
|
---|
2216 | area[tourism=picnic_site],
|
---|
2217 | area[tourism=viewpoint],
|
---|
2218 | area[tourism=theme_park],
|
---|
2219 | area[tourism=attraction],
|
---|
2220 | area[tourism=zoo],
|
---|
2221 | area[tourism=artwork],
|
---|
2222 | area[tourism=museum] {
|
---|
2223 | fill-color: tourism#e180a2;
|
---|
2224 | }
|
---|
2225 | node[tourism=picnic_site] {
|
---|
2226 | icon-image: "leisure/picnic.png";
|
---|
2227 | text: auto;
|
---|
2228 | }
|
---|
2229 | node[tourism=viewpoint] {
|
---|
2230 | icon-image: "sightseeing/viewpoint.png";
|
---|
2231 | text: auto;
|
---|
2232 | }
|
---|
2233 | node[tourism=theme_park] {
|
---|
2234 | icon-image: "leisure/theme_park.png";
|
---|
2235 | text: auto;
|
---|
2236 | }
|
---|
2237 | node[tourism=attraction] {
|
---|
2238 | icon-image: "sightseeing.png";
|
---|
2239 | text: auto;
|
---|
2240 | }
|
---|
2241 | node[tourism=zoo] {
|
---|
2242 | icon-image: "leisure/zoo.png";
|
---|
2243 | text: auto;
|
---|
2244 | }
|
---|
2245 | way[tourism=artwork] {
|
---|
2246 | width: 2;
|
---|
2247 | color: tourism#e180a2;
|
---|
2248 | }
|
---|
2249 | node[tourism=artwork] {
|
---|
2250 | icon-image: "service/arts_centre.png";
|
---|
2251 | text: auto;
|
---|
2252 | }
|
---|
2253 | node[tourism=museum] {
|
---|
2254 | icon-image: "sightseeing/museum.png";
|
---|
2255 | text: auto;
|
---|
2256 | }
|
---|
2257 |
|
---|
2258 | /********************/
|
---|
2259 | /* information tags */
|
---|
2260 | /********************/
|
---|
2261 |
|
---|
2262 | area[tourism=information] {
|
---|
2263 | fill-color: tourism#e180a2;
|
---|
2264 | }
|
---|
2265 | node[tourism=information] {
|
---|
2266 | icon-image: "misc/information.png";
|
---|
2267 | text: auto;
|
---|
2268 | }
|
---|
2269 | node[information=guidepost] {
|
---|
2270 | icon-image: "misc/information/guidepost.png";
|
---|
2271 | text: auto;
|
---|
2272 | }
|
---|
2273 | area[information=office] {
|
---|
2274 | fill-color: tourism#e180a2;
|
---|
2275 | }
|
---|
2276 | node[information=office] {
|
---|
2277 | icon-image: "misc/information/informationoffice.png";
|
---|
2278 | text: auto;
|
---|
2279 | }
|
---|
2280 | node[information=map] {
|
---|
2281 | icon-image: "misc/information/map.png";
|
---|
2282 | text: auto;
|
---|
2283 | }
|
---|
2284 | node[information=board] {
|
---|
2285 | icon-image: "misc/information/board.png";
|
---|
2286 | text: auto;
|
---|
2287 | }
|
---|
2288 |
|
---|
2289 | /*****************/
|
---|
2290 | /* historic tags */
|
---|
2291 | /*****************/
|
---|
2292 |
|
---|
2293 | area[historic=castle],
|
---|
2294 | area[historic=monument],
|
---|
2295 | area[historic=memorial],
|
---|
2296 | area[historic=archaeological_site],
|
---|
2297 | area[historic=ruins],
|
---|
2298 | area[historic=battlefield],
|
---|
2299 | area[historic=palaeontological_site],
|
---|
2300 | area[historic=wayside_cross],
|
---|
2301 | area[historic=wayside_shrine],
|
---|
2302 | area[historic=boundary_stone] {
|
---|
2303 | fill-color: historic#663300;
|
---|
2304 | }
|
---|
2305 | node[historic=castle] {
|
---|
2306 | icon-image: "sightseeing/castle.png";
|
---|
2307 | text: auto;
|
---|
2308 | }
|
---|
2309 | node[historic=monument] {
|
---|
2310 | icon-image: "sightseeing/monument.png";
|
---|
2311 | text: auto;
|
---|
2312 | }
|
---|
2313 | node[historic=memorial] {
|
---|
2314 | icon-image: "sightseeing/memorial.png";
|
---|
2315 | text: auto;
|
---|
2316 | }
|
---|
2317 | node[historic=archaeological_site] {
|
---|
2318 | icon-image: "sightseeing/archaeological.png";
|
---|
2319 | text: auto;
|
---|
2320 | }
|
---|
2321 | node[historic=ruins] {
|
---|
2322 | icon-image: "sightseeing/ruins.png";
|
---|
2323 | text: auto;
|
---|
2324 | }
|
---|
2325 | node[historic=battlefield] {
|
---|
2326 | icon-image: "sightseeing/battlefield.png";
|
---|
2327 | text: auto;
|
---|
2328 | }
|
---|
2329 | node[historic=palaeontological_site] {
|
---|
2330 | icon-image: "historic/palaeontological_site.png";
|
---|
2331 | text: auto;
|
---|
2332 | }
|
---|
2333 | node[historic=wayside_cross] {
|
---|
2334 | icon-image: "religion/wayside_cross.png";
|
---|
2335 | text: auto;
|
---|
2336 | }
|
---|
2337 | node[historic=wayside_shrine] {
|
---|
2338 | icon-image: "religion/wayside_shrine.png";
|
---|
2339 | text: auto;
|
---|
2340 | }
|
---|
2341 | node[historic=boundary_stone] {
|
---|
2342 | icon-image: "historic/boundary_stone.png";
|
---|
2343 | text: auto;
|
---|
2344 | }
|
---|
2345 |
|
---|
2346 | /****************/
|
---|
2347 | /* landuse tags */
|
---|
2348 | /****************/
|
---|
2349 |
|
---|
2350 | area[landuse=farm],
|
---|
2351 | area[landuse=farmland],
|
---|
2352 | area[landuse=meadow],
|
---|
2353 | area[landuse=vineyard],
|
---|
2354 | area[landuse=orchard] {
|
---|
2355 | fill-color: green#b1e0c2;
|
---|
2356 | }
|
---|
2357 | node[landuse=farm] {
|
---|
2358 | icon-image: "misc/landmark/farm.png";
|
---|
2359 | text: auto;
|
---|
2360 | }
|
---|
2361 | node[landuse=farmland] {
|
---|
2362 | icon-image: "misc/no_icon.png";
|
---|
2363 | text: auto;
|
---|
2364 | }
|
---|
2365 | node[landuse=meadow] {
|
---|
2366 | icon-image: "misc/no_icon.png";
|
---|
2367 | text: auto;
|
---|
2368 | }
|
---|
2369 | node[landuse=vineyard] {
|
---|
2370 | icon-image: "shop/groceries/fruits.png";
|
---|
2371 | text: auto;
|
---|
2372 | }
|
---|
2373 | area[landuse=quarry] {
|
---|
2374 | fill-color: quarry#888888;
|
---|
2375 | }
|
---|
2376 | node[landuse=quarry] {
|
---|
2377 | icon-image: "misc/landmark/mine.png";
|
---|
2378 | text: auto;
|
---|
2379 | }
|
---|
2380 | area[landuse=landfill] {
|
---|
2381 | fill-color: landfill#663300;
|
---|
2382 | }
|
---|
2383 | node[landuse=landfill] {
|
---|
2384 | icon-image: "misc/no_icon.png";
|
---|
2385 | text: auto;
|
---|
2386 | }
|
---|
2387 | area[landuse=basin],
|
---|
2388 | area[landuse=reservoir] {
|
---|
2389 | fill-color: basin#0000bf;
|
---|
2390 | }
|
---|
2391 | node[landuse=basin],
|
---|
2392 | node[landuse=reservoir] {
|
---|
2393 | icon-image: "misc/no_icon.png";
|
---|
2394 | text: auto;
|
---|
2395 | }
|
---|
2396 | area[landuse=forest] {
|
---|
2397 | fill-color: forest#b1efc8;
|
---|
2398 | }
|
---|
2399 | node[landuse=forest] {
|
---|
2400 | icon-image: "misc/landmark/trees.png";
|
---|
2401 | text: auto;
|
---|
2402 | }
|
---|
2403 | area[landuse=allotments],
|
---|
2404 | area[landuse=greenhouse_horticulture],
|
---|
2405 | area[landuse=plant_nursery],
|
---|
2406 | area[landuse=grass] {
|
---|
2407 | fill-color: green#b1e0c2;
|
---|
2408 | }
|
---|
2409 | node[landuse=allotments] {
|
---|
2410 | icon-image: "misc/landmark/plant.png";
|
---|
2411 | text: auto;
|
---|
2412 | }
|
---|
2413 | node[landuse=greenhouse_horticulture] {
|
---|
2414 | icon-image: "misc/landuse/greenhouse_horticulture.png";
|
---|
2415 | text: auto;
|
---|
2416 | }
|
---|
2417 | node[landuse=plant_nursery],
|
---|
2418 | node[landuse=grass] {
|
---|
2419 | icon-image: "misc/landmark/plant.png";
|
---|
2420 | text: auto;
|
---|
2421 | }
|
---|
2422 | area[landuse=residential] {
|
---|
2423 | fill-color: residential#f0f0f0;
|
---|
2424 | }
|
---|
2425 | node[landuse=residential] {
|
---|
2426 | icon-image: "misc/landuse/residential.png";
|
---|
2427 | text: auto;
|
---|
2428 | }
|
---|
2429 | area[landuse=garages] {
|
---|
2430 | fill-color: garages#f0f0f0;
|
---|
2431 | }
|
---|
2432 | node[landuse=garages] {
|
---|
2433 | icon-image: "misc/landuse/garages.png";
|
---|
2434 | text: auto;
|
---|
2435 | }
|
---|
2436 | area[landuse=farmyard] {
|
---|
2437 | fill-color: farmyard#f0f0f0;
|
---|
2438 | }
|
---|
2439 | node[landuse=farmyard] {
|
---|
2440 | icon-image: "misc/no_icon.png";
|
---|
2441 | text: auto;
|
---|
2442 | }
|
---|
2443 | area[landuse=retail],
|
---|
2444 | area[landuse=commercial] {
|
---|
2445 | fill-color: retail#ffc4ee;
|
---|
2446 | }
|
---|
2447 | node[landuse=retail] {
|
---|
2448 | icon-image: "shop/mall.png";
|
---|
2449 | text: auto;
|
---|
2450 | }
|
---|
2451 | node[landuse=commercial] {
|
---|
2452 | icon-image: "misc/landuse/commercial.png";
|
---|
2453 | text: auto;
|
---|
2454 | }
|
---|
2455 | area[landuse=industrial] {
|
---|
2456 | fill-color: industrial#ecd8ff;
|
---|
2457 | }
|
---|
2458 | node[landuse=industrial] {
|
---|
2459 | icon-image: "misc/landmark/works.png";
|
---|
2460 | text: auto;
|
---|
2461 | }
|
---|
2462 | area[landuse=brownfield] {
|
---|
2463 | fill-color: brownfield#ecba32;
|
---|
2464 | }
|
---|
2465 | node[landuse=brownfield] {
|
---|
2466 | icon-image: "misc/no_icon.png";
|
---|
2467 | text: auto;
|
---|
2468 | }
|
---|
2469 | area[landuse=greenfield] {
|
---|
2470 | fill-color: greenfield#b1ec5c;
|
---|
2471 | }
|
---|
2472 | node[landuse=greenfield] {
|
---|
2473 | icon-image: "misc/no_icon.png";
|
---|
2474 | text: auto;
|
---|
2475 | }
|
---|
2476 | area[landuse=railway] {
|
---|
2477 | fill-color: railland#888888;
|
---|
2478 | }
|
---|
2479 | node[landuse=railway] {
|
---|
2480 | icon-image: "transport/railway_station.png";
|
---|
2481 | text: auto;
|
---|
2482 | }
|
---|
2483 | area[landuse=construction] {
|
---|
2484 | fill-color: construction#ffff00;
|
---|
2485 | }
|
---|
2486 | way[landuse=construction] {
|
---|
2487 | width: 1;
|
---|
2488 | color: construction#ffff00;
|
---|
2489 | dashes: 9,9;
|
---|
2490 | }
|
---|
2491 | node[landuse=construction] {
|
---|
2492 | icon-image: "misc/construction.png";
|
---|
2493 | text: auto;
|
---|
2494 | }
|
---|
2495 | area[landuse=military] {
|
---|
2496 | fill-color: military#b62c2c;
|
---|
2497 | }
|
---|
2498 | node[landuse=military] {
|
---|
2499 | icon-image: "vehicle/tank.png";
|
---|
2500 | text: auto;
|
---|
2501 | }
|
---|
2502 | area[landuse=religious] {
|
---|
2503 | fill-color: religious#ffd454;
|
---|
2504 | }
|
---|
2505 | area[landuse=cemetery] {
|
---|
2506 | fill-color: cemetery#b1efc8;
|
---|
2507 | }
|
---|
2508 | node[landuse=cemetery] {
|
---|
2509 | icon-image: "rendering/landuse/cemetery.png";
|
---|
2510 | text: auto;
|
---|
2511 | }
|
---|
2512 | area[landuse=village_green] {
|
---|
2513 | fill-color: green#b1e0c2;
|
---|
2514 | }
|
---|
2515 | node[landuse=village_green] {
|
---|
2516 | icon-image: "leisure/common.png";
|
---|
2517 | text: auto;
|
---|
2518 | }
|
---|
2519 | area[landuse=recreation_ground] {
|
---|
2520 | fill-color: green#b1e0c2;
|
---|
2521 | }
|
---|
2522 | node[landuse=recreation_ground] {
|
---|
2523 | icon-image: "leisure/common.png";
|
---|
2524 | text: auto;
|
---|
2525 | }
|
---|
2526 |
|
---|
2527 | /*****************/
|
---|
2528 | /* military tags */
|
---|
2529 | /*****************/
|
---|
2530 |
|
---|
2531 | area[military=airfield],
|
---|
2532 | area[military=bunker],
|
---|
2533 | area[military=barracks],
|
---|
2534 | area[military=danger_area],
|
---|
2535 | area[military=range] {
|
---|
2536 | fill-color: military#b62c2c;
|
---|
2537 | }
|
---|
2538 | node[military=airfield] {
|
---|
2539 | icon-image: "transport/airport/airfield.png";
|
---|
2540 | text: auto;
|
---|
2541 | }
|
---|
2542 | node[military=bunker] {
|
---|
2543 | icon-image: "misc/landmark/bunker.png";
|
---|
2544 | text: auto;
|
---|
2545 | }
|
---|
2546 | node[military=barracks] {
|
---|
2547 | icon-image: "misc/no_icon.png";
|
---|
2548 | text: auto;
|
---|
2549 | }
|
---|
2550 | node[military=danger_area] {
|
---|
2551 | icon-image: "misc/danger.png";
|
---|
2552 | text: auto;
|
---|
2553 | }
|
---|
2554 | node[military=range] {
|
---|
2555 | icon-image: "misc/landmark/range.png";
|
---|
2556 | text: auto;
|
---|
2557 | }
|
---|
2558 |
|
---|
2559 | /*************************/
|
---|
2560 | /* public_transport tags */
|
---|
2561 | /*************************/
|
---|
2562 |
|
---|
2563 | node[public_transport=stop_position] {
|
---|
2564 | icon-image: "transport/railway_small.png";
|
---|
2565 | text: auto;
|
---|
2566 | }
|
---|
2567 | node[highway=bus_stop] {
|
---|
2568 | icon-image: "transport/bus_small.png";
|
---|
2569 | text: auto;
|
---|
2570 | }
|
---|
2571 | node[public_transport=stop_position][bus=yes] {
|
---|
2572 | icon-image: "transport/bus_small.png";
|
---|
2573 | text: auto;
|
---|
2574 | }
|
---|
2575 | node[public_transport=stop_position][aerial=yes] {
|
---|
2576 | icon-image: "transport/aerialway.png";
|
---|
2577 | text: auto;
|
---|
2578 | }
|
---|
2579 | node[public_transport=stop_position][ferry=yes] {
|
---|
2580 | icon-image: "transport/ferry.png";
|
---|
2581 | text: auto;
|
---|
2582 | }
|
---|
2583 | node[public_transport=stop_position][tram=yes] {
|
---|
2584 | icon-image: "transport/tram.png";
|
---|
2585 | text: auto;
|
---|
2586 | }
|
---|
2587 | node[public_transport=stop_position][train=yes] {
|
---|
2588 | icon-image: "transport/railway_small.png";
|
---|
2589 | text: auto;
|
---|
2590 | }
|
---|
2591 | area[public_transport=platform]:closed {
|
---|
2592 | fill-color: service#809bc0;
|
---|
2593 | }
|
---|
2594 | way[public_transport=platform]!:closed {
|
---|
2595 | width: 3;
|
---|
2596 | color: service#809bc0;
|
---|
2597 | dashes: 12,3;
|
---|
2598 | }
|
---|
2599 | node[public_transport=platform] {
|
---|
2600 | icon-image: "transport/bus_small.png";
|
---|
2601 | text: auto;
|
---|
2602 | }
|
---|
2603 | node[public_transport=platform][bus=yes] {
|
---|
2604 | icon-image: "transport/bus_small.png";
|
---|
2605 | text: auto;
|
---|
2606 | }
|
---|
2607 | node[public_transport=platform][aerial=yes] {
|
---|
2608 | icon-image: "transport/aerialway/station.png";
|
---|
2609 | text: auto;
|
---|
2610 | }
|
---|
2611 | node[public_transport=platform][ferry=yes] {
|
---|
2612 | icon-image: "transport/ferry.png";
|
---|
2613 | text: auto;
|
---|
2614 | }
|
---|
2615 | node[public_transport=platform][tram=yes],
|
---|
2616 | node[public_transport=platform][train=yes] {
|
---|
2617 | icon-image: "transport/railway_station.png";
|
---|
2618 | text: auto;
|
---|
2619 | }
|
---|
2620 |
|
---|
2621 | /****************/
|
---|
2622 | /* railway tags */
|
---|
2623 | /****************/
|
---|
2624 |
|
---|
2625 | area[railway=station], area[railway=tram_station],
|
---|
2626 | area[railway=subway_entrance],
|
---|
2627 | area[railway=crossing], area[railway=level_crossing] {
|
---|
2628 | fill-color: railwaypoint#f7efb7;
|
---|
2629 | }
|
---|
2630 | node[railway=station], node[railway=tram_station] {
|
---|
2631 | icon-image: "transport/railway_station.png";
|
---|
2632 | text: auto;
|
---|
2633 | }
|
---|
2634 | node[railway=halt] {
|
---|
2635 | icon-image: "transport/railway_small.png";
|
---|
2636 | text: auto;
|
---|
2637 | }
|
---|
2638 | node[railway=tram_stop] {
|
---|
2639 | icon-image: "transport/tram.png";
|
---|
2640 | text: auto;
|
---|
2641 | }
|
---|
2642 | node[railway=subway_entrance] {
|
---|
2643 | icon-image: "transport/underground.png";
|
---|
2644 | text: auto;
|
---|
2645 | }
|
---|
2646 | node[railway=crossing] {
|
---|
2647 | icon-image: "vehicle/crossing_small.png";
|
---|
2648 | text: auto;
|
---|
2649 | }
|
---|
2650 | node[railway=level_crossing] {
|
---|
2651 | icon-image: "vehicle/crossing.png";
|
---|
2652 | text: auto;
|
---|
2653 | }
|
---|
2654 | way[railway=rail] {
|
---|
2655 | width: 2;
|
---|
2656 | color: rail#404040;
|
---|
2657 | dashes: 9,9;
|
---|
2658 | dashes-background-color: raildashed#ffffff;
|
---|
2659 | }
|
---|
2660 | way[railway=rail][service=siding] {
|
---|
2661 | width: 1;
|
---|
2662 | }
|
---|
2663 | way[railway=rail][service=yard],
|
---|
2664 | way[railway=rail][service=spur] {
|
---|
2665 | width: 1;
|
---|
2666 | color: railyard#552200
|
---|
2667 | }
|
---|
2668 | /* draw tram on top of other way (highway=*) or
|
---|
2669 | as a standalone style */
|
---|
2670 | way[highway][railway=tram]::core_railway, way[!highway][railway=tram] {
|
---|
2671 | object-z-index: 1;
|
---|
2672 | modifier: false; /* don't draw default way if there is no line on default layer */
|
---|
2673 | width: 1;
|
---|
2674 | color: otherrail#808080;
|
---|
2675 | color: railover#202020;
|
---|
2676 | dashes: 9,9;
|
---|
2677 | casing-width: 1;
|
---|
2678 | casing-color: otherrail#808080;
|
---|
2679 | casing-linecap: round;
|
---|
2680 | casing-dashes: 9,9;
|
---|
2681 | }
|
---|
2682 | way[railway=light_rail] {
|
---|
2683 | width: 2;
|
---|
2684 | color: otherrail#808080;
|
---|
2685 | dashes: 9,9;
|
---|
2686 | }
|
---|
2687 | way[railway=subway] {
|
---|
2688 | width: 1;
|
---|
2689 | color: subway#606060;
|
---|
2690 | dashes: 9,9;
|
---|
2691 | }
|
---|
2692 | way[railway=preserved] {
|
---|
2693 | width: 1;
|
---|
2694 | color: oldrail#404040;
|
---|
2695 | dashes: 9,9;
|
---|
2696 | }
|
---|
2697 | /* disused often appears together with highway=xy */
|
---|
2698 | /* -> draw on separate layer with higher z-index, but use */
|
---|
2699 | /* modifier: false; to suppress default line when used alone. */
|
---|
2700 | way[railway=disused]::core_railway,
|
---|
2701 | way[railway=abandoned]::core_railway {
|
---|
2702 | width: 1;
|
---|
2703 | modifier: false;
|
---|
2704 | z-index: 1;
|
---|
2705 | color: oldrail#404040;
|
---|
2706 | dashes: 9,9;
|
---|
2707 | }
|
---|
2708 | way[railway=narrow_gauge],
|
---|
2709 | way[railway=monorail] {
|
---|
2710 | width: 1;
|
---|
2711 | color: rail#404040;
|
---|
2712 | dashes: 9,9;
|
---|
2713 | }
|
---|
2714 | area[railway=turntable],
|
---|
2715 | area[railway=buffer_stop] {
|
---|
2716 | fill-color: rail#404040;
|
---|
2717 | }
|
---|
2718 | node[railway=turntable] {
|
---|
2719 | icon-image: "transport/turntable.png";
|
---|
2720 | text: auto;
|
---|
2721 | }
|
---|
2722 | node[railway=buffer_stop] {
|
---|
2723 | icon-image: "transport/buffer_stop.png";
|
---|
2724 | text: auto;
|
---|
2725 | }
|
---|
2726 | area[railway=platform]:closed {
|
---|
2727 | fill-color: rail#404040;
|
---|
2728 | }
|
---|
2729 | way[railway=platform] {
|
---|
2730 | width: 2;
|
---|
2731 | color: rail#404040;
|
---|
2732 | }
|
---|
2733 | way[railway=funicular] {
|
---|
2734 | width: 1;
|
---|
2735 | color: rail#404040;
|
---|
2736 | dashes: 9,9;
|
---|
2737 | }
|
---|
2738 | node[railway=rail], node[railway=tram], node[railway=light_rail],
|
---|
2739 | node[railway=subway], node[railway=preserved],
|
---|
2740 | node[railway=disused], node[railway=abandoned],
|
---|
2741 | node[railway=narrow_gauge], node[railway=monorail],
|
---|
2742 | node[railway=platform], node[railway=funicular],
|
---|
2743 | node[service=yard], node[service=siding], node[service=spur] {
|
---|
2744 | icon-image: "misc/deprecated.png";
|
---|
2745 | text: auto;
|
---|
2746 | }
|
---|
2747 |
|
---|
2748 | /****************/
|
---|
2749 | /* aeroway tags */
|
---|
2750 | /****************/
|
---|
2751 |
|
---|
2752 | area[aeroway=aerodrome] {
|
---|
2753 | fill-color: aeroway#660000;
|
---|
2754 | }
|
---|
2755 | way[aeroway=aerodrome] {
|
---|
2756 | width: 2;
|
---|
2757 | color: aeroway#660000;
|
---|
2758 | dashes: 9,9;
|
---|
2759 | }
|
---|
2760 | node[aeroway=aerodrome] {
|
---|
2761 | icon-image: "transport/airport.png";
|
---|
2762 | text: auto;
|
---|
2763 | }
|
---|
2764 | area[aeroway=terminal] {
|
---|
2765 | fill-color: terminal#bb0000;
|
---|
2766 | }
|
---|
2767 | node[aeroway=terminal] {
|
---|
2768 | icon-image: "transport/airport/terminal.png";
|
---|
2769 | text: auto;
|
---|
2770 | }
|
---|
2771 | area[aeroway=helipad] {
|
---|
2772 | fill-color: aeroway_dark#330000;
|
---|
2773 | }
|
---|
2774 | node[aeroway=helipad] {
|
---|
2775 | icon-image: "transport/airport/helipad.png";
|
---|
2776 | text: auto;
|
---|
2777 | }
|
---|
2778 | way[aeroway=runway] {
|
---|
2779 | width: 3;
|
---|
2780 | color: aeroway_dark#330000;
|
---|
2781 | }
|
---|
2782 | node[aeroway=runway] {
|
---|
2783 | icon-image: "transport/airport/runway.png";
|
---|
2784 | text: auto;
|
---|
2785 | }
|
---|
2786 | way[aeroway=taxiway] {
|
---|
2787 | width: 2;
|
---|
2788 | color: aeroway#660000;
|
---|
2789 | }
|
---|
2790 | node[aeroway=taxiway] {
|
---|
2791 | icon-image: "transport/airport/taxiway.png";
|
---|
2792 | text: auto;
|
---|
2793 | }
|
---|
2794 | area[aeroway=apron], area[aeroway=hangar] {
|
---|
2795 | fill-color: aeroway_light#990000;
|
---|
2796 | }
|
---|
2797 | node[aeroway=apron] {
|
---|
2798 | icon-image: "transport/airport/apron.png";
|
---|
2799 | text: auto;
|
---|
2800 | }
|
---|
2801 | node[aeroway=hangar] {
|
---|
2802 | icon-image: "transport/airport/hangar.png";
|
---|
2803 | text: auto;
|
---|
2804 | }
|
---|
2805 | node[aeroway=gate] {
|
---|
2806 | icon-image: "transport/airport/gate.png";
|
---|
2807 | text: auto;
|
---|
2808 | }
|
---|
2809 | node[aeroway=windsock] {
|
---|
2810 | icon-image: "transport/airport/windsock.png";
|
---|
2811 | text: auto;
|
---|
2812 | }
|
---|
2813 |
|
---|
2814 | /******************/
|
---|
2815 | /* aerialway tags */
|
---|
2816 | /******************/
|
---|
2817 |
|
---|
2818 | way[aerialway=cable_car],
|
---|
2819 | way[aerialway=gondola] {
|
---|
2820 | width: 1;
|
---|
2821 | color: aerialway#663300;
|
---|
2822 | dashes: 9,9;
|
---|
2823 | }
|
---|
2824 | node[aerialway=cable_car] {
|
---|
2825 | icon-image: "transport/aerialway/cable_car.png";
|
---|
2826 | text: auto;
|
---|
2827 | }
|
---|
2828 | node[aerialway=gondola] {
|
---|
2829 | icon-image: "transport/aerialway/gondola.png";
|
---|
2830 | text: auto;
|
---|
2831 | }
|
---|
2832 | way[aerialway=chair_lift] {
|
---|
2833 | width: 1;
|
---|
2834 | color: aerialway#663300;
|
---|
2835 | dashes: 6,6;
|
---|
2836 | }
|
---|
2837 | node[aerialway=chair_lift] {
|
---|
2838 | icon-image: "transport/aerialway/chair_lift.png";
|
---|
2839 | text: auto;
|
---|
2840 | }
|
---|
2841 | way[aerialway=drag_lift] {
|
---|
2842 | width: 1;
|
---|
2843 | color: aerialway#663300;
|
---|
2844 | dashes: 3,3;
|
---|
2845 | }
|
---|
2846 | node[aerialway=drag_lift] {
|
---|
2847 | icon-image: "transport/aerialway/drag_lift.png";
|
---|
2848 | text: auto;
|
---|
2849 | }
|
---|
2850 | area[aerialway=station],
|
---|
2851 | area[aerialway=pylon] {
|
---|
2852 | fill-color: aerialway#663300;
|
---|
2853 | }
|
---|
2854 | node[aerialway=station] {
|
---|
2855 | icon-image: "transport/aerialway/station.png";
|
---|
2856 | text: auto;
|
---|
2857 | }
|
---|
2858 | node[aerialway=pylon] {
|
---|
2859 | icon-image: "misc/landmark/power/tower_small.png";
|
---|
2860 | text: auto;
|
---|
2861 | }
|
---|
2862 | way[aerialway=goods] {
|
---|
2863 | width: 1;
|
---|
2864 | color: aerialway#663300;
|
---|
2865 | dashes: 2,2;
|
---|
2866 | }
|
---|
2867 | node[aerialway=goods] {
|
---|
2868 | icon-image: "transport/aerialway/goods.png";
|
---|
2869 | text: auto;
|
---|
2870 | }
|
---|
2871 |
|
---|
2872 | /****************/
|
---|
2873 | /* natural tags */
|
---|
2874 | /****************/
|
---|
2875 |
|
---|
2876 | area[natural=spring] {
|
---|
2877 | fill-color: light_water#00005f;
|
---|
2878 | }
|
---|
2879 | node[natural=spring] {
|
---|
2880 | icon-image: "misc/landmark/spring.png";
|
---|
2881 | text: auto;
|
---|
2882 | }
|
---|
2883 | node[natural=saddle] {
|
---|
2884 | icon-image: "presets/saddle.svg";
|
---|
2885 | text: auto;
|
---|
2886 | }
|
---|
2887 | area[natural=peak] {
|
---|
2888 | fill-color: peak#663300;
|
---|
2889 | }
|
---|
2890 | node[natural=peak] {
|
---|
2891 | icon-image: "presets/peak.svg";
|
---|
2892 | text: auto;
|
---|
2893 | }
|
---|
2894 | area[natural=glacier] {
|
---|
2895 | fill-color: glacier#ffffff;
|
---|
2896 | }
|
---|
2897 | node[natural=glacier] {
|
---|
2898 | icon-image: "misc/landmark/glacier_small.png";
|
---|
2899 | text: auto;
|
---|
2900 | }
|
---|
2901 | area[natural=volcano] {
|
---|
2902 | fill-color: volcano#5f0000;
|
---|
2903 | }
|
---|
2904 | node[natural=volcano] {
|
---|
2905 | icon-image: "misc/landmark/volcano_small.png";
|
---|
2906 | text: auto;
|
---|
2907 | }
|
---|
2908 | area[natural=cliff]:closed {
|
---|
2909 | fill-color: natural#002f00;
|
---|
2910 | }
|
---|
2911 | way[natural=cliff] {
|
---|
2912 | repeat-image: "misc/cliff-pattern.png";
|
---|
2913 | repeat-image-align: top;
|
---|
2914 | width: 1;
|
---|
2915 | color: #b2b2b2;
|
---|
2916 | }
|
---|
2917 | node[natural=cliff] {
|
---|
2918 | icon-image: "misc/cliff.png";
|
---|
2919 | text: auto;
|
---|
2920 | }
|
---|
2921 | area[natural=scree] {
|
---|
2922 | fill-color: natural#002f00;
|
---|
2923 | }
|
---|
2924 | node[natural=scree] {
|
---|
2925 | icon-image: "misc/no_icon.png";
|
---|
2926 | text: auto;
|
---|
2927 | }
|
---|
2928 | area[natural=scrub] {
|
---|
2929 | fill-color: scrub#007000;
|
---|
2930 | }
|
---|
2931 | node[natural=scrub] {
|
---|
2932 | icon-image: "misc/no_icon.png";
|
---|
2933 | text: auto;
|
---|
2934 | }
|
---|
2935 | area[natural=fell] {
|
---|
2936 | fill-color: natural#002f00;
|
---|
2937 | }
|
---|
2938 | node[natural=fell] {
|
---|
2939 | icon-image: "misc/no_icon.png";
|
---|
2940 | text: auto;
|
---|
2941 | }
|
---|
2942 | area[natural=heath] {
|
---|
2943 | fill-color: heath#ffffc0;
|
---|
2944 | }
|
---|
2945 | node[natural=heath] {
|
---|
2946 | icon-image: "misc/no_icon.png";
|
---|
2947 | text: auto;
|
---|
2948 | }
|
---|
2949 | way[natural=tree_row] {
|
---|
2950 | width: 2;
|
---|
2951 | color: woodarea#008000;
|
---|
2952 | }
|
---|
2953 | node[natural=tree_row] {
|
---|
2954 | icon-image: "misc/no_icon.png";
|
---|
2955 | text: auto;
|
---|
2956 | }
|
---|
2957 | area[natural=wood] {
|
---|
2958 | fill-color: woodarea#008000;
|
---|
2959 | }
|
---|
2960 | node[natural=wood] {
|
---|
2961 | icon-image: "misc/landmark/trees.png";
|
---|
2962 | text: auto;
|
---|
2963 | }
|
---|
2964 | area[natural=grassland] {
|
---|
2965 | fill-color: green#b1e0c2;
|
---|
2966 | }
|
---|
2967 | node[natural=grassland] {
|
---|
2968 | icon-image: "misc/no_icon.png";
|
---|
2969 | text: auto;
|
---|
2970 | }
|
---|
2971 | area[natural=wetland] {
|
---|
2972 | fill-color: marsh#4f4ff3;
|
---|
2973 | }
|
---|
2974 | node[natural=wetland] {
|
---|
2975 | icon-image: "misc/no_icon.png";
|
---|
2976 | text: auto;
|
---|
2977 | }
|
---|
2978 | area[natural=water] {
|
---|
2979 | fill-color: water#0000ff;
|
---|
2980 | }
|
---|
2981 | node[natural=water] {
|
---|
2982 | icon-image: "nautical/water.png";
|
---|
2983 | text: auto;
|
---|
2984 | }
|
---|
2985 | way[natural=coastline] {
|
---|
2986 | width: 1;
|
---|
2987 | color: water#0000ff;
|
---|
2988 | }
|
---|
2989 | node[natural=coastline] {
|
---|
2990 | icon-image: "misc/coastline.png";
|
---|
2991 | text: auto;
|
---|
2992 | }
|
---|
2993 | area[natural=mud] {
|
---|
2994 | fill-color: mud#cba762;
|
---|
2995 | }
|
---|
2996 | node[natural=mud] {
|
---|
2997 | icon-image: "misc/mud.png";
|
---|
2998 | text: auto;
|
---|
2999 | }
|
---|
3000 | area[natural=beach] {
|
---|
3001 | fill-color: beach#f8dba2;
|
---|
3002 | }
|
---|
3003 | node[natural=beach] {
|
---|
3004 | icon-image: "misc/beach.png";
|
---|
3005 | text: auto;
|
---|
3006 | }
|
---|
3007 | area[natural=sand] {
|
---|
3008 | fill-color: sand#f8dba2;
|
---|
3009 | }
|
---|
3010 | node[natural=sand] {
|
---|
3011 | icon-image: "misc/no_icon.png";
|
---|
3012 | text: auto;
|
---|
3013 | }
|
---|
3014 | area[natural=bay],
|
---|
3015 | area[natural=land],
|
---|
3016 | area[natural=cave_entrance] {
|
---|
3017 | fill-color: natural#002f00;
|
---|
3018 | }
|
---|
3019 | node[natural=bay] {
|
---|
3020 | icon-image: "misc/bay.png";
|
---|
3021 | text: auto;
|
---|
3022 | }
|
---|
3023 | node[natural=land] {
|
---|
3024 | icon-image: "misc/no_icon.png";
|
---|
3025 | text: auto;
|
---|
3026 | }
|
---|
3027 | node[natural=cave_entrance] {
|
---|
3028 | icon-image: "misc/landmark/cave_entrance.png";
|
---|
3029 | text: auto;
|
---|
3030 | }
|
---|
3031 | node[natural=tree] {
|
---|
3032 | icon-image: "misc/landmark/trees.png";
|
---|
3033 | text: auto;
|
---|
3034 | }
|
---|
3035 | node[natural=tree][type=conifer],
|
---|
3036 | node[natural=tree][leaf_type=needleleaved] {
|
---|
3037 | icon-image: "misc/landmark/trees_conifer.png";
|
---|
3038 | text: auto;
|
---|
3039 | }
|
---|
3040 | node[natural=tree][type=broad_leaved],
|
---|
3041 | node[natural=tree][leaf_type=broadleaved] {
|
---|
3042 | icon-image: "misc/landmark/trees_broad_leaved.png";
|
---|
3043 | text: auto;
|
---|
3044 | }
|
---|
3045 | node[natural=tree][type=palm] {
|
---|
3046 | icon-image: "misc/landmark/trees_palm.png";
|
---|
3047 | text: auto;
|
---|
3048 | }
|
---|
3049 |
|
---|
3050 | /*****************/
|
---|
3051 | /* waterway tags */
|
---|
3052 | /*****************/
|
---|
3053 |
|
---|
3054 | way[waterway=river] {
|
---|
3055 | width: 2;
|
---|
3056 | color: water#0000ff;
|
---|
3057 | }
|
---|
3058 | area[waterway=riverbank] {
|
---|
3059 | fill-color: riverbank#0000cf;
|
---|
3060 | width: 1;
|
---|
3061 | color: riverbank#0000cf;
|
---|
3062 | }
|
---|
3063 | way[waterway=canal], way[waterway=wadi] {
|
---|
3064 | width: 2;
|
---|
3065 | color: water#0000ff;
|
---|
3066 | }
|
---|
3067 | way[waterway=stream] {
|
---|
3068 | width: 1;
|
---|
3069 | color: stream#6600cc;
|
---|
3070 | }
|
---|
3071 | way[waterway=ditch], way[waterway=drain] {
|
---|
3072 | width: 1;
|
---|
3073 | color: water#0000ff;
|
---|
3074 | }
|
---|
3075 | area[waterway=dock] {
|
---|
3076 | fill-color: dock#0000cf;
|
---|
3077 | }
|
---|
3078 | node[waterway=dock] {
|
---|
3079 | icon-image: "nautical/boatyard.png";
|
---|
3080 | text: auto;
|
---|
3081 | }
|
---|
3082 | node[waterway=lock_gate] {
|
---|
3083 | icon-image: "nautical/lock_gate.png";
|
---|
3084 | text: auto;
|
---|
3085 | }
|
---|
3086 | node[waterway=turning_point] {
|
---|
3087 | icon-image: "nautical/turning.png";
|
---|
3088 | text: auto;
|
---|
3089 | }
|
---|
3090 | area[waterway=boatyard] {
|
---|
3091 | fill-color: manmade#d8d8d8;
|
---|
3092 | }
|
---|
3093 | node[waterway=boatyard] {
|
---|
3094 | icon-image: "nautical/boatyard.png";
|
---|
3095 | text: auto;
|
---|
3096 | }
|
---|
3097 | node[waterway=water_point] {
|
---|
3098 | icon-image: "accommodation/camping/water.png";
|
---|
3099 | text: auto;
|
---|
3100 | }
|
---|
3101 | node[waterway=waste_disposal] {
|
---|
3102 | icon-image: "accommodation/camping/wastewater.png";
|
---|
3103 | text: auto;
|
---|
3104 | }
|
---|
3105 | node[waterway=mooring] {
|
---|
3106 | icon-image: "nautical/marina.png";
|
---|
3107 | text: auto;
|
---|
3108 | }
|
---|
3109 | way[waterway=weir] {
|
---|
3110 | width: 2;
|
---|
3111 | color: manmade#d8d8d8;
|
---|
3112 | }
|
---|
3113 | node[waterway=weir] {
|
---|
3114 | icon-image: "nautical/weir.png";
|
---|
3115 | text: auto;
|
---|
3116 | }
|
---|
3117 | way[waterway=rapids] {
|
---|
3118 | width: 2;
|
---|
3119 | color: rapids#8080ff;
|
---|
3120 | }
|
---|
3121 | node[waterway=rapids] {
|
---|
3122 | icon-image: "misc/no_icon.png";
|
---|
3123 | text: auto;
|
---|
3124 | }
|
---|
3125 | area[waterway=dam]:closed {
|
---|
3126 | fill-color: manmade#d8d8d8;
|
---|
3127 | }
|
---|
3128 | way[waterway=dam] {
|
---|
3129 | width: 2;
|
---|
3130 | color: manmade#d8d8d8;
|
---|
3131 | }
|
---|
3132 | node[waterway=dam] {
|
---|
3133 | icon-image: "nautical/dam.png";
|
---|
3134 | text: auto;
|
---|
3135 | }
|
---|
3136 | /* it's not possible to have both line and area, line seems more likely */
|
---|
3137 | way[waterway=waterfall] {
|
---|
3138 | width: 2;
|
---|
3139 | color: manmade#d8d8d8;
|
---|
3140 | }
|
---|
3141 | node[waterway=waterfall] {
|
---|
3142 | icon-image: "nautical/waterfall.png";
|
---|
3143 | text: auto;
|
---|
3144 | }
|
---|
3145 | node[waterway=river], node[waterway=riverbank],
|
---|
3146 | node[waterway=canal], node[waterway=wadi],
|
---|
3147 | node[waterway=stream],
|
---|
3148 | node[waterway=ditch], node[waterway=drain] {
|
---|
3149 | icon-image: "misc/deprecated.png";
|
---|
3150 | text: auto;
|
---|
3151 | }
|
---|
3152 |
|
---|
3153 | /**************/
|
---|
3154 | /* route tags */
|
---|
3155 | /**************/
|
---|
3156 |
|
---|
3157 | way[route=bus],
|
---|
3158 | way[route=ferry],
|
---|
3159 | way[route=flight],
|
---|
3160 | way[route=ncn],
|
---|
3161 | way[route=subsea],
|
---|
3162 | way[route=ski],
|
---|
3163 | way[route=tour],
|
---|
3164 | way[route=pub_crawl] {
|
---|
3165 | width: 1;
|
---|
3166 | color: route#809bc0;
|
---|
3167 | dashes: 9,9;
|
---|
3168 | }
|
---|
3169 | node[route=bus],
|
---|
3170 | node[route=ferry],
|
---|
3171 | node[route=flight],
|
---|
3172 | node[route=ncn],
|
---|
3173 | node[route=subsea],
|
---|
3174 | node[route=ski],
|
---|
3175 | node[route=tour],
|
---|
3176 | node[route=pub_crawl] {
|
---|
3177 | icon-image: "misc/deprecated.png";
|
---|
3178 | text: auto;
|
---|
3179 | }
|
---|
3180 |
|
---|
3181 | /**************/
|
---|
3182 | /* sport tags */
|
---|
3183 | /**************/
|
---|
3184 |
|
---|
3185 | area[sport="9pin"],
|
---|
3186 | area[sport="10pin"],
|
---|
3187 | area[sport=athletics],
|
---|
3188 | area[sport=soccer],
|
---|
3189 | area[sport=australian_football],
|
---|
3190 | area[sport=american_football],
|
---|
3191 | area[sport=canadian_football],
|
---|
3192 | area[sport=gaelic_football],
|
---|
3193 | area[sport=rugby_league],
|
---|
3194 | area[sport=rugby_union] {
|
---|
3195 | fill-color: sport#bde3cb;
|
---|
3196 | }
|
---|
3197 | node[sport="9pin"] {
|
---|
3198 | icon-image: "sport/10pin.png";
|
---|
3199 | text: auto;
|
---|
3200 | }
|
---|
3201 | node[sport="10pin"] {
|
---|
3202 | icon-image: "sport/10pin.png";
|
---|
3203 | text: auto;
|
---|
3204 | }
|
---|
3205 | node[sport=athletics] {
|
---|
3206 | icon-image: "sport/athletics.png";
|
---|
3207 | text: auto;
|
---|
3208 | }
|
---|
3209 | node[sport=soccer],
|
---|
3210 | node[sport=australian_football],
|
---|
3211 | node[sport=american_football],
|
---|
3212 | node[sport=canadian_football],
|
---|
3213 | node[sport=gaelic_football] {
|
---|
3214 | icon-image: "sport/soccer.png";
|
---|
3215 | text: auto;
|
---|
3216 | }
|
---|
3217 | node[sport=rugby_league],
|
---|
3218 | node[sport=rugby_union] {
|
---|
3219 | icon-image: "sport/football.png";
|
---|
3220 | text: auto;
|
---|
3221 | }
|
---|
3222 | area[sport=baseball],
|
---|
3223 | area[sport=basketball],
|
---|
3224 | area[sport=boules],
|
---|
3225 | area[sport=bowls],
|
---|
3226 | area[sport=canoe],
|
---|
3227 | area[sport=chess],
|
---|
3228 | area[sport=climbing],
|
---|
3229 | area[sport=cricket],
|
---|
3230 | area[sport=cricket_nets],
|
---|
3231 | area[sport=croquet] {
|
---|
3232 | fill-color: sport#bde3cb;
|
---|
3233 | }
|
---|
3234 | node[sport=baseball] {
|
---|
3235 | icon-image: "sport/baseball.png";
|
---|
3236 | text: auto;
|
---|
3237 | }
|
---|
3238 | node[sport=basketball] {
|
---|
3239 | icon-image: "sport/basketball.png";
|
---|
3240 | text: auto;
|
---|
3241 | }
|
---|
3242 | node[sport=boules] {
|
---|
3243 | icon-image: "sport/boule.png";
|
---|
3244 | text: auto;
|
---|
3245 | }
|
---|
3246 | node[sport=bowls] {
|
---|
3247 | icon-image: "sport/boule.png";
|
---|
3248 | text: auto;
|
---|
3249 | }
|
---|
3250 | node[sport=canoe] {
|
---|
3251 | icon-image: "sport/canoe.png";
|
---|
3252 | text: auto;
|
---|
3253 | }
|
---|
3254 | node[sport=chess] {
|
---|
3255 | icon-image: "sport/chess.png";
|
---|
3256 | text: auto;
|
---|
3257 | }
|
---|
3258 | node[sport=climbing] {
|
---|
3259 | icon-image:"sport/climbing.png" ;
|
---|
3260 | text: auto;
|
---|
3261 | }
|
---|
3262 | node[sport=cricket] {
|
---|
3263 | icon-image: "sport/cricket.png";
|
---|
3264 | text: auto;
|
---|
3265 | }
|
---|
3266 | node[sport=cricket_nets] {
|
---|
3267 | icon-image: "misc/no_icon.png";
|
---|
3268 | text: auto;
|
---|
3269 | }
|
---|
3270 | node[sport=croquet] {
|
---|
3271 | icon-image: "sport/croquet.png";
|
---|
3272 | text: auto;
|
---|
3273 | }
|
---|
3274 | area[sport=cycling],
|
---|
3275 | area[sport=dog_racing],
|
---|
3276 | area[sport=equestrian],
|
---|
3277 | area[sport=golf],
|
---|
3278 | area[sport=gymnastics],
|
---|
3279 | area[sport=hockey],
|
---|
3280 | area[sport=horse_racing],
|
---|
3281 | area[sport=karting],
|
---|
3282 | area[sport=motocross],
|
---|
3283 | area[sport=motor] {
|
---|
3284 | fill-color: sport#bde3cb;
|
---|
3285 | }
|
---|
3286 | node[sport=cycling] {
|
---|
3287 | icon-image: "sport/cycling.png";
|
---|
3288 | text: auto;
|
---|
3289 | }
|
---|
3290 | node[sport=dog_racing] {
|
---|
3291 | icon-image: "leisure/dog.png";
|
---|
3292 | text: auto;
|
---|
3293 | }
|
---|
3294 | node[sport=equestrian] {
|
---|
3295 | icon-image: "sport/riding.png";
|
---|
3296 | text: auto;
|
---|
3297 | }
|
---|
3298 | node[sport=golf] {
|
---|
3299 | icon-image: "sport/golf.png";
|
---|
3300 | text: auto;
|
---|
3301 | }
|
---|
3302 | node[sport=gymnastics] {
|
---|
3303 | icon-image: "sport/multi.png";
|
---|
3304 | text: auto;
|
---|
3305 | }
|
---|
3306 | node[sport=hockey] {
|
---|
3307 | icon-image: "sport/hockey.png";
|
---|
3308 | text: auto;
|
---|
3309 | }
|
---|
3310 | node[sport=horse_racing] {
|
---|
3311 | icon-image: "sport/riding.png";
|
---|
3312 | text: auto;
|
---|
3313 | }
|
---|
3314 | node[sport=karting] {
|
---|
3315 | icon-image: "sport/karting.png";
|
---|
3316 | text: auto;
|
---|
3317 | }
|
---|
3318 | node[sport=motocross] {
|
---|
3319 | icon-image: "sport/motocross.png";
|
---|
3320 | text: auto;
|
---|
3321 | }
|
---|
3322 | node[sport=motor] {
|
---|
3323 | icon-image: "sport/motor.png";
|
---|
3324 | text: auto;
|
---|
3325 | }
|
---|
3326 | area[sport=multi],
|
---|
3327 | area[sport=pelota],
|
---|
3328 | area[sport=racquet],
|
---|
3329 | area[sport=skating],
|
---|
3330 | area[sport=skateboard] {
|
---|
3331 | fill-color: sport#bde3cb;
|
---|
3332 | }
|
---|
3333 | node[sport=multi] {
|
---|
3334 | icon-image: "sport/multi.png";
|
---|
3335 | text: auto;
|
---|
3336 | }
|
---|
3337 | node[sport=pelota] {
|
---|
3338 | icon-image: "sport/pelota.png";
|
---|
3339 | text: auto;
|
---|
3340 | }
|
---|
3341 | node[sport=racquet] {
|
---|
3342 | icon-image: "sport/racquetball.png";
|
---|
3343 | text: auto;
|
---|
3344 | }
|
---|
3345 | node[sport=skating] {
|
---|
3346 | icon-image: "sport/skating.png";
|
---|
3347 | text: auto;
|
---|
3348 | }
|
---|
3349 | node[sport=skateboard] {
|
---|
3350 | icon-image: "sport/skateboard.png";
|
---|
3351 | text: auto;
|
---|
3352 | }
|
---|
3353 | area[sport=swimming] {
|
---|
3354 | fill-color: swimming_pool#51c4ef;
|
---|
3355 | }
|
---|
3356 | node[sport=swimming] {
|
---|
3357 | icon-image: "sport/pool.png";
|
---|
3358 | text: auto;
|
---|
3359 | }
|
---|
3360 | area[sport=skiing],
|
---|
3361 | area[sport=table_tennis],
|
---|
3362 | area[sport=tennis],
|
---|
3363 | area[sport=paintball] {
|
---|
3364 | fill-color: sport#bde3cb;
|
---|
3365 | }
|
---|
3366 | node[sport=skiing] {
|
---|
3367 | icon-image: "sport/skiing.png";
|
---|
3368 | text: auto;
|
---|
3369 | }
|
---|
3370 | node[sport=table_tennis] {
|
---|
3371 | icon-image: "sport/table_tennis.png";
|
---|
3372 | text: auto;
|
---|
3373 | }
|
---|
3374 | node[sport=tennis] {
|
---|
3375 | icon-image: "sport/tennis.png";
|
---|
3376 | text: auto;
|
---|
3377 | }
|
---|
3378 | node[sport=paintball] {
|
---|
3379 | icon-image: "misc/no_icon.png";
|
---|
3380 | text: auto;
|
---|
3381 | }
|
---|
3382 | area[sport=squash],
|
---|
3383 | area[sport=shooting],
|
---|
3384 | area[sport=volleyball],
|
---|
3385 | area[sport=beachvolleyball],
|
---|
3386 | area[sport=bowling],
|
---|
3387 | area[sport=handball],
|
---|
3388 | area[sport=rowing],
|
---|
3389 | area[sport=sailing],
|
---|
3390 | area[sport=diving],
|
---|
3391 | area[sport=badminton] {
|
---|
3392 | fill-color: sport#bde3cb;
|
---|
3393 | }
|
---|
3394 | node[sport=squash] {
|
---|
3395 | icon-image: "misc/no_icon.png";
|
---|
3396 | text: auto;
|
---|
3397 | }
|
---|
3398 | node[sport=shooting] {
|
---|
3399 | icon-image: "misc/no_icon.png";
|
---|
3400 | text: auto;
|
---|
3401 | }
|
---|
3402 | node[sport=volleyball] {
|
---|
3403 | icon-image: "sport/volleyball.png";
|
---|
3404 | text: auto;
|
---|
3405 | }
|
---|
3406 | node[sport=beachvolleyball] {
|
---|
3407 | icon-image: "sport/beachvolleyball.png";
|
---|
3408 | text: auto;
|
---|
3409 | }
|
---|
3410 | node[sport=bowling] {
|
---|
3411 | icon-image: "sport/10pin.png";
|
---|
3412 | text: auto;
|
---|
3413 | }
|
---|
3414 | node[sport=handball] {
|
---|
3415 | icon-image: "sport/handball.png";
|
---|
3416 | text: auto;
|
---|
3417 | }
|
---|
3418 | node[sport=rowing] {
|
---|
3419 | icon-image: "sport/rowing.png";
|
---|
3420 | text: auto;
|
---|
3421 | }
|
---|
3422 | node[sport=sailing] {
|
---|
3423 | icon-image: "misc/no_icon.png";
|
---|
3424 | text: auto;
|
---|
3425 | }
|
---|
3426 | node[sport=diving] {
|
---|
3427 | icon-image: "sport/diving.png";
|
---|
3428 | text: auto;
|
---|
3429 | }
|
---|
3430 | node[sport=badminton] {
|
---|
3431 | icon-image: "misc/no_icon.png";
|
---|
3432 | text: auto;
|
---|
3433 | }
|
---|
3434 | area[sport=archery],
|
---|
3435 | area[sport=fishing],
|
---|
3436 | area[sport=safety_training],
|
---|
3437 | area[sport=model_aerodrome],
|
---|
3438 | area[sport=rc_car] {
|
---|
3439 | fill-color: sport#bde3cb;
|
---|
3440 | }
|
---|
3441 | node[sport=archery] {
|
---|
3442 | icon-image: "sport/archery.png";
|
---|
3443 | text: auto;
|
---|
3444 | }
|
---|
3445 | node[sport=fishing] {
|
---|
3446 | icon-image: "sport/fishing.png";
|
---|
3447 | text: auto;
|
---|
3448 | }
|
---|
3449 | node[sport=safety_training] {
|
---|
3450 | icon-image: "sport/safety_training.png";
|
---|
3451 | text: auto;
|
---|
3452 | }
|
---|
3453 | node[sport=model_aerodrome] {
|
---|
3454 | icon-image: "transport/airport.png";
|
---|
3455 | text: auto;
|
---|
3456 | }
|
---|
3457 | node[sport=rc_car] {
|
---|
3458 | icon-image: "transport/car.png";
|
---|
3459 | text: auto;
|
---|
3460 | }
|
---|
3461 |
|
---|
3462 | /*******************/
|
---|
3463 | /* properties tags */
|
---|
3464 | /*******************/
|
---|
3465 |
|
---|
3466 | node[mountain_pass?] {
|
---|
3467 | icon-image: "misc/landmark/mountain_pass.png";
|
---|
3468 | text: auto;
|
---|
3469 | }
|
---|
3470 |
|
---|
3471 | /*****************/
|
---|
3472 | /* boundary tags */
|
---|
3473 | /*****************/
|
---|
3474 |
|
---|
3475 | way[boundary=national]::core_boundary,
|
---|
3476 | way[boundary=administrative]::core_boundary,
|
---|
3477 | way[boundary=postal_code]::core_boundary,
|
---|
3478 | way[boundary=political]::core_boundary,
|
---|
3479 | way[boundary=national_park]::core_boundary {
|
---|
3480 | z-index: 2;
|
---|
3481 | modifier: false;
|
---|
3482 | width: 1;
|
---|
3483 | color: boundary#FF6600;
|
---|
3484 | dashes: 9,9;
|
---|
3485 | }
|
---|
3486 | way[admin_level=9]::core_boundary,
|
---|
3487 | relation[admin_level=9] > way::core_boundary,
|
---|
3488 | way[admin_level=10]::core_boundary,
|
---|
3489 | relation[admin_level=10] > way::core_boundary {
|
---|
3490 | z-index: 2;
|
---|
3491 | modifier: false;
|
---|
3492 | width: 1;
|
---|
3493 | color: boundary#FF6600;
|
---|
3494 | dashes: 9,9;
|
---|
3495 | }
|
---|
3496 | way[admin_level=7]::core_boundary,
|
---|
3497 | relation[admin_level=7] > way::core_boundary,
|
---|
3498 | way[admin_level=8]::core_boundary,
|
---|
3499 | relation[admin_level=8] > way::core_boundary {
|
---|
3500 | z-index: 2;
|
---|
3501 | modifier: false;
|
---|
3502 | width: 2;
|
---|
3503 | color: boundary#FF6600;
|
---|
3504 | dashes: 9,9;
|
---|
3505 | }
|
---|
3506 | way[admin_level=5]::core_boundary,
|
---|
3507 | relation[admin_level=5] > way::core_boundary,
|
---|
3508 | way[admin_level=6]::core_boundary,
|
---|
3509 | relation[admin_level=6] > way::core_boundary {
|
---|
3510 | z-index: 2;
|
---|
3511 | modifier: false;
|
---|
3512 | width: 3;
|
---|
3513 | color: boundary#FF6600;
|
---|
3514 | dashes: 9,9;
|
---|
3515 | }
|
---|
3516 | way[admin_level=3]::core_boundary,
|
---|
3517 | relation[admin_level=3] > way::core_boundary,
|
---|
3518 | way[admin_level=4]::core_boundary,
|
---|
3519 | relation[admin_level=4] > way::core_boundary {
|
---|
3520 | z-index: 2;
|
---|
3521 | modifier: false;
|
---|
3522 | width: 4;
|
---|
3523 | color: boundary#FF6600;
|
---|
3524 | dashes: 9,9;
|
---|
3525 | }
|
---|
3526 | way[admin_level=1]::core_boundary,
|
---|
3527 | relation[admin_level=1] > way::core_boundary,
|
---|
3528 | way[admin_level=2]::core_boundary,
|
---|
3529 | relation[admin_level=2] > way::core_boundary {
|
---|
3530 | z-index: 2;
|
---|
3531 | modifier: false;
|
---|
3532 | width: 5;
|
---|
3533 | color: boundary#FF6600;
|
---|
3534 | dashes: 9,9;
|
---|
3535 | }
|
---|
3536 | node[boundary=national],
|
---|
3537 | node[boundary=administrative],
|
---|
3538 | node[boundary=postal_code],
|
---|
3539 | node[boundary=political],
|
---|
3540 | node[boundary=national_park] {
|
---|
3541 | icon-image: "misc/deprecated.png";
|
---|
3542 | text: auto;
|
---|
3543 | }
|
---|
3544 |
|
---|
3545 | /******************/
|
---|
3546 | /* maxspeed nodes */
|
---|
3547 | /******************/
|
---|
3548 | node[maxspeed=none] {
|
---|
3549 | icon-image: "vehicle/restriction/maxspeed_none.svg";
|
---|
3550 | }
|
---|
3551 | node[maxspeed=~/^[0-9]+$/] {
|
---|
3552 | maxspeedprop: tag(maxspeed);
|
---|
3553 | set maxspeedclass;
|
---|
3554 | }
|
---|
3555 | node[maxspeed=signals] {
|
---|
3556 | maxspeedprop: " ?";
|
---|
3557 | set maxspeedclass;
|
---|
3558 | }
|
---|
3559 | node[maxspeed=~/^[0-9]+ mph/] {
|
---|
3560 | maxspeedprop: get(split(" mph",tag(maxspeed)),0);
|
---|
3561 | set maxspeedclass;
|
---|
3562 | }
|
---|
3563 | node[maxspeed=~/[0-9]+ km\/h/] {
|
---|
3564 | maxspeedprop: get(split(" km/h",tag(maxspeed)),0);
|
---|
3565 | set maxspeedclass;
|
---|
3566 | }
|
---|
3567 | node[maxspeed=~/[0-9]+ knots/] {
|
---|
3568 | maxspeedprop: get(split(" knots",tag(maxspeed)),0);
|
---|
3569 | set maxspeedclass;
|
---|
3570 | }
|
---|
3571 | node|z17-[prop(maxspeedclass, default)][!is_prop_set(icon-image, default)]::core_maxnodebg {
|
---|
3572 | /* background (white) */
|
---|
3573 | symbol-shape: circle;
|
---|
3574 | symbol-size: 17;
|
---|
3575 | symbol-fill-color: white;
|
---|
3576 | major-z-index: 4.2;
|
---|
3577 | }
|
---|
3578 | node|z17-[maxspeed]["maxspeed:variable"]["maxspeed:variable"!="no"][!is_prop_set(icon-image, default)]::core_maxnodebg,
|
---|
3579 | node|z17-[maxspeed=signals][!is_prop_set(icon-image, default)]::core_maxnodebg {
|
---|
3580 | /* background (black) */
|
---|
3581 | symbol-fill-color: black;
|
---|
3582 | }
|
---|
3583 | node|z17-[prop(maxspeedclass, default)][!is_prop_set(icon-image, default)]::core_maxnodefg {
|
---|
3584 | /* foreground (black text and red circle) */
|
---|
3585 | symbol-shape: circle;
|
---|
3586 | symbol-size: 15;
|
---|
3587 | symbol-stroke-color: crimson;
|
---|
3588 | symbol-stroke-width: 2;
|
---|
3589 | text: prop(maxspeedprop, default);
|
---|
3590 | font-size: 8;
|
---|
3591 | font-weight: bold;
|
---|
3592 | text-color: black;
|
---|
3593 | text-anchor-horizontal: center;
|
---|
3594 | text-anchor-vertical: center;
|
---|
3595 | text-offset-x: 0;
|
---|
3596 | text-offset-y: -1;
|
---|
3597 | major-z-index: 4.2;
|
---|
3598 | }
|
---|
3599 | node|z17-[maxspeed]["maxspeed:variable"]["maxspeed:variable"!="no"][!is_prop_set(icon-image, default)]::core_maxnodefg,
|
---|
3600 | node|z17-[maxspeed=signals][!is_prop_set(icon-image, default)]::core_maxnodefg {
|
---|
3601 | /* foreground (white text) */
|
---|
3602 | text-color: white;
|
---|
3603 | }
|
---|
3604 |
|
---|
3605 | /***************/
|
---|
3606 | /* zoom levels */
|
---|
3607 | /***************/
|
---|
3608 |
|
---|
3609 | node {
|
---|
3610 | text: auto;
|
---|
3611 | }
|
---|
3612 | node|z16-[!is_prop_set("icon-image")]!.maxspeedclass {
|
---|
3613 | symbol-size:1;
|
---|
3614 | symbol-shape: square;
|
---|
3615 | symbol-stroke-color: node_standard#ffff00;
|
---|
3616 | major-z-index: 4.95; /* put node squares above line text */
|
---|
3617 | }
|
---|
3618 | node|z16-:connection {
|
---|
3619 | symbol-stroke-color: node_connection#ffff00;
|
---|
3620 | }
|
---|
3621 | node|z16-:tagged {
|
---|
3622 | symbol-stroke-color: none;
|
---|
3623 | symbol-fill-color: node_tagged#00ffff;
|
---|
3624 | }
|
---|
3625 |
|
---|
3626 | node|z16 { symbol-size: 2; }
|
---|
3627 | way > node|z16 { symbol-size: 1; }
|
---|
3628 | node|z16:connection { symbol-size: 2; }
|
---|
3629 |
|
---|
3630 | node|z17 { symbol-size: 4; }
|
---|
3631 | way > node|z17 { symbol-size: 2; }
|
---|
3632 | node|z17:connection { symbol-size: 4; }
|
---|
3633 |
|
---|
3634 | node|z18 { symbol-size: 5; }
|
---|
3635 | way > node|z18 { symbol-size: 3; }
|
---|
3636 | node|z18:connection { symbol-size: 5; }
|
---|
3637 |
|
---|
3638 | node|z19- { symbol-size: 6; }
|
---|
3639 | way > node|z19- { symbol-size: 4; }
|
---|
3640 | node|z19-:connection { symbol-size: 6; }
|
---|
3641 |
|
---|
3642 | node|z-16,
|
---|
3643 | relation|z-16[type=restriction] {
|
---|
3644 | icon-image: none;
|
---|
3645 | }
|
---|
3646 | node|z-17 {
|
---|
3647 | text: none;
|
---|
3648 | }
|
---|
3649 |
|
---|
3650 | node|z19,area|z19 { font-size: 9; }
|
---|
3651 | node|z20-,area|z20- { font-size: 10; }
|
---|
3652 |
|
---|
3653 | /*******************/
|
---|
3654 | /* way text labels */
|
---|
3655 | /*******************/
|
---|
3656 |
|
---|
3657 | way|z17-[highway=residential] {
|
---|
3658 | text: auto;
|
---|
3659 | text-color: black;
|
---|
3660 | font-size: 9;
|
---|
3661 | text-position: line;
|
---|
3662 | text-halo-color: #ffffff;
|
---|
3663 | text-halo-opacity: 1;
|
---|
3664 | text-halo-radius: 1.5;
|
---|
3665 | }
|
---|
3666 | way|z18[highway=residential] {
|
---|
3667 | font-size: 10;
|
---|
3668 | }
|
---|
3669 | way|z19[highway=residential] {
|
---|
3670 | font-size: 11;
|
---|
3671 | }
|
---|
3672 | way|z20-[highway=residential] {
|
---|
3673 | font-size: 12;
|
---|
3674 | }
|
---|
3675 |
|
---|
3676 | /**************/
|
---|
3677 | /* place tags */
|
---|
3678 | /**************/
|
---|
3679 |
|
---|
3680 | /* lot's of "openGeoDB:..." tags can be found in germany */
|
---|
3681 | node|z11-["openGeoDB:type"=Stadt],
|
---|
3682 | node|z11-["openGeoDB:type"=Kreis],
|
---|
3683 | node|z11-["openGeoDB:type"=Gemeinde],
|
---|
3684 | node|z11-["openGeoDB:type"=Ort],
|
---|
3685 | node|z11-["openGeoDB:type"=District],
|
---|
3686 | node|z11-["openGeoDB:location"=locality] {
|
---|
3687 | icon-image: "place/settlement/town.png";
|
---|
3688 | text: auto;
|
---|
3689 | font-size: 10;
|
---|
3690 | }
|
---|
3691 | area[place=continent],
|
---|
3692 | area[place=country],
|
---|
3693 | area[place=state],
|
---|
3694 | area[place=region],
|
---|
3695 | area[place=county],
|
---|
3696 | area[place=city],
|
---|
3697 | area[place=town],
|
---|
3698 | area[place=village],
|
---|
3699 | area[place=hamlet],
|
---|
3700 | area[place=isolated_dwelling],
|
---|
3701 | area[place=neighbourhood],
|
---|
3702 | area[place=suburb],
|
---|
3703 | area[place=locality],
|
---|
3704 | area[place=island],
|
---|
3705 | area[place=islet] {
|
---|
3706 | fill-color: place#8de3cb;
|
---|
3707 | }
|
---|
3708 | node|z11-[place=continent],
|
---|
3709 | node|z11-[place=country],
|
---|
3710 | node|z11-[place=state],
|
---|
3711 | node|z11-[place=region],
|
---|
3712 | node|z11-[place=county] {
|
---|
3713 | icon-image: "place/settlement/capital.png";
|
---|
3714 | text: auto;
|
---|
3715 | font-size: 10;
|
---|
3716 | }
|
---|
3717 | node|z11-[place=city] {
|
---|
3718 | icon-image: "place/settlement/city.png";
|
---|
3719 | text: auto;
|
---|
3720 | font-size: 10;
|
---|
3721 | }
|
---|
3722 | node|z11-[place=town],
|
---|
3723 | node|z11-[place=village],
|
---|
3724 | node|z11-[place=hamlet],
|
---|
3725 | node|z11-[place=isolated_dwelling],
|
---|
3726 | node|z11-[place=neighbourhood],
|
---|
3727 | node|z11-[place=suburb] {
|
---|
3728 | icon-image: "place/settlement/town.png";
|
---|
3729 | text: auto;
|
---|
3730 | font-size: 10;
|
---|
3731 | }
|
---|
3732 | node|z11-[place=locality] {
|
---|
3733 | icon-image: "place/locality.png";
|
---|
3734 | text: auto;
|
---|
3735 | font-size: 10;
|
---|
3736 | }
|
---|
3737 | node|z11-[place=island] {
|
---|
3738 | icon-image: "place/island.png";
|
---|
3739 | text: auto;
|
---|
3740 | font-size: 10;
|
---|
3741 | }
|
---|
3742 | node|z11-[place=islet] {
|
---|
3743 | icon-image: "place/islet.png";
|
---|
3744 | text: auto;
|
---|
3745 | font-size: 10;
|
---|
3746 | }
|
---|
3747 |
|
---|
3748 | /* "deprecated" tags
|
---|
3749 | historic=museum -> tourism=museum
|
---|
3750 | man_made=power_wind -> power=generator and power_source=wind
|
---|
3751 | man_made=power_hydro -> power=generator and power_source=hydro
|
---|
3752 | man_made=power_fossil -> power=generator and power_source=fossil
|
---|
3753 | man_made=power_nuclear -> power=generator and power_source=nuclear
|
---|
3754 | amenity=park_bench -> amenity=bench
|
---|
3755 | amenity=signpost -> information=guidepost
|
---|
3756 | amenity=emergency_phone -> emergency=phone
|
---|
3757 | highway minor - classification now more detailed
|
---|
3758 | highway=stile -> barrier=stile
|
---|
3759 | highway=gate -> barrier=gate
|
---|
3760 | highway=cattle_grid -> barrier=cattle_grid
|
---|
3761 | highway=toll_booth -> barrier=toll_booth
|
---|
3762 | highway=viaduct -> bridge=viaduct
|
---|
3763 | railway=viaduct -> bridge=viaduct
|
---|
3764 | waterway=aqueduct -> bridge=aqueduct
|
---|
3765 | natural=marsh -> natural=wetland
|
---|
3766 | leisure=zoo -> tourism=zoo
|
---|
3767 | power=station -> power=plant or power=sub_station
|
---|
3768 | */
|
---|
3769 |
|
---|