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

Last change on this file since 7296 was 7296, checked in by bastiK, 10 years ago

applied #10246 - add 10 shops (patch by Klumbumbus)

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