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

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

fix #10326 - new icon for barrier=block (patch by Klumbumbus & skyper)

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