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

Last change on this file since 7199 was 7199, checked in by bastiK, 12 years ago

switch to correct mini_roundout icon in areas with left-hand traffic (see #10043)

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