source: josm/trunk/styles/standard/elemstyles.mapcss@ 7354

Last change on this file since 7354 was 7354, checked in by Don-vip, 10 years ago

fix #10177 - new styles for highway=track (patch by Bulwersator)

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