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

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

see #9144 - another small fix

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