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

Last change on this file since 7942 was 7942, checked in by Klumbumbus, 9 years ago

see #10835 - icon unification and geometry consistency for some naturaltags. add validator warnings for some node features on ways

File size: 98.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
11meta {
12 icon: "dialogs/mappaint/josm_small.png";
13}
14
[7378]15canvas {
16 default-points: false;
17}
18
[7454]19/*************************/
20/* create style settings */
21/*************************/
[7041]22
[7454]23setting::hide_icons {
24 type: boolean;
25 label: tr("Hide icons at low zoom");
26 default: true;
[7041]27}
28
[7454]29setting::shrink_nodes {
30 type: boolean;
31 label: tr("Less obtrusive node symbols at low zoom");
32 default: true;
[7378]33}
34
[7520]35setting::highway_labels {
36 type: boolean;
37 label: tr("Display street labels (at high zoom)");
38 default: true;
39}
40
[7041]41/*********************/
42/* turn restrictions */
43/*********************/
44
[7744]45relation[restriction=no_left_turn] {
[7041]46 icon-image: "vehicle/restriction/turn_restrictions/no_left_turn.png";
[7454]47 set icon_z17;
[7041]48 text: auto;
49}
[7744]50relation[restriction=no_right_turn] {
[7041]51 icon-image: "vehicle/restriction/turn_restrictions/no_right_turn.png";
[7454]52 set icon_z17;
[7041]53 text: auto;
54}
[7744]55relation[restriction=no_straight_on] {
[7041]56 icon-image: "vehicle/restriction/turn_restrictions/no_straight_on.png";
[7454]57 set icon_z17;
[7041]58 text: auto;
59}
[7744]60relation[restriction=no_u_turn] {
[7041]61 icon-image: "vehicle/restriction/turn_restrictions/no_u_turn.png";
[7454]62 set icon_z17;
[7041]63 text: auto;
64}
[7744]65relation[restriction=only_left_turn] {
[7041]66 icon-image: "vehicle/restriction/turn_restrictions/only_left_turn.png";
[7454]67 set icon_z17;
[7041]68 text: auto;
69}
[7744]70relation[restriction=only_right_turn] {
[7041]71 icon-image: "vehicle/restriction/turn_restrictions/only_right_turn.png";
[7454]72 set icon_z17;
[7041]73 text: auto;
74}
[7744]75relation[restriction=only_straight_on] {
[7041]76 icon-image: "vehicle/restriction/turn_restrictions/only_straight_on.png";
[7454]77 set icon_z17;
[7041]78 text: auto;
79}
[7744]80node[restriction] {
81 icon-image: "misc/deprecated.png";
82 set icon_z17;
83 text: auto;
84}
[7041]85
86/******************/
87/* bridge, tunnel */
88/******************/
89
90way[bridge?]::core_bridge,
91way[bridge=viaduct]::core_bridge,
92way[bridge=swing]::core_bridge,
[7116]93way[bridge=movable]::core_bridge,
94way[bridge=cantilever]::core_bridge,
95way[bridge=covered]::core_bridge,
96way[bridge=low_water_crossing]::core_bridge,
97way[bridge=trestle]::core_bridge,
[7041]98way[bridge=aqueduct]::core_bridge {
[7638]99 major-z-index: 2;
[7271]100 object-z-index: -1;
[7041]101 width: +4;
[7271]102 color: bridge#0000FF;
103 opacity: 0.9;
[7041]104}
[7364]105way[tunnel?]::core_tunnel,
106way[tunnel=culvert]::core_tunnel,
107way[tunnel=building_passage]::core_tunnel,
108way[tunnel=avalanche_protector]::core_tunnel {
[7638]109 major-z-index: 2;
[7255]110 object-z-index: -1;
111 width: +5;
112 color: tunnel#964B00;
[7271]113 opacity: 0.9;
[7041]114}
115node[oneway],
[7116]116node[bridge],
[7041]117node[tunnel?],
118node[tunnel?!],
119node[cutting?!],
120node[embankment?!] {
121 icon-image: "misc/deprecated.png";
[7454]122 set icon_z17;
[7041]123 text: auto;
124}
125
126/****************************/
127/* access restrictions tags */
128/****************************/
129
130way[access?!]::core_access {
131 z-index: -1;
132 width: +2;
133 color: no#ff8080;
134 dashes: 2,2;
135}
136way[access=permissive]::core_access {
137 z-index: -1;
138 width: +2;
139 color: permissive#80ff80;
140 dashes: 2,2;
141}
142way[access=private]::core_access {
143 z-index: -1;
144 width: +2;
145 color: private#ff8080;
146 dashes: 2,2;
147}
148way[access=destination]::core_access {
149 z-index: -1;
150 width: +2;
151 color: destination#8080ff;
152 dashes: 2,2;
153}
154node[access?!] {
155 icon-image: "vehicle/restriction/access.png";
[7454]156 set icon_z17;
[7041]157}
158node[access=permissive],
159node[access=private],
160node[access=destination] {
161 icon-image: "misc/no_icon.png";
[7454]162 set icon_z17;
[7041]163 text: auto;
164}
165node[bicycle?!] {
166 icon-image: "vehicle/restriction/bicycle.png";
[7454]167 set icon_z17;
[7041]168}
169node[bicycle=designated] {
170 icon-image: "vehicle/restriction/bicycle-designated.png";
[7454]171 set icon_z17;
[7041]172 text: auto;
173}
174node[foot?!] {
175 icon-image: "vehicle/restriction/foot.png";
[7454]176 set icon_z17;
[7041]177}
178node[foot=designated] {
179 icon-image: "vehicle/restriction/foot-designated.png";
[7454]180 set icon_z17;
[7041]181 text: auto;
182}
183node[goods?!],
184node[hgv?!] {
185 icon-image: "vehicle/restriction/goods.png";
[7454]186 set icon_z17;
[7041]187}
188node[horse?!] {
189 icon-image: "vehicle/restriction/horse.png";
[7454]190 set icon_z17;
[7041]191}
192node[horse=designated] {
193 icon-image: "vehicle/restriction/horse-designated.png";
[7454]194 set icon_z17;
[7041]195}
196node[motorcycle?!] {
197 icon-image: "vehicle/restriction/motorbike.png";
[7454]198 set icon_z17;
[7041]199}
200node[motorcar?!] {
201 icon-image: "vehicle/restriction/motorcar.png";
[7454]202 set icon_z17;
[7041]203}
204node[psv?!] {
205 icon-image: "vehicle/restriction/psv.png";
[7454]206 set icon_z17;
[7041]207}
208node[motorboat?!],
209node[boat?!] {
210 icon-image: "misc/no_icon.png";
[7454]211 set icon_z17;
[7041]212}
213node[noexit?] {
214 icon-image: "vehicle/restriction/dead_end.png";
[7454]215 set icon_z17;
[7041]216}
217node[maxweight] {
218 icon-image: "vehicle/restriction/maxweight.png";
[7454]219 set icon_z17;
[7041]220}
221node[maxheight] {
222 icon-image: "vehicle/restriction/maxheight.png";
[7454]223 set icon_z17;
[7041]224}
225node[maxwidth] {
226 icon-image: "vehicle/restriction/maxwidth.png";
[7454]227 set icon_z17;
[7041]228}
229node[maxlength] {
230 icon-image: "vehicle/restriction/maxlength.png";
[7454]231 set icon_z17;
[7041]232}
233node[minspeed] {
234 icon-image: "vehicle/restriction/minspeed.png";
[7454]235 set icon_z17;
[7041]236}
237node[maxstay],
238node[toll] {
239 icon-image: "misc/no_icon.png";
[7454]240 set icon_z17;
[7041]241}
242
[7548]243/*****************************/
244/* building/entrance/address */
245/*****************************/
246
247node["addr:housenumber"],
248node["addr:postcode"] {
249 icon-image: "misc/housenumber.png";
250 set icon_z17;
251 text: auto;
252}
253way["addr:interpolation"=odd] {
254 width: 1;
255 color: address#1C86EE;
256 dashes: 15,4;
257}
258way["addr:interpolation"=even] {
259 width: 1;
260 color: address#1C86EE;
261 dashes: 4,4;
262}
263way["addr:interpolation"=all],
264way["addr:interpolation"=alphabetic] {
265 width: 1;
266 color: address#1C86EE;
267 dashes: 2,2;
268}
269area[building][!building?!] {
270 fill-color: building#cb9999;
271}
272node[building][!building?!] {
273 icon-image: "misc/landmark/building.png";
274 set icon_z17;
275 text: auto;
276}
277node[building=garage] {
278 icon-image: "misc/landuse/garages.png";
279 set icon_z17;
280 text: auto;
281}
282node[building=garages] {
283 icon-image: "misc/landuse/garages.png";
284 set icon_z17;
285 text: auto;
286}
287node[entrance=yes] {
288 icon-image: "misc/entrance-yes.png";
289 set icon_z17;
290 text: auto;
291}
292node[entrance=main] {
293 icon-image: "misc/entrance-main.png";
294 set icon_z17;
295 text: auto;
296}
297node[entrance=service] {
298 icon-image: "misc/entrance-service.png";
299 set icon_z17;
300 text: auto;
301}
302node[entrance=exit] {
303 icon-image: "misc/entrance-exit.png";
304 set icon_z17;
305 text: auto;
306}
307node[entrance=emergency] {
308 icon-image: "misc/entrance-emergency.png";
309 set icon_z17;
310 text: auto;
311}
[7795]312node[building=entrance] {
313 icon-image: "misc/deprecated.png";
314 set icon_z17;
315 text: auto;
316}
[7548]317
[7041]318/****************/
319/* barrier tags */
320/****************/
321
322node[barrier] {
323 icon-image: "vehicle/restriction/barrier.png";
[7454]324 set icon_z17;
[7041]325 text: auto;
326}
327way[barrier=bollard] {
[7467]328 width: 2;
[7041]329 color: barrier#F0F050;
330 dashes: 3,9;
331}
332node[barrier=bollard] {
[7821]333 icon-image: "presets/bollard.png";
334 icon-width: 16;
[7454]335 set icon_z17;
[7041]336 text: auto;
337}
338node[barrier=gate] {
339 icon-image: "vehicle/gate.png";
[7454]340 set icon_z17;
[7041]341 text: auto;
342}
[7611]343way[barrier=yes],
[7041]344way[barrier=hedge],
345way[barrier=fence],
346way[barrier=wall],
[7157]347way[barrier=guard_rail],
[7041]348way[barrier=city_wall],
349way[barrier=retaining_wall],
[7362]350way[barrier=block],
[7626]351way[barrier=chain],
[7821]352way[barrier=ditch],
[7626]353way[barrier=kerb] {
[7467]354 width: 2;
[7041]355 color: barrier#F0F050;
356}
357node[barrier=hedge],
358node[barrier=wall],
[7157]359node[barrier=guard_rail],
[7041]360node[barrier=city_wall],
[7821]361node[barrier=retaining_wall],
362node[barrier=ditch] {
[7041]363 icon-image: "misc/deprecated.png";
[7454]364 set icon_z17;
[7041]365 text: auto;
366}
[7626]367node[barrier=kerb] {
368 icon-image: "vehicle/kerb.svg";
369 set icon_z17;
370 text: auto;
371}
[7041]372node[barrier=block] {
[7352]373 icon-image: "vehicle/block.svg";
[7454]374 set icon_z17;
[7041]375 text: auto;
376}
[7362]377node[barrier=chain] {
378 icon-image: "vehicle/chain.svg";
[7454]379 set icon_z17;
[7362]380 text: auto;
381}
[7041]382node[barrier=stile] {
[7821]383 icon-image: "vehicle/stile.svg";
[7454]384 set icon_z17;
[7041]385 text: auto;
386}
387node[barrier=turnstile] {
388 icon-image: "vehicle/turnstile.png";
[7454]389 set icon_z17;
[7041]390 text: auto;
391}
392node[barrier=cycle_barrier] {
393 icon-image: "vehicle/cycle_barrier.png";
[7454]394 set icon_z17;
[7041]395 text: auto;
396}
397node[barrier=lift_gate] {
398 icon-image: "vehicle/lift_gate.png";
[7454]399 set icon_z17;
[7041]400 text: auto;
401}
[7126]402node[barrier=swing_gate] {
403 icon-image: "vehicle/swing_gate.png";
[7454]404 set icon_z17;
[7126]405 text: auto;
406}
[7041]407area[barrier=toll_booth]:closed {
408 fill-color: barrier#F0F050;
409}
410node[barrier=toll_booth] {
411 icon-image: "vehicle/toll_booth.png";
[7454]412 set icon_z17;
[7041]413 text: auto;
414}
415node[barrier=entrance] {
416 icon-image: "vehicle/entrance.png";
[7454]417 set icon_z17;
[7041]418 text: auto;
419}
420node[barrier=cattle_grid] {
421 icon-image: "vehicle/cattle_grid.png";
[7454]422 set icon_z17;
[7041]423 text: auto;
424}
425node[barrier=border_control] {
426 icon-image: "vehicle/border_control.png";
[7454]427 set icon_z17;
[7041]428 text: auto;
429}
430node[barrier=sally_port] {
431 icon-image: "vehicle/sally_port.png";
[7454]432 set icon_z17;
[7041]433 text: auto;
434}
[7717]435node[barrier=spikes] {
436 icon-image: "vehicle/spikes.svg";
437 set icon_z17;
438 text: auto;
439}
[7041]440node[barrier=fence],
441node[barrier=kissing_gate],
442node[barrier=bump_gate],
443node[barrier=portcullis],
444node[barrier=bus_trap],
445node[barrier=drawbridge],
446node[barrier=hampshire_gate] {
447 icon-image: "misc/no_icon.png";
[7454]448 set icon_z17;
[7041]449 text: auto;
450}
451
452/****************/
453/* highway tags */
454/****************/
455
456way[motorroad?]::core_motorroad {
[7638]457 major-z-index: 2;
[7041]458 z-index: -1;
459 width: +4;
[7271]460 color: motorroad#3377ff;
[7041]461}
462way[highway=motorway] {
463 width: 3;
464 color: motorway#809bc0;
465}
466way[highway=motorway_link] {
467 width: 3;
468 color: motorway#809bc0;
469}
470way[highway=trunk] {
471 width: 3;
472 color: trunk#7fc97f;
473}
474way[highway=trunk_link] {
475 width: 3;
476 color: trunk#7fc97f;
477}
478way[highway=primary] {
479 width: 3;
480 color: primary#fb805f;
481}
482way[highway=primary_link] {
483 width: 3;
484 color: primary#fb805f;
485}
486way[highway=secondary] {
487 width: 3;
488 color: secondary#fdbf6f;
489}
490way[highway=secondary_link] {
491 width: 3;
492 color: secondary#fdbf6f;
493}
494way[highway=tertiary] {
495 width: 2;
496 color: tertiary#f7f496;
497}
498way[highway=tertiary_link] {
499 width: 2;
500 color: tertiary#f7f496;
501}
502way[highway=unclassified] {
503 width: 2;
504 color: street#c0c0c0;
505}
506way[highway=road] {
507 width: 2;
[7211]508 casing-width: 0.5;
509 casing-color: #ff9696;
510 color: #770000;
[7041]511}
[7241]512way[highway=track][area?], relation[type=multipolygon][highway=track] {
[7904]513 fill-color: highway_track#6e541c;
[7241]514}
[7041]515way[highway=track] {
[7900]516 width: 2;
517 color: highway_track#6e541c;
[7041]518}
519way[highway=residential] {
520 width: 2;
521 color: street#c0c0c0;
522}
523way[highway=living_street] {
524 width: 2;
525 dashes: 9,9;
526 dashes-background-color: livingdashed#00ff00;
527 color: street#c0c0c0;
528}
[7160]529way[highway=service][area?], relation[type=multipolygon][highway=service] {
[7159]530 fill-color: service#809bc0;
531}
[7160]532way[highway=service][!area?] {
[7041]533 width: 1;
534 color: service#809bc0;
535}
536way[highway=bridleway] {
537 width: 1;
[7900]538 color: horse#a18559;
[7041]539}
540way[highway=cycleway] {
541 width: 1;
542 color: bicycle#b100ff;
543}
[7160]544way[highway=footway][area?], relation[type=multipolygon][highway=footway] {
[7159]545 fill-color: foot#00ff00;
546}
[7160]547way[highway=footway][!area?] {
[7041]548 width: 1;
549 color: foot#00ff00;
550}
551way[highway=path][bicycle!=designated][bicycle!=official][foot!=designated][foot!=official] {
552 width: 1;
553 dashes: 9,9;
554 color: foot#00ff00;
555}
556/* display path with bicycle/foot=designated/official as if it was cycleway/footway */
557way[highway=path][bicycle=designated],
558way[highway=path][bicycle=official] {
559 width: 1;
560 color: bicycle#b100ff;
561}
562way[highway=path][foot=designated],
563way[highway=path][foot=official] {
564 width: 1;
565 color: foot#00ff00;
566}
567way[highway=path][bicycle=designated][foot=designated],
568way[highway=path][bicycle=official][foot=official] {
569 width: 1;
570 color: bicycle#b100ff;
571 dashes: 14,14;
572 dashes-background-color: foot#00ff00;
573}
[7172]574way[highway=cycleway][foot=yes],
575way[highway=path][bicycle=designated][foot=yes],
576way[highway=path][bicycle=official][foot=yes] {
577 width: 1;
578 color: bicycle#b100ff;
579 dashes: 21,7;
580 dashes-background-color: foot#00ff00;
581}
582way[highway=footway][bicycle=yes],
583way[highway=path][bicycle=yes][foot=designated],
584way[highway=path][bicycle=yes][foot=official] {
585 width: 1;
586 color: foot#00ff00;
587 dashes: 21,7;
588 dashes-background-color: bicycle#b100ff;
589}
[7154]590way[highway=pedestrian][area?], relation[type=multipolygon][highway=pedestrian] {
[7041]591 width: 3;
592 color: foot#00ff00;
[7154]593 fill-color: foot#00ff00;
[7041]594}
[7154]595way[highway=pedestrian] {
[7041]596 width: 3;
597 color: foot#00ff00;
598}
599way[highway=steps] {
[7900]600 width: 3;
[7041]601 color: foot#00ff00;
[7044]602 dashes: 2,2;
[7041]603}
604node[highway=steps] {
605 icon-image: "transport/steps.png";
[7454]606 set icon_z17;
[7041]607 text: auto;
608}
609way[highway=bus_guideway] {
610 width: 1;
611 color: rail#404040;
612 dashes: 9,9;
613}
614way[highway=raceway] {
615 width: 1;
616 color: raceway#ff80ff;
617}
[7652]618way[highway=raceway][area?], relation[type=multipolygon][highway=raceway] {
619 fill-color: raceway#ff80ff;
620}
[7858]621area[junction=yes] {
622 fill-color: junction#c0c0c0;
623}
624node[junction=yes] {
625 icon-image: "misc/no_icon.png";
626 set icon_z17;
627 text: auto;
628}
[7810]629node[highway=traffic_mirror] {
630 icon-image: "vehicle/traffic_mirror.svg";
631 set icon_z17;
632 text: auto;
633}
[7041]634node[direction=clockwise] {
635 icon-image: "vehicle/restriction/roundabout_left.png";
[7454]636 set icon_z17;
[7041]637 text: auto;
638}
639node[highway=mini_roundabout] {
[7199]640 icon-image: "vehicle/restriction/roundabout_left.png";
[7454]641 set icon_z17;
[7041]642 text: auto;
643}
[7199]644node:righthandtraffic[highway=mini_roundabout] {
645 icon-image: "vehicle/restriction/roundabout_right.png";
[7454]646 set icon_z17;
[7199]647}
[7041]648node[highway=stop] {
649 icon-image: "vehicle/restriction/stop.png";
[7454]650 set icon_z17;
[7041]651 text: auto;
652}
653node[highway=give_way] {
654 icon-image: "vehicle/restriction/right_of_way.png";
[7454]655 set icon_z17;
[7041]656 text: auto;
657}
658node[highway=traffic_signals] {
[7815]659 icon-image: "vehicle/traffic_signals.svg";
[7454]660 set icon_z17;
[7041]661 text: auto;
662}
[7815]663node[highway=traffic_signals][crossing] {
664 icon-image: "vehicle/traffic_signals_crossing.svg";
665 set icon_z17;
666 text: auto;
667}
668node[highway=traffic_signals][crossing_ref=zebra] {
669 icon-image: "vehicle/traffic_signals_crossing_ref_zebra.svg";
670 set icon_z17;
671 text: auto;
672}
673node[highway=traffic_signals][crossing=island] {
674 icon-image: "vehicle/traffic_signals_crossing_island.svg";
675 set icon_z17;
676 text: auto;
677}
678node[highway=traffic_signals][crossing=traffic_signals] {
679 icon-image: "vehicle/traffic_signals_crossing_traffic_signals.svg";
680 set icon_z17;
681 text: auto;
682}
[7041]683node[highway=street_lamp] {
684 icon-image: "misc/streetlamp.png";
[7454]685 set icon_z17;
[7041]686 text: auto;
687}
688node[highway=speed_camera] {
689 icon-image: "vehicle/restriction/speed_trap.png";
[7454]690 set icon_z17;
[7041]691 text: auto;
692}
693node[traffic_sign=city_limit] {
694 icon-image: "vehicle/restriction/citylimit.png";
[7454]695 set icon_z17;
[7041]696 text: auto;
697}
698node[highway=crossing] {
[7794]699 icon-image: "vehicle/crossing.svg";
[7454]700 set icon_z17;
[7041]701 text: auto;
702}
[7794]703node[highway=crossing][crossing=unmarked] {
704 icon-image: "vehicle/crossing_unmarked.svg";
705 set icon_z17;
706 text: auto;
707}
708node[highway=crossing][crossing=island] {
709 icon-image: "vehicle/crossing_island.svg";
710 set icon_z17;
711 text: auto;
712}
713node[highway=crossing][crossing_ref=zebra] {
714 icon-image: "vehicle/crossing_ref_zebra.svg";
715 set icon_z17;
716 text: auto;
717}
718node[highway=crossing][crossing=traffic_signals] {
[7815]719 icon-image: "vehicle/crossing_traffic_signals.svg";
[7794]720 set icon_z17;
721 text: auto;
722}
[7041]723node[highway=incline], node[highway=incline_steep] {
724 icon-image: "vehicle/restriction/incline.png";
[7454]725 set icon_z17;
[7041]726 text: auto;
727}
728node[highway=motorway_junction] {
[7854]729 icon-image: "vehicle/motorway_junction.svg";
[7454]730 set icon_z17;
[7041]731 text: auto;
732}
733area[highway=services] {
734 fill-color: services#c0c0c0;
735}
736node[highway=services] {
737 icon-image: "vehicle/services.png";
[7454]738 set icon_z17;
[7041]739 text: auto;
740}
741area[highway=rest_area] {
742 fill-color: services#c0c0c0;
743}
744node[highway=rest_area] {
745 icon-image: "vehicle/parking.png";
[7454]746 set icon_z17;
[7041]747 text: auto;
748}
749node[highway=ford], node[ford?] {
750 icon-image: "vehicle/ford.png";
[7454]751 set icon_z17;
[7041]752 text: auto;
753}
754way[ford?]::core_ford {
755 z-index: 1;
756 width: 2;
757 color: water#0000ff;
758 dashes: 9,9;
759}
760area[highway=platform]:closed {
761 fill-color: highway_platform#c0c0c0;
762}
763way[highway=platform] {
764 width: 2;
765 color: highway_platform#c0c0c0;
766}
767node[highway=turning_circle] {
768 icon-image: "vehicle/turning_circle.png";
[7454]769 set icon_z17;
[7041]770 text: auto;
771}
[7328]772node[highway=turning_loop] {
773 icon-image: "vehicle/turning_loop.png";
[7454]774 set icon_z17;
[7328]775 text: auto;
776}
[7041]777node[highway=passing_place] {
778 icon-image: "vehicle/passing_place.png";
[7454]779 set icon_z17;
[7041]780 text: auto;
781}
[7854]782area[highway=elevator] {
783 fill-color: elevator#a6bace;
784}
[7261]785node[highway=elevator] {
786 icon-image: "service/elevator.png";
[7454]787 set icon_z17;
[7261]788 text: auto;
789}
[7041]790way[highway=construction] {
791 width: 2;
792 color: construction#ffff00;
793 dashes: 9,9;
794}
795node[highway=construction] {
796 icon-image: "misc/construction.png";
[7454]797 set icon_z17;
[7041]798 text: auto;
799}
800area[highway=emergency_access_point] {
801 fill-color: emergency_access_point#c0c0c0;
802}
803node[highway=emergency_access_point] {
804 icon-image: "service/emergency_access_point.png";
[7454]805 set icon_z17;
[7041]806 text: auto;
807}
808node[highway=motorway], node[highway=motorway_link],
809node[highway=trunk], node[highway=trunk_link],
810node[highway=primary], node[highway=primary_link],
811node[highway=secondary], node[highway=secondary_link],
812node[highway=tertiary], node[highway=tertiary_link],
813node[highway=unclassified],
814node[highway=road],
815node[highway=unsurfaced],
816node[highway=track],
817node[highway=residential],
818node[highway=living_street],
819node[highway=service],
820node[highway=bridleway],
821node[highway=cycleway],
822node[highway=footway],
823node[highway=path],
824node[highway=pedestrian],
825node[highway=bus_guideway],
826node[highway=platform] {
827 icon-image: "misc/deprecated.png";
[7454]828 set icon_z17;
[7041]829 text: auto;
830}
831
832/************************/
833/* traffic_calming tags */
834/************************/
835
836node[traffic_calming] {
[7542]837 icon-image: "vehicle/traffic_calming_blue.png";
[7454]838 set icon_z17;
[7041]839 text: auto;
840}
841node[traffic_calming=chicane] {
842 icon-image: "vehicle/chicane.png";
[7454]843 set icon_z17;
[7041]844 text: auto;
845}
846node[traffic_calming=choker],
847node[traffic_calming=cushion] {
848 icon-image: "vehicle/passing_place.png";
[7454]849 set icon_z17;
[7041]850 text: auto;
851}
852
853/****************/
854/* junction tag */
855/****************/
856
857node[junction=roundabout] {
[7199]858 icon-image: "vehicle/restriction/roundabout_left.png";
[7454]859 set icon_z17;
[7041]860 text: auto;
861}
[7199]862node:righthandtraffic[junction=roundabout] {
863 icon-image: "vehicle/restriction/roundabout_right.png";
[7454]864 set icon_z17;
[7199]865}
[7041]866
867/*****************/
868/* cycleway tags */
869/*****************/
870
[7201]871way[oneway?][cycleway=lane]:righthandtraffic::core_cycleway,
872way[oneway=-1][cycleway=opposite_lane]:righthandtraffic::core_cycleway {
873 set lR;
874 set righthandtr;
875}
876way[oneway?][cycleway=opposite_lane]:righthandtraffic::core_cycleway,
877way[oneway=-1][cycleway=lane]:righthandtraffic::core_cycleway {
878 set lL;
879 set righthandtr;
880}
881way[oneway?][cycleway=lane]!.righthandtr::core_cycleway,
882way[oneway=-1][cycleway=opposite_lane]!.righthandtr::core_cycleway {
883 set lL;
884}
885way[oneway?][cycleway=opposite_lane]!.righthandtr::core_cycleway,
886way[oneway=-1][cycleway=lane]!.righthandtr::core_cycleway {
887 set lR;
888}
889way[cycleway:left=lane]::core_cycleway {
890 set lL;
891}
892way[cycleway:right=lane]::core_cycleway {
893 set lR;
894}
895way[!oneway][cycleway=lane]::core_cycleway {
896 set lL;
897 set lR;
898}
899
900way[oneway?][cycleway=track]:righthandtraffic::core_cycleway,
901way[oneway=-1][cycleway=opposite_track]:righthandtraffic::core_cycleway {
902 set tR;
903 set righthandtr;
904}
905way[oneway?][cycleway=opposite_track]:righthandtraffic::core_cycleway,
906way[oneway=-1][cycleway=track]:righthandtraffic::core_cycleway {
907 set tL;
908 set righthandtr;
909}
910way[oneway?][cycleway=track]!.righthandtr::core_cycleway,
911way[oneway=-1][cycleway=opposite_track]!.righthandtr::core_cycleway {
912 set tL;
913}
914way[oneway?][cycleway=opposite_track]!.righthandtr::core_cycleway,
915way[oneway=-1][cycleway=track]!.righthandtr::core_cycleway {
916 set tR;
917}
918way[cycleway:left=track]::core_cycleway {
919 set tL;
920}
921way[cycleway:right=track]::core_cycleway {
922 set tR;
923}
924way[!oneway][cycleway=track]::core_cycleway {
925 set tL;
926 set tR;
927}
928
929way.lR::core_cycleway {
930 width: 2;
[7041]931 color: bicycle#b100ff;
[7201]932 dashes: 6, 10;
933 offset: 0 - (prop("width", "default") / 2) - 2;
934 major-z-index: 2.1;
935 modifier: true;
[7041]936}
[7201]937way[prop("lL","core_cycleway")]::core_cycleway2 {
938 width: 2;
[7041]939 color: bicycle#b100ff;
[7201]940 dashes: 6, 10;
941 offset: (prop("width", "default") / 2) + 2;
942 major-z-index: 2.1;
943 modifier: true;
[7041]944}
[7201]945way.tR::core_cycleway {
946 width: 2;
947 color: bicycle#b100ff;
[7271]948 dashes: 25, 8;
[7201]949 offset: 0 - (prop("width", "default") / 2) - 2;
950 major-z-index: 2.1;
951 modifier: true;
952}
953way[prop("tL","core_cycleway")]::core_cycleway2 {
954 width: 2;
955 color: bicycle#b100ff;
[7271]956 dashes: 25, 8;
[7201]957 offset: (prop("width", "default") / 2) + 2;
958 major-z-index: 2.1;
959 modifier: true;
960}
961
[7041]962way[cycleway=opposite]::core_cycleway {
963 object-z-index: 1;
964 width: +0;
965 color: bicycle#b100ff;
966 dashes: 4,10;
967}
968node[cycleway=lane], node[cycleway=opposite_lane],
969node[cycleway=track], node[cycleway=opposite_track],
970node[cycleway=opposite] {
971 icon-image: "misc/deprecated.png";
[7454]972 set icon_z17;
[7041]973 text: auto;
974}
975
976/******************/
977/* tracktype tags */
978/******************/
979
980way[highway=track][tracktype=grade1] {
[7900]981 dashes: 8,1;
[7041]982}
983way[highway=track][tracktype=grade2] {
[7900]984 dashes: 6,2;
[7041]985}
986way[highway=track][tracktype=grade3] {
[7900]987 dashes: 4,3;
[7041]988}
989way[highway=track][tracktype=grade4] {
[7900]990 dashes: 4,5;
[7041]991}
992way[highway=track][tracktype=grade5] {
[7900]993 dashes: 4,7;
[7041]994}
995
996/**************/
997/* piste tags */
998/**************/
999
[7645]1000way[route=ski]::core_piste {
1001 z-index: -1;
1002 modifier: false;
[7646]1003 width: 6;
[7645]1004 color: ski#809bc0;
1005}
[7406]1006area[piste:difficulty=easy][!highway]:closed::core_piste {
[7041]1007 fill-color: piste_easy#0000ff;
1008}
1009way[piste:difficulty=easy]::core_piste {
1010 z-index: -1; /* below line style from highway=* tag */
1011 modifier: false; /* suppress default line if there is no style on default layer */
1012 width: 6;
1013 color: piste_easy#0000ff;
1014}
[7406]1015area[piste:difficulty=intermediate][!highway]:closed::core_piste {
[7041]1016 fill-color: piste_intermediate#ff0000;
1017}
1018way[piste:difficulty=intermediate]::core_piste {
1019 z-index: -1;
1020 modifier: false;
1021 width: 6;
1022 color: piste_intermediate#ff0000;
1023}
[7406]1024area[piste:difficulty=advanced][!highway]:closed::core_piste {
[7041]1025 fill-color: piste_advanced#606060;
1026}
1027way[piste:difficulty=advanced]::core_piste {
1028 z-index: -1;
1029 modifier: false;
1030 width: 6;
1031 color: piste_advanced#606060;
1032}
[7406]1033area[piste:difficulty=expert][!highway]:closed::core_piste {
[7041]1034 fill-color: piste_expert#606060;
1035}
1036way[piste:difficulty=expert]::core_piste {
1037 z-index: -1;
1038 modifier: false;
1039 width: 6;
1040 color: piste_expert#606060;
1041}
[7406]1042area[piste:difficulty=freeride][!highway]:closed::core_piste {
[7041]1043 fill-color: piste_freeride#ffff00;
1044}
1045way[piste:difficulty=freeride]::core_piste {
1046 z-index: -1;
1047 modifier: false;
1048 width: 6;
1049 color: piste_freeride#ffff00;
1050}
[7406]1051area[piste:difficulty=novice][!highway]:closed::core_piste {
[7041]1052 fill-color: piste_novice#00ff00;
1053}
1054way[piste:difficulty=novice]::core_piste {
1055 z-index: -1;
1056 modifier: false;
1057 width: 6;
1058 color: piste_novice#00ff00;
1059}
1060node[piste:difficulty=easy],
1061node[piste:difficulty=intermediate],
1062node[piste:difficulty=advanced],
1063node[piste:difficulty=expert],
1064node[piste:difficulty=freeride],
1065node[piste:difficulty=novice] {
1066 icon-image: "sport/skiing.png";
[7454]1067 set icon_z17;
[7041]1068}
1069
1070/**************/
1071/* power tags */
1072/**************/
1073
1074area[power=tower] {
1075 fill-color: power#eeeeee;
1076}
1077node[power=tower] {
1078 icon-image: "misc/landmark/power/tower_small.png";
[7454]1079 set icon_z17;
[7041]1080 text: auto;
1081}
1082node[power=pole] {
1083 icon-image: "misc/landmark/power/pole.png";
[7454]1084 set icon_z17;
[7041]1085 text: auto;
1086}
1087way[power=line],
1088way[power=minor_line] {
1089 width: 1;
1090 color: power#eeeeee;
1091}
[7540]1092way[power=cable] {
1093 width: 1;
1094 color: power#eeeeee;
1095 dashes: 9,9;
1096}
[7041]1097node[power=line],
[7540]1098node[power=cable],
[7041]1099node[power=minor_line] {
1100 icon-image: "misc/deprecated.png";
[7454]1101 set icon_z17;
[7041]1102 text: auto;
1103}
1104area[power=plant],
1105area[power=sub_station],
1106area[power=substation],
[7728]1107area[power=transformer],
1108area[power=generator] {
[7041]1109 fill-color: power#eeeeee;
1110}
1111node[power=plant],
1112node[power=sub_station],
1113node[power=substation],
[7728]1114node[power=cable_distribution_cabinet],
1115node[power=generator] {
[7041]1116 icon-image: "misc/landmark/power.png";
[7454]1117 set icon_z17;
[7041]1118 text: auto;
1119}
1120node[power=transformer] {
1121 icon-image: "misc/landmark/power/transformer.png";
[7454]1122 set icon_z17;
[7041]1123 text: auto;
1124}
[7728]1125
1126/*************************/
1127/* generator:source tags */
1128/*************************/
1129
1130area[generator:source=nuclear],
1131area[generator:source=wind],
1132area[generator:source=hydro],
1133area[generator:source=tidal],
1134area[generator:source=wave],
1135area[generator:source=osmotic],
1136area[generator:source=geothermal],
1137area[generator:source=solar],
1138area[generator:source=coal],
1139area[generator:source=gas],
1140area[generator:source=biomass],
1141area[generator:source=biofuel],
1142area[generator:source=biogas],
1143area[generator:source=oil],
1144area[generator:source=diesel],
1145area[generator:source=gasoline],
1146area[generator:source=waste] {
[7041]1147 fill-color: power#eeeeee;
1148}
[7728]1149node[generator:source=nuclear] {
1150 icon-image: "presets/power_source-nuclear.svg";
[7454]1151 set icon_z17;
[7041]1152 text: auto;
1153}
[7728]1154node[generator:source=wind] {
1155 icon-image: "presets/power_source-wind.svg";
[7454]1156 set icon_z17;
[7041]1157 text: auto;
1158}
[7728]1159node[generator:source=hydro],
1160node[generator:source=tidal],
1161node[generator:source=wave],
1162node[generator:source=osmotic],
1163node[generator:source=geothermal] {
1164 icon-image: "presets/power_source-water.svg";
[7454]1165 set icon_z17;
[7041]1166 text: auto;
1167}
[7728]1168node[generator:source=solar] {
1169 icon-image: "presets/power_source-sun.svg";
[7454]1170 set icon_z17;
[7041]1171 text: auto;
1172}
[7728]1173node[generator:source=coal] {
1174 icon-image: "presets/power_source-coal.svg";
[7454]1175 set icon_z17;
[7041]1176 text: auto;
1177}
[7728]1178node[generator:source=gas] {
1179 icon-image: "presets/power_source-gas.svg";
[7454]1180 set icon_z17;
[7041]1181 text: auto;
1182}
[7728]1183node[generator:source=biomass],
1184node[generator:source=biofuel],
1185node[generator:source=biogas] {
1186 icon-image: "presets/power_source-biofuel.svg";
1187 set icon_z17;
1188 text: auto;
1189}
1190node[generator:source=oil],
1191node[generator:source=diesel],
1192node[generator:source=gasoline] {
1193 icon-image: "presets/power_source-oil.svg";
1194 set icon_z17;
1195 text: auto;
1196}
1197node[generator:source=waste] {
1198 icon-image: "presets/power_source-waste.svg";
1199 set icon_z17;
1200 text: auto;
1201}
1202node[power_source] {
1203 icon-image: "misc/deprecated.png";
1204 set icon_z17;
1205 text: auto;
1206}
[7041]1207/*****************/
1208/* man_made tags */
1209/*****************/
1210
1211area[man_made=beacon],
[7648]1212area[man_made=bridge],
[7041]1213area[man_made=chimney],
1214area[man_made=crane],
1215area[man_made=flagpole],
1216area[man_made=gasometer],
[7710]1217area[man_made=bunker_silo],
[7041]1218area[man_made=lighthouse],
1219area[man_made=monitoring_station],
1220area[man_made=mineshaft],
1221area[man_made=adit] {
1222 fill-color: manmade#d8d8d8;
1223}
1224node[man_made=beacon] {
1225 icon-image: "misc/landmark/beacon.png";
[7454]1226 set icon_z17;
[7041]1227 text: auto;
1228}
1229node[man_made=chimney] {
1230 icon-image: "misc/landmark/chimney.png";
[7454]1231 set icon_z17;
[7041]1232 text: auto;
1233}
1234node[man_made=crane] {
1235 icon-image: "misc/landmark/crane.png";
[7454]1236 set icon_z17;
[7041]1237 text: auto;
1238}
1239node[man_made=flagpole] {
1240 icon-image: "misc/flag.png";
[7454]1241 set icon_z17;
[7041]1242 text: auto;
1243}
1244node[man_made=gasometer] {
1245 icon-image: "misc/landmark/gasometer.png";
[7454]1246 set icon_z17;
[7041]1247 text: auto;
1248}
[7710]1249node[man_made=bunker_silo] {
1250 icon-image: "bunker_silo.svg";
1251 set icon_z17;
1252 text: auto;
1253}
[7717]1254area[man_made=groyne]:closed {
1255 fill-color: manmade#d8d8d8;
1256}
1257way[man_made=groyne] {
1258 width: 2;
1259 color: manmade#d8d8d8;
1260}
1261area[man_made=breakwater]:closed {
1262 fill-color: manmade#d8d8d8;
1263}
1264way[man_made=breakwater] {
1265 width: 2;
1266 color: manmade#d8d8d8;
1267}
[7041]1268node[man_made=groyne] {
1269 icon-image: "nautical/groyne.png";
[7454]1270 set icon_z17;
[7041]1271 text: auto;
1272}
1273node[man_made=lighthouse] {
1274 icon-image: "misc/landmark/lighthouse.png";
[7454]1275 set icon_z17;
[7041]1276 text: auto;
1277}
1278node[man_made=monitoring_station] {
1279 icon-image: "misc/landmark/measurement_station.png";
[7454]1280 set icon_z17;
[7041]1281 text: auto;
1282}
1283node[man_made=mineshaft] {
1284 icon-image: "misc/landmark/mine.png";
[7454]1285 set icon_z17;
[7041]1286 text: auto;
1287}
1288node[man_made=adit] {
1289 icon-image: "misc/landmark/adit.png";
[7454]1290 set icon_z17;
[7041]1291 text: auto;
1292}
1293area[man_made=pier]:closed {
1294 fill-color: pier#660000;
1295}
1296way[man_made=pier] {
1297 width: 2;
1298 color: pier#660000;
1299}
1300node[man_made=pier] {
1301 icon-image: "nautical/pier.png";
[7454]1302 set icon_z17;
[7041]1303 text: auto;
1304}
[7374]1305way[embankment?][!highway][!railway][!waterway],
1306way[man_made=embankment][!highway][!railway][!waterway] {
1307 repeat-image: "misc/embankment-pattern.png";
1308 repeat-image-align: top;
1309 width: 1;
[7454]1310 color: embankment#c14d00;
[7374]1311}
1312way[embankment?][highway],
1313way[embankment?][railway],
1314way[embankment?][waterway],
1315way[man_made=embankment][highway],
1316way[man_made=embankment][railway],
1317way[man_made=embankment][waterway] {
1318 repeat-image: "misc/embankment-pattern-centered.png";
1319}
[7041]1320way[man_made=pipeline] {
1321 width: 2;
1322 color: pipeline#660000;
1323}
1324node[man_made=pipeline] {
1325 icon-image: "misc/deprecated.png";
[7454]1326 set icon_z17;
[7041]1327 text: auto;
1328}
1329node[man_made=petroleum_well] {
1330 icon-image: "misc/no_icon.png";
[7454]1331 set icon_z17;
[7041]1332 text: auto;
1333}
1334area[man_made=reservoir_covered],
1335area[man_made=surveillance],
1336area[man_made=survey_point],
1337area[man_made=tower],
1338area[man_made=wastewater_plant],
1339area[man_made=watermill],
1340area[man_made=water_tower],
1341area[man_made=water_well],
1342area[man_made=windmill],
1343area[man_made=works],
1344area[man_made=water_works] {
1345 fill-color: manmade#d8d8d8;
1346}
1347node[man_made=reservoir_covered] {
1348 icon-image: "misc/landmark/reservoir_covered.png";
[7454]1349 set icon_z17;
[7041]1350 text: auto;
1351}
1352node[man_made=surveillance] {
1353 icon-image: "misc/surveillance.png";
[7454]1354 set icon_z17;
[7041]1355 text: auto;
1356}
1357node[man_made=survey_point] {
1358 icon-image: "misc/landmark/survey_point.png";
[7454]1359 set icon_z17;
[7041]1360 text: auto;
1361}
1362node[man_made=tower] {
1363 icon-image: "misc/landmark/tower.png";
[7454]1364 set icon_z17;
[7041]1365 text: auto;
1366}
1367node[man_made=wastewater_plant] {
1368 icon-image: "misc/landmark/wastewater_plant.png";
[7454]1369 set icon_z17;
[7041]1370 text: auto;
1371}
1372node[man_made=watermill] {
1373 icon-image: "misc/landmark/watermill.png";
[7454]1374 set icon_z17;
[7041]1375 text: auto;
1376}
1377node[man_made=water_tower] {
1378 icon-image: "misc/landmark/water_tower.png";
[7454]1379 set icon_z17;
[7041]1380 text: auto;
1381}
1382node[man_made=water_well] {
1383 icon-image: "misc/landmark/water_well.png";
[7454]1384 set icon_z17;
[7041]1385 text: auto;
1386}
1387node[man_made=windmill] {
1388 icon-image: "misc/landmark/windmill.png";
[7454]1389 set icon_z17;
[7041]1390 text: auto;
1391}
1392node[man_made=works] {
1393 icon-image: "misc/landmark/works.png";
[7454]1394 set icon_z17;
[7041]1395 text: auto;
1396}
1397node[man_made=water_works] {
1398 icon-image: "misc/landmark/water_works.png";
[7454]1399 set icon_z17;
[7041]1400 text: auto;
1401}
1402
1403/***************/
1404/* office tags */
1405/***************/
1406
1407area[office=company],
1408area[office=government] {
1409 fill-color: office#de5696;
1410}
1411node[office=company] {
1412 icon-image: "icons/office_blue.png";
[7454]1413 set icon_z17;
[7041]1414 text: auto;
1415}
1416node[office=government] {
1417 icon-image: "icons/office_pink.png";
[7454]1418 set icon_z17;
[7041]1419 text: auto;
1420}
1421
1422/****************/
1423/* leisure tags */
1424/****************/
1425
1426area[leisure=sports_centre],
1427area[leisure=golf_course],
1428area[leisure=stadium],
[7159]1429area[leisure=track][!area?!]:closed,
[7041]1430area[leisure=pitch],
[7927]1431area[leisure=horse_riding],
[7041]1432area[leisure=water_park] {
1433 fill-color: leisure#c7f1a3;
1434}
1435node[leisure=sports_centre] {
1436 icon-image: "sport/centre.png";
[7454]1437 set icon_z17;
[7041]1438 text: auto;
1439}
1440node[leisure=golf_course] {
[7729]1441 icon-image: "sport/golf.svg";
[7454]1442 set icon_z17;
[7041]1443 text: auto;
1444}
1445node[leisure=stadium] {
1446 icon-image: "sport/stadium.png";
[7454]1447 set icon_z17;
[7041]1448 text: auto;
1449}
1450way[leisure=track] {
1451 width: 2;
1452 color: leisure#c7f1a3;
1453}
1454node[leisure=track] {
1455 icon-image: "sport/track.png";
[7454]1456 set icon_z17;
[7041]1457 text: auto;
1458}
1459node[leisure=pitch] {
1460 icon-image: "sport/pitch.png";
[7454]1461 set icon_z17;
[7041]1462 text: auto;
1463}
[7927]1464node[leisure=horse_riding] {
1465 icon-image: "presets/equestrian.png";
1466 icon-width: 16;
1467 set icon_z17;
1468 text: auto;
1469}
[7041]1470node[leisure=water_park] {
1471 icon-image: "leisure/water_park.png";
[7454]1472 set icon_z17;
[7041]1473 text: auto;
1474}
1475area[leisure=marina] {
1476 fill-color: marina#0070cf;
1477}
1478node[leisure=marina] {
1479 icon-image: "nautical/marina.png";
[7454]1480 set icon_z17;
[7041]1481 text: auto;
1482}
1483area[leisure=slipway],
1484area[leisure=fishing],
1485area[leisure=nature_reserve],
1486area[leisure=park],
1487area[leisure=playground],
1488area[leisure=garden],
[7598]1489area[leisure=common],
1490area[leisure=firepit] {
[7041]1491 fill-color: leisure#c7f1a3;
1492}
1493node[leisure=slipway] {
1494 icon-image: "nautical/slipway.png";
[7454]1495 set icon_z17;
[7041]1496 text: auto;
1497}
1498node[leisure=fishing] {
1499 icon-image: "sport/fishing.png";
[7454]1500 set icon_z17;
[7041]1501 text: auto;
1502}
1503node[leisure=nature_reserve] {
1504 icon-image: "leisure/nature_reserve.png";
[7454]1505 set icon_z17;
[7041]1506 text: auto;
1507}
1508node[leisure=park] {
[7711]1509 icon-image: "misc/deprecated.png";
[7454]1510 set icon_z17;
[7041]1511 text: auto;
1512}
1513node[leisure=playground] {
1514 icon-image: "leisure/playground.png";
[7454]1515 set icon_z17;
[7041]1516 text: auto;
1517}
1518node[leisure=garden] {
1519 icon-image: "leisure/garden.png";
[7454]1520 set icon_z17;
[7041]1521 text: auto;
1522}
1523node[leisure=common] {
1524 icon-image: "leisure/common.png";
[7454]1525 set icon_z17;
[7041]1526 text: auto;
1527}
[7598]1528node[leisure=firepit] {
1529 icon-image: "leisure/firepit.svg";
1530 set icon_z17;
1531 text: auto;
1532}
[7875]1533node[leisure=picnic_table] {
1534 icon-image: "leisure/picnic.png";
1535 set icon_z17;
1536 text: auto;
1537}
[7148]1538area[leisure=swimming_pool] {
1539 fill-color: swimming_pool#51c4ef;
1540}
[7041]1541node[leisure=swimming_pool] {
1542 icon-image: "sport/pool.png";
[7454]1543 set icon_z17;
[7041]1544 text: auto;
1545}
[7148]1546area[leisure=miniature_golf],
1547area[leisure=dog_park],
1548area[leisure=ice_rink],
1549area[leisure=sauna] {
1550 fill-color: leisure#c7f1a3;
1551}
[7041]1552node[leisure=miniature_golf] {
[7724]1553 icon-image: "sport/miniature_golf.svg";
[7454]1554 set icon_z17;
[7041]1555 text: auto;
1556}
1557node[leisure=dog_park] {
[7927]1558 icon-image: "presets/dogpark.png";
1559 icon-width: 16;
[7454]1560 set icon_z17;
[7041]1561 text: auto;
1562}
1563node[leisure=ice_rink] {
1564 icon-image: "sport/hockey.png";
[7454]1565 set icon_z17;
[7041]1566 text: auto;
1567}
1568node[leisure=sauna] {
1569 icon-image: "leisure/sauna.png";
[7454]1570 set icon_z17;
[7041]1571 text: auto;
1572}
1573
[7790]1574/********************/
1575/* advertising tags */
1576/********************/
1577
1578node[advertising=column] {
1579 icon-image: "leisure/advertising_column.svg";
1580 set icon_z17;
1581 text: auto;
1582}
1583node[advertising=billboard] {
1584 icon-image: "leisure/billboard.svg";
1585 set icon_z17;
1586 text: auto;
1587}
1588
[7041]1589/*************/
1590/* shop tags */
1591/*************/
1592
1593area[shop=supermarket],
1594area[shop=convenience],
1595area[shop=bakery],
1596area[shop=butcher],
1597area[shop=bicycle],
1598area[shop=doityourself],
1599area[shop=dry_cleaning],
1600area[shop=laundry],
1601area[shop=outdoor],
1602area[shop=kiosk],
1603area[shop=alcohol],
1604area[shop=beverages],
1605area[shop=books],
1606area[shop=boutique],
1607area[shop=car],
1608area[shop=car_dealer],
1609area[shop=car_repair],
1610area[shop=tyres],
1611area[shop=chemist],
1612area[shop=clothes],
1613area[shop=computer],
1614area[shop=confectionery],
1615area[shop=copyshop],
1616area[shop=curtain],
1617area[shop=cycle_repair],
1618area[shop=department_store],
1619area[shop=deli],
1620area[shop=electronics],
1621area[shop=erotic],
1622area[shop=furniture],
1623area[shop=fabric],
1624area[shop=florist],
1625area[shop=frame],
1626area[shop=gift],
1627area[shop=greengrocer],
1628area[shop=garden_centre],
1629area[shop=hairdresser],
1630area[shop=hardware],
1631area[shop=hearing_aids],
1632area[shop=hifi],
1633area[shop=jewelry],
1634area[shop=kitchen],
1635area[shop=mall],
1636area[shop=mobile_phone],
1637area[shop=motorcycle],
1638area[shop=musical_instrument],
1639area[shop=newsagent],
1640area[shop=optician],
1641area[shop=paint],
1642area[shop=pawnbroker],
1643area[shop=seafood],
1644area[shop=shoes],
1645area[shop=sports],
1646area[shop=stationery],
1647area[shop=tailor],
1648area[shop=travel_agency],
1649area[shop=toys],
1650area[shop=vacuum_cleaner],
1651area[shop=variety_store],
1652area[shop=video],
1653area[shop=bookmaker],
1654area[shop=lottery],
[7296]1655area[shop=shopping_centre],
1656area[shop=pet],
1657area[shop=ticket],
1658area[shop=interior_decoration],
1659area[shop=car_parts],
1660area[shop=video_games],
1661area[shop=bed],
1662area[shop=beauty],
1663area[shop=tea],
1664area[shop=coffee],
[7600]1665area[shop=antiques],
[7685]1666area[shop=music],
[7686]1667area[shop=funeral_directors],
1668area[shop=wine],
[7705]1669area[shop=farm],
1670area[shop=tattoo],
1671area[shop=art],
[7296]1672area[shop=bag] {
[7041]1673 fill-color: shop#00005f;
1674}
1675node[shop=supermarket] {
1676 icon-image: "shop/supermarket.png";
[7454]1677 set icon_z17;
[7041]1678 text: auto;
1679}
1680node[shop=convenience] {
1681 icon-image: "shop/convenience.png";
[7454]1682 set icon_z17;
[7041]1683 text: auto;
1684}
1685node[shop=bakery] {
1686 icon-image: "shop/groceries/bakery.png";
[7454]1687 set icon_z17;
[7041]1688 text: auto;
1689}
1690node[shop=butcher] {
1691 icon-image: "shop/groceries/butcher.png";
[7454]1692 set icon_z17;
[7041]1693 text: auto;
1694}
1695node[shop=bicycle] {
1696 icon-image: "sport/bicycle.png";
[7454]1697 set icon_z17;
[7041]1698 text: auto;
1699}
1700node[shop=doityourself] {
1701 icon-image: "shop/diy_store.png";
[7454]1702 set icon_z17;
[7041]1703 text: auto;
1704}
1705node[shop=dry_cleaning],
1706node[shop=laundry] {
1707 icon-image: "shop/laundry.png";
[7454]1708 set icon_z17;
[7041]1709 text: auto;
1710}
1711node[shop=outdoor] {
1712 icon-image: "shop/sports/outdoor.png";
[7454]1713 set icon_z17;
[7041]1714 text: auto;
1715}
1716node[shop=kiosk] {
1717 icon-image: "shop/kiosk.png";
[7454]1718 set icon_z17;
[7041]1719 text: auto;
1720}
1721node[shop=alcohol],
1722node[shop=beverages] {
1723 icon-image: "shop/beverages.png";
[7454]1724 set icon_z17;
[7041]1725 text: auto;
1726}
1727node[shop=books] {
1728 icon-image: "shop/rental/library.png";
[7454]1729 set icon_z17;
[7041]1730 text: auto;
1731}
1732node[shop=boutique] {
1733 icon-image: "shop/boutique.png";
[7454]1734 set icon_z17;
[7041]1735 text: auto;
1736}
1737node[shop=car],
1738node[shop=car_dealer] {
[7724]1739 icon-image: "vehicle.png";
[7454]1740 set icon_z17;
[7041]1741 text: auto;
1742}
1743node[shop=car_repair] {
1744 icon-image: "vehicle/repair_shop.png";
[7454]1745 set icon_z17;
[7041]1746 text: auto;
1747}
1748node[shop=tyres] {
1749 icon-image: "vehicle/tyres.png";
[7454]1750 set icon_z17;
[7041]1751 text: auto;
1752}
1753node[shop=chemist] {
1754 icon-image: "shop/chemist.png";
[7454]1755 set icon_z17;
[7041]1756 text: auto;
1757}
1758node[shop=clothes] {
1759 icon-image: "shop/clothes.png";
[7454]1760 set icon_z17;
[7041]1761 text: auto;
1762}
1763node[shop=computer] {
1764 icon-image: "shop/computer.png";
[7454]1765 set icon_z17;
[7041]1766 text: auto;
1767}
1768node[shop=confectionery] {
1769 icon-image: "shop/groceries/confectionery.png";
[7454]1770 set icon_z17;
[7041]1771 text: auto;
1772}
1773node[shop=copyshop] {
1774 icon-image: "shop/copyshop.png";
[7454]1775 set icon_z17;
[7041]1776 text: auto;
1777}
1778node[shop=curtain] {
1779 icon-image: "shop/curtain.png";
[7454]1780 set icon_z17;
[7041]1781 text: auto;
1782}
1783node[shop=cycle_repair] {
1784 icon-image: "sport/bicycle.png";
[7454]1785 set icon_z17;
[7041]1786 text: auto;
1787}
1788node[shop=department_store] {
1789 icon-image: "shop/mall.png";
[7454]1790 set icon_z17;
[7041]1791 text: auto;
1792}
1793node[shop=deli] {
1794 icon-image: "shop/groceries/deli.png";
[7454]1795 set icon_z17;
[7041]1796 text: auto;
1797}
1798node[shop=electronics] {
1799 icon-image: "shop/electronics.png";
[7454]1800 set icon_z17;
[7041]1801 text: auto;
1802}
1803node[shop=erotic] {
[7454]1804 icon-image: "shop/erotic.png";
1805 set icon_z17;
[7041]1806 text: auto;
1807}
1808node[shop=furniture] {
1809 icon-image: "shop/furniture.png";
[7454]1810 set icon_z17;
[7041]1811 text: auto;
1812}
1813node[shop=fabric] {
1814 icon-image: "shop/fabric.png";
[7454]1815 set icon_z17;
[7041]1816 text: auto;
1817}
1818node[shop=florist] {
1819 icon-image: "shop/florist.png";
[7454]1820 set icon_z17;
[7041]1821 text: auto;
1822}
1823node[shop=frame] {
1824 icon-image: "shop/frame.png";
[7454]1825 set icon_z17;
[7041]1826 text: auto;
1827}
1828node[shop=gift] {
1829 icon-image: "presets/present.svg";
[7454]1830 set icon_z17;
[7041]1831 text: auto;
1832}
1833node[shop=greengrocer] {
1834 icon-image: "shop/groceries/greengrocer.png";
[7454]1835 set icon_z17;
[7041]1836 text: auto;
1837}
1838node[shop=garden_centre] {
1839 icon-image: "shop/garden_centre.png";
[7454]1840 set icon_z17;
[7041]1841 text: auto;
1842}
1843node[shop=hairdresser] {
1844 icon-image: "shop/hairdresser.png";
[7454]1845 set icon_z17;
[7041]1846 text: auto;
1847}
1848node[shop=hardware] {
1849 icon-image: "shop/hardware.png";
[7454]1850 set icon_z17;
[7041]1851 text: auto;
1852}
1853node[shop=hearing_aids] {
1854 icon-image: "shop/hearing_aids.png";
[7454]1855 set icon_z17;
[7041]1856 text: auto;
1857}
1858node[shop=hifi] {
1859 icon-image: "shop/hifi.png";
[7454]1860 set icon_z17;
[7041]1861 text: auto;
1862}
1863node[shop=jewelry] {
1864 icon-image: "shop/jewelry.png";
[7454]1865 set icon_z17;
[7041]1866 text: auto;
1867}
1868node[shop=kitchen] {
1869 icon-image: "shop/kitchen.png";
[7454]1870 set icon_z17;
[7041]1871 text: auto;
1872}
1873node[shop=mall] {
1874 icon-image: "shop/mall.png";
[7454]1875 set icon_z17;
[7041]1876 text: auto;
1877}
1878node[shop=mobile_phone] {
1879 icon-image: "shop/mobile_phone.png";
[7454]1880 set icon_z17;
[7041]1881 text: auto;
1882}
1883node[shop=motorcycle] {
1884 icon-image: "vehicle/motorbike.png";
[7454]1885 set icon_z17;
[7041]1886 text: auto;
1887}
1888node[shop=musical_instrument] {
1889 icon-image: "shop/musical_instrument.png";
[7454]1890 set icon_z17;
[7041]1891 text: auto;
1892}
1893node[shop=newsagent] {
1894 icon-image: "shop/kiosk.png";
[7454]1895 set icon_z17;
[7041]1896 text: auto;
1897}
1898node[shop=optician] {
1899 icon-image: "shop/optician.png";
[7454]1900 set icon_z17;
[7041]1901 text: auto;
1902}
1903node[shop=paint] {
1904 icon-image: "shop/paint.png";
[7454]1905 set icon_z17;
[7041]1906 text: auto;
1907}
1908node[shop=pawnbroker] {
1909 icon-image: "presets/pawnbroker.svg";
[7454]1910 set icon_z17;
[7041]1911 text: auto;
1912}
1913node[shop=seafood] {
1914 icon-image: "shop/groceries/seafood.png";
[7454]1915 set icon_z17;
[7041]1916 text: auto;
1917}
1918node[shop=shoes] {
1919 icon-image: "shop/shoes.png";
[7454]1920 set icon_z17;
[7041]1921 text: auto;
1922}
1923node[shop=sports] {
1924 icon-image: "sport/multi.png";
[7454]1925 set icon_z17;
[7041]1926 text: auto;
1927}
1928node[shop=stationery] {
1929 icon-image: "shop/stationery.png";
[7454]1930 set icon_z17;
[7041]1931 text: auto;
1932}
1933node[shop=tailor] {
1934 icon-image: "shop/tailor.png";
[7454]1935 set icon_z17;
[7041]1936 text: auto;
1937}
1938node[shop=travel_agency] {
1939 icon-image: "place/island.png";
[7454]1940 set icon_z17;
[7041]1941 text: auto;
1942}
1943node[shop=toys] {
1944 icon-image: "shop/toys.png";
[7454]1945 set icon_z17;
[7041]1946 text: auto;
1947}
1948node[shop=vacuum_cleaner] {
1949 icon-image: "shop/vacuum_cleaner.png";
[7454]1950 set icon_z17;
[7041]1951 text: auto;
1952}
1953node[shop=variety_store] {
1954 icon-image: "shop/variety_store.png";
[7454]1955 set icon_z17;
[7041]1956 text: auto;
1957}
1958node[shop=video] {
1959 icon-image: "shop/video.png";
[7454]1960 set icon_z17;
[7041]1961 text: auto;
1962}
1963node[shop=bookmaker] {
1964 icon-image: "presets/lottery.svg";
[7454]1965 set icon_z17;
[7041]1966 text: auto;
1967}
1968node[shop=lottery] {
1969 icon-image: "presets/lottery.svg";
[7454]1970 set icon_z17;
[7041]1971 text: auto;
1972}
1973/* duplicate of shopping_centre? */
1974node[shop=shopping_centre] {
1975 icon-image: "shop/mall.png";
[7454]1976 set icon_z17;
[7041]1977 text: auto;
1978}
[7296]1979node[shop=pet] {
[7301]1980 icon-image: "shop/pet.svg";
[7454]1981 set icon_z17;
[7296]1982 text: auto;
1983}
1984node[shop=ticket] {
[7301]1985 icon-image: "shop/ticket.svg";
[7454]1986 set icon_z17;
[7296]1987 text: auto;
1988}
1989node[shop=interior_decoration] {
[7301]1990 icon-image: "shop/interior_decoration.svg";
[7454]1991 set icon_z17;
[7296]1992 text: auto;
1993}
1994node[shop=car_parts] {
[7301]1995 icon-image: "vehicle/car_parts.svg";
[7454]1996 set icon_z17;
[7296]1997 text: auto;
1998}
1999node[shop=video_games] {
2000 icon-image: "shop/video_games.png";
[7454]2001 set icon_z17;
[7296]2002 text: auto;
2003}
2004node[shop=bed] {
[7301]2005 icon-image: "shop/bed.svg";
[7454]2006 set icon_z17;
[7296]2007 text: auto;
2008}
2009node[shop=beauty] {
[7301]2010 icon-image: "shop/beauty.svg";
[7454]2011 set icon_z17;
[7296]2012 text: auto;
2013}
2014node[shop=tea] {
[7301]2015 icon-image: "shop/groceries/tea.svg";
[7454]2016 set icon_z17;
[7296]2017 text: auto;
2018}
2019node[shop=coffee] {
[7301]2020 icon-image: "shop/groceries/coffee.svg";
[7454]2021 set icon_z17;
[7296]2022 text: auto;
2023}
[7600]2024node[shop=antiques] {
2025 icon-image: "shop/antique.svg";
2026 set icon_z17;
2027 text: auto;
2028}
[7685]2029node[shop=music] {
2030 icon-image: "shop/music.svg";
2031 set icon_z17;
2032 text: auto;
2033}
[7686]2034node[shop=funeral_directors] {
2035 icon-image: "shop/funeral_directors.svg";
2036 set icon_z17;
2037 text: auto;
2038}
2039node[shop=wine] {
2040 icon-image: "shop/wine.svg";
2041 set icon_z17;
2042 text: auto;
2043}
[7705]2044node[shop=farm] {
2045 icon-image: "presets/apple.png";
2046 set icon_z17;
2047 text: auto;
2048}
2049node[shop=tattoo] {
2050 icon-image: "shop/tattoo.svg";
2051 set icon_z17;
2052 text: auto;
2053}
2054node[shop=art] {
2055 icon-image: "shop/art.svg";
2056 set icon_z17;
2057 text: auto;
2058}
[7296]2059node[shop=bag] {
[7301]2060 icon-image: "shop/bag.svg";
[7454]2061 set icon_z17;
[7296]2062 text: auto;
2063}
[7041]2064
2065/****************/
2066/* amenity tags */
2067/****************/
2068
2069area[amenity=pub],
2070area[amenity=biergarten],
2071area[amenity=nightclub],
2072area[amenity=stripclub],
2073area[amenity=brothel],
2074area[amenity=cafe],
2075area[amenity=restaurant],
2076area[amenity=food_court],
2077area[amenity=fast_food],
2078area[amenity=bar],
2079area[amenity=ice_cream] {
2080 fill-color: amenity#ecba52;
2081}
2082node[amenity=pub] {
2083 icon-image: "food/pub.png";
[7454]2084 set icon_z17;
[7041]2085 text: auto;
2086}
2087node[amenity=biergarten] {
2088 icon-image: "food/biergarten.png";
[7454]2089 set icon_z17;
[7041]2090 text: auto;
2091}
2092node[amenity=nightclub] {
[7927]2093 icon-image: "leisure/discoball.svg";
[7454]2094 set icon_z17;
[7041]2095 text: auto;
2096}
2097node[amenity=stripclub] {
[7927]2098 icon-image: "leisure/nightclub.png";
[7454]2099 set icon_z17;
[7041]2100 text: auto;
2101}
2102node[amenity=brothel] {
2103 icon-image: "leisure/stripclub.png";
[7454]2104 set icon_z17;
[7041]2105 text: auto;
2106}
2107node[amenity=cafe] {
2108 icon-image: "food/cafe.png";
[7454]2109 set icon_z17;
[7041]2110 text: auto;
2111}
2112node[amenity=restaurant],
2113node[amenity=food_court] {
2114 icon-image: "food/restaurant.png";
[7454]2115 set icon_z17;
[7041]2116 text: auto;
2117}
2118node[amenity=fast_food] {
2119 icon-image: "food/fastfood.png";
[7454]2120 set icon_z17;
[7041]2121 text: auto;
2122}
2123node[amenity=bar] {
2124 icon-image: "food/bar.png";
[7454]2125 set icon_z17;
[7041]2126 text: auto;
2127}
2128node[amenity=ice_cream] {
2129 icon-image: "food/icecream.png";
[7454]2130 set icon_z17;
[7041]2131 text: auto;
2132}
2133area[amenity=parking_space],
2134area[amenity=parking],
2135area[amenity=motorcycle_parking],
2136area[amenity=bicycle_parking],
2137area[amenity=bicycle_rental],
[7928]2138area[amenity=bicycle_repair_station],
[7041]2139area[amenity=car_rental],
2140area[amenity=car_sharing],
2141area[amenity=car_wash],
2142area[amenity=taxi],
2143area[amenity=fuel],
2144area[amenity=charging_station] {
2145 fill-color: amenity_traffic#f7efb7;
2146}
2147node[amenity=parking_space] {
2148 icon-image: "vehicle/parking.png";
[7454]2149 set icon_z17;
[7041]2150 text: auto;
[7763]2151}
2152node[amenity=parking] {
[7766]2153 icon-image: "vehicle/parking.png";
[7454]2154 set icon_z17;
[7041]2155 text: auto;
2156}
[7766]2157node[amenity=parking_entrance] {
2158 icon-image: "vehicle/parking.png";
2159 set icon_z17;
2160 text: auto;
2161}
2162node[amenity=parking_entrance][parking=multi-storey],
[7763]2163node[amenity=parking][parking=multi-storey] {
[7041]2164 icon-image: "vehicle/parking/multi-storey.png";
[7454]2165 set icon_z17;
[7041]2166 text: auto;
2167}
[7766]2168node[amenity=parking_entrance][parking=underground],
[7763]2169node[amenity=parking][parking=underground] {
2170 icon-image: "vehicle/parking/underground.png";
2171 set icon_z17;
2172 text: auto;
2173}
[7041]2174node[amenity=motorcycle_parking] {
2175 icon-image: "vehicle/parking/motorbike.png";
[7454]2176 set icon_z17;
[7041]2177 text: auto;
2178}
2179node[amenity=bicycle_parking] {
2180 icon-image: "vehicle/parking/bicycle.png";
[7454]2181 set icon_z17;
[7041]2182 text: auto;
2183}
[7635]2184node[park_ride][park_ride!=no] {
2185 icon-image: "vehicle/parking/park_ride.svg";
[7454]2186 set icon_z17;
[7041]2187 text: auto;
2188}
2189node[amenity=parking_space][wheelchair?] {
2190 icon-image: "vehicle/parking/handicapped.png";
[7454]2191 set icon_z17;
[7041]2192 text: auto;
2193}
2194node[amenity=bicycle_rental] {
2195 icon-image: "vehicle/rental/bicycle.png";
[7454]2196 set icon_z17;
[7041]2197 text: auto;
2198}
[7928]2199node[amenity=bicycle_repair_station] {
2200 icon-image: "vehicle/bicycle_repair_station.svg";
2201 set icon_z17;
2202 text: auto;
2203}
[7041]2204node[amenity=car_rental] {
2205 icon-image: "vehicle/rental/car.png";
[7454]2206 set icon_z17;
[7041]2207 text: auto;
2208}
2209node[amenity=car_sharing] {
2210 icon-image: "vehicle/car_sharing.png";
[7454]2211 set icon_z17;
[7041]2212 text: auto;
2213}
2214node[amenity=car_wash] {
2215 icon-image: "vehicle/car_wash.png";
[7454]2216 set icon_z17;
[7041]2217 text: auto;
2218}
2219node[amenity=taxi] {
2220 icon-image: "transport/taxi.png";
[7454]2221 set icon_z17;
[7041]2222 text: auto;
2223}
2224node[amenity=fuel] {
2225 icon-image: "vehicle/fuel.png";
[7454]2226 set icon_z17;
[7041]2227 text: auto;
2228}
2229node[amenity=charging_station] {
[7292]2230 icon-image: "vehicle/fuel/charging_station.png";
[7454]2231 set icon_z17;
[7041]2232 text: auto;
2233}
2234node[amenity=grit_bin] {
2235 icon-image: "misc/grit_bin.png";
[7454]2236 set icon_z17;
[7041]2237 text: auto;
2238}
2239node[amenity=telephone] {
2240 icon-image: "service/telephone.png";
[7454]2241 set icon_z17;
[7041]2242 text: auto;
2243}
2244node[amenity=clock] {
2245 icon-image: "service/clock.png";
[7454]2246 set icon_z17;
[7041]2247 text: auto;
2248}
2249area[emergency=aed],
2250area[amenity=toilets],
[7598]2251area[amenity=shower],
[7041]2252area[amenity=recycling] {
2253 fill-color: amenity_light#f7efb7;
2254}
2255node[emergency=phone] {
2256 icon-image: "vehicle/emergency_phone.png";
[7454]2257 set icon_z17;
[7041]2258 text: auto;
2259}
2260node[emergency=aed] {
2261 icon-image: "presets/aed.svg";
[7454]2262 set icon_z17;
[7041]2263 text: auto;
2264}
2265node[emergency=defibrillator] {
2266 icon-image: "presets/aed.svg";
[7454]2267 set icon_z17;
[7041]2268 text: auto;
2269}
2270node[amenity=toilets] {
2271 icon-image: "service/toilets.png";
[7454]2272 set icon_z17;
[7041]2273 text: auto;
2274}
[7598]2275node[amenity=shower] {
2276 icon-image: "service/shower.svg";
2277 set icon_z17;
2278 text: auto;
2279}
[7041]2280node[amenity=recycling] {
2281 icon-image: "service/recycling.png";
[7454]2282 set icon_z17;
[7041]2283 text: auto;
2284}
2285node[amenity=waste_basket] {
2286 icon-image: "service/recycling/trash-bin.png";
[7454]2287 set icon_z17;
[7041]2288 text: auto;
2289}
2290node[amenity=waste_disposal] {
2291 icon-image: "service/recycling/waste_disposal.png";
[7454]2292 set icon_z17;
[7041]2293 text: auto;
2294}
2295area[amenity=public_building],
2296area[amenity=townhall],
2297area[amenity=embassy],
2298area[amenity=community_centre] {
2299 fill-color: amenity_light#f7efb7;
2300}
[7927]2301node[amenity=public_building] {
[7041]2302 icon-image: "service.png";
[7454]2303 set icon_z17;
[7041]2304 text: auto;
2305}
[7927]2306node[amenity=townhall] {
2307 icon-image: "presets/townhall.png";
2308 set icon_z17;
2309 text: auto;
2310}
[7041]2311node[amenity=embassy] {
2312 icon-image: "service/administration/embassy.png";
[7454]2313 set icon_z17;
[7041]2314 text: auto;
2315}
2316node[amenity=community_centre] {
2317 icon-image: "service/community_centre.png";
[7454]2318 set icon_z17;
[7041]2319 text: auto;
2320}
[7737]2321area[amenity=water_point],
[7041]2322area[amenity=fountain] {
2323 fill-color: light_water#00005f;
2324}
2325node[amenity=drinking_water] {
2326 icon-image: "food/drinking_water.png";
[7454]2327 set icon_z17;
[7041]2328 text: auto;
2329}
[7737]2330node[amenity=water_point] {
2331 icon-image: "accommodation/camping/water.png";
2332 set icon_z17;
2333 text: auto;
2334}
[7041]2335node[amenity=fountain] {
[7604]2336 icon-image: "misc/fountain.png";
[7454]2337 set icon_z17;
[7041]2338 text: auto;
2339}
2340area[amenity=place_of_worship],
2341area[amenity=grave_yard],
2342area[amenity=crematorium],
2343area[amenity=post_office],
2344area[amenity=studio],
2345area[amenity=school],
2346area[amenity=university],
2347area[amenity=college],
2348area[amenity=kindergarten],
2349area[amenity=driving_school] {
2350 fill-color: amenity_light#f7efb7;
2351}
2352node[amenity=place_of_worship] {
2353 icon-image: "religion.png";
[7454]2354 set icon_z17;
[7041]2355 text: auto;
2356}
[7359]2357node[amenity=place_of_worship][religion=bahai] {
[7041]2358 icon-image: "religion/bahai.png";
[7454]2359 set icon_z17;
[7041]2360 text: auto;
2361}
[7359]2362node[amenity=place_of_worship][religion=buddhist] {
[7041]2363 icon-image: "religion/buddhism.png";
[7454]2364 set icon_z17;
[7041]2365 text: auto;
2366}
[7359]2367node[amenity=place_of_worship][religion=christian] {
[7041]2368 icon-image: "religion/church.png";
[7454]2369 set icon_z17;
[7041]2370 text: auto;
2371}
[7359]2372node[amenity=place_of_worship][religion=hindu] {
[7041]2373 icon-image: "religion/hinduism.png";
[7454]2374 set icon_z17;
[7041]2375 text: auto;
2376}
[7359]2377node[amenity=place_of_worship][religion=jain] {
[7041]2378 icon-image: "religion/jainism.png";
[7454]2379 set icon_z17;
[7041]2380 text: auto;
2381}
[7359]2382node[amenity=place_of_worship][religion=jewish] {
[7041]2383 icon-image: "religion/jewish.png";
[7454]2384 set icon_z17;
[7041]2385 text: auto;
2386}
[7359]2387node[amenity=place_of_worship][religion=muslim] {
[7041]2388 icon-image: "religion/muslim.png";
[7454]2389 set icon_z17;
[7041]2390 text: auto;
2391}
[7359]2392node[amenity=place_of_worship][religion=sikh] {
[7041]2393 icon-image: "religion/sikhism.png";
[7454]2394 set icon_z17;
[7041]2395 text: auto;
2396}
[7359]2397node[amenity=place_of_worship][religion=shinto] {
[7041]2398 icon-image: "religion/shinto.png";
[7454]2399 set icon_z17;
[7041]2400 text: auto;
2401}
[7359]2402node[amenity=place_of_worship][religion=spiritualist] {
[7041]2403 icon-image: "misc/no_icon.png";
[7454]2404 set icon_z17;
[7041]2405 text: auto;
2406}
[7359]2407node[amenity=place_of_worship][religion=taoist] {
[7041]2408 icon-image: "religion/taoism.png";
[7454]2409 set icon_z17;
[7041]2410 text: auto;
2411}
[7359]2412node[amenity=place_of_worship][religion=unitarian] {
[7041]2413 icon-image: "misc/no_icon.png";
[7454]2414 set icon_z17;
[7041]2415 text: auto;
2416}
[7359]2417node[amenity=place_of_worship][religion=zoroastrian] {
[7041]2418 icon-image: "misc/no_icon.png";
[7454]2419 set icon_z17;
[7041]2420 text: auto;
2421}
2422node[amenity=grave_yard] {
2423 icon-image: "rendering/landuse/cemetery.png";
[7454]2424 set icon_z17;
[7041]2425 text: auto;
2426}
2427node[amenity=crematorium] {
2428 icon-image: "misc/no_icon.png";
[7454]2429 set icon_z17;
[7041]2430 text: auto;
2431}
2432node[amenity=post_office] {
2433 icon-image: "service/post_office.png";
[7454]2434 set icon_z17;
[7041]2435 text: auto;
2436}
2437node[amenity=post_box] {
2438 icon-image: "service/post_box.png";
[7454]2439 set icon_z17;
[7041]2440 text: auto;
2441}
2442node[amenity=studio] {
2443 icon-image: "service/studio.png";
[7454]2444 set icon_z17;
[7041]2445 text: auto;
2446}
2447node[amenity=school] {
2448 icon-image: "education/school.png";
[7454]2449 set icon_z17;
[7041]2450 text: auto;
2451}
2452node[amenity=university] {
2453 icon-image: "education/university.png";
[7454]2454 set icon_z17;
[7041]2455 text: auto;
2456}
2457node[amenity=college] {
2458 icon-image: "education/college.png";
[7454]2459 set icon_z17;
[7041]2460 text: auto;
2461}
2462node[amenity=kindergarten] {
2463 icon-image: "education/kindergarten.png";
[7454]2464 set icon_z17;
[7041]2465 text: auto;
2466}
2467node[amenity=driving_school] {
2468 icon-image: "education/driving_school.png";
[7454]2469 set icon_z17;
[7041]2470 text: auto;
2471}
2472area[amenity=pharmacy],
2473area[amenity=hospital],
2474area[amenity=clinic],
[7927]2475area[amenity=nursing_home],
2476area[amenity=social_facility],
[7041]2477area[amenity=nursery],
2478area[amenity=baby_hatch],
2479area[amenity=doctors],
2480area[amenity=dentist],
2481area[amenity=veterinary] {
2482 fill-color: health#eeeeee;
2483}
2484node[amenity=pharmacy] {
2485 icon-image: "health/pharmacy.png";
[7454]2486 set icon_z17;
[7041]2487 text: auto;
2488}
2489node[amenity=hospital],
2490node[amenity=clinic] {
2491 icon-image: "health/hospital.png";
[7454]2492 set icon_z17;
[7041]2493 text: auto;
2494}
[7927]2495node[amenity=nursing_home],
2496node[amenity=social_facility],
[7041]2497node[amenity=nursery] {
2498 icon-image: "misc/no_icon.png";
[7454]2499 set icon_z17;
[7041]2500 text: auto;
2501}
2502node[amenity=baby_hatch] {
2503 icon-image: "health/baby_hatch.png";
[7454]2504 set icon_z17;
[7041]2505 text: auto;
2506}
2507node[amenity=doctors] {
2508 icon-image: "health/doctor.png";
[7454]2509 set icon_z17;
[7041]2510 text: auto;
2511}
2512node[amenity=dentist] {
2513 icon-image: "health/dentist.png";
[7454]2514 set icon_z17;
[7041]2515 text: auto;
2516}
2517node[amenity=veterinary] {
2518 icon-image: "health/veterinary.png";
[7454]2519 set icon_z17;
[7041]2520 text: auto;
2521}
2522area[amenity=library],
2523area[amenity=police],
2524area[amenity=fire_station],
2525area[amenity=bus_station],
2526area[amenity=ferry_terminal],
2527area[amenity=theatre],
2528area[amenity=cinema],
2529area[amenity=arts_centre],
2530area[amenity=courthouse],
2531area[amenity=prison],
2532area[amenity=bank],
2533area[amenity=bureau_de_change],
2534area[amenity=atm],
2535area[amenity=bbq] {
2536 fill-color: amenity_light#f7efb7;
2537}
2538node[amenity=library] {
2539 icon-image: "shop/rental/library.png";
[7454]2540 set icon_z17;
[7041]2541 text: auto;
2542}
2543node[amenity=police] {
2544 icon-image: "service/police.png";
[7454]2545 set icon_z17;
[7041]2546 text: auto;
2547}
2548node[amenity=fire_station] {
2549 icon-image: "service/firebrigade.png";
[7454]2550 set icon_z17;
[7041]2551 text: auto;
2552}
2553node[amenity=bus_station] {
2554 icon-image: "transport/bus.png";
[7454]2555 set icon_z17;
[7041]2556 text: auto;
2557}
2558node[amenity=ferry_terminal] {
2559 icon-image: "nautical/ferry.png";
[7740]2560 icon-width: 16;
[7454]2561 set icon_z17;
[7041]2562 text: auto;
2563}
2564node[amenity=theatre] {
[7927]2565 icon-image: "presets/theater.png";
2566 icon-width: 16;
[7454]2567 set icon_z17;
[7041]2568 text: auto;
2569}
2570node[amenity=cinema] {
2571 icon-image: "leisure/cinema.png";
[7454]2572 set icon_z17;
[7041]2573 text: auto;
2574}
2575node[amenity=arts_centre] {
2576 icon-image: "service/arts_centre.png";
[7454]2577 set icon_z17;
[7041]2578 text: auto;
2579}
2580node[amenity=courthouse] {
2581 icon-image: "service/administration/court_of_law.png";
[7454]2582 set icon_z17;
[7041]2583 text: auto;
2584}
2585node[amenity=prison] {
2586 icon-image: "service/administration/prison.png";
[7454]2587 set icon_z17;
[7041]2588 text: auto;
2589}
2590node[amenity=bank] {
2591 icon-image: "money/bank.png";
[7454]2592 set icon_z17;
[7041]2593 text: auto;
2594}
2595node[amenity=bureau_de_change] {
2596 icon-image: "money/exchange.png";
[7454]2597 set icon_z17;
[7041]2598 text: auto;
2599}
2600node[amenity=atm] {
2601 icon-image: "money/atm.png";
[7454]2602 set icon_z17;
[7041]2603 text: auto;
2604}
2605way[amenity=bench] {
2606 width: 2;
2607 color: amenity_light#f7efb7;
2608}
2609node[amenity=bench] {
2610 icon-image: "leisure/bench.png";
[7454]2611 set icon_z17;
[7041]2612 text: auto;
2613}
2614node[amenity=bbq] {
2615 icon-image: "leisure/bbq.png";
[7454]2616 set icon_z17;
[7041]2617 text: auto;
2618}
2619node[emergency=fire_hydrant] {
2620 icon-image: "service/fire_hydrant.png";
[7454]2621 set icon_z17;
[7041]2622 text: auto;
2623}
2624area[amenity=shelter],
2625area[amenity=marketplace],
2626area[amenity=wlan],
2627area[amenity=vending_machine] {
2628 fill-color: amenity_light#f7efb7;
2629}
2630node[amenity=shelter] {
2631 icon-image: "accommodation/shelter.png";
[7454]2632 set icon_z17;
[7041]2633 text: auto;
2634}
[7541]2635node[amenity=shelter][shelter_type=public_transport] {
2636 icon-image: "accommodation/shelter_public_transport_brown.png";
2637 set icon_z17;
2638 text: auto;
2639}
2640node[amenity=shelter][shelter_type=picnic_shelter] {
2641 icon-image: "accommodation/shelter_picnic_brown.png";
2642 set icon_z17;
2643 text: auto;
2644}
2645node[amenity=shelter][shelter_type=basic_hut] {
2646 icon-image: "accommodation/basic_hut_blue.png";
2647 set icon_z17;
2648 text: auto;
2649}
[7927]2650node[amenity=shelter][shelter_type=lean_to] {
2651 icon-image: "accommodation/shelter_lean_to.svg";
2652 set icon_z17;
2653 text: auto;
2654}
[7041]2655node[amenity=hunting_stand] {
2656 icon-image: "hunting_stand.png";
[7454]2657 set icon_z17;
[7041]2658 text: auto;
2659}
2660node[amenity=marketplace] {
2661 icon-image: "place/marketplace.png";
[7454]2662 set icon_z17;
[7041]2663 text: auto;
2664}
2665node[amenity=wlan] {
2666 icon-image: "wlan.png";
[7454]2667 set icon_z17;
[7041]2668 text: auto;
2669}
2670node[amenity=vending_machine] {
2671 icon-image: "transport/ticket-machine.png";
[7454]2672 set icon_z17;
[7041]2673}
2674node[vending=excrement_bags] {
2675 icon-image: "service/excrement_bags.png";
[7454]2676 set icon_z17;
[7041]2677 text: auto;
2678}
2679
2680/**************/
2681/* craft tags */
2682/**************/
2683
2684area[craft=painter],
2685area[craft=plumber],
2686area[craft=pottery],
2687area[craft=stonemason],
2688area[craft=tiler],
2689area[craft=window_construction] {
2690 fill-color: craft#999900;
2691}
2692node[craft=painter] {
2693 icon-image: "craft/painter.png";
[7454]2694 set icon_z17;
[7041]2695 text: auto;
2696}
2697node[craft=plumber] {
2698 icon-image: "craft/plumber.png";
[7454]2699 set icon_z17;
[7041]2700 text: auto;
2701}
2702node[craft=pottery] {
2703 icon-image: "craft/pottery.png";
[7454]2704 set icon_z17;
[7041]2705 text: auto;
2706}
2707node[craft=stonemason] {
2708 icon-image: "craft/stonemason.png";
[7454]2709 set icon_z17;
[7041]2710 text: auto;
2711}
2712node[craft=tiler] {
2713 icon-image: "craft/tiler.png";
[7454]2714 set icon_z17;
[7041]2715 text: auto;
2716}
2717node[craft=window_construction] {
2718 icon-image: "craft/window_construction.png";
[7454]2719 set icon_z17;
[7041]2720 text: auto;
2721}
2722
2723/****************/
2724/* tourism tags */
2725/****************/
2726
2727area[tourism=hotel],
2728area[tourism=motel],
2729area[tourism=guest_house],
2730area[tourism=hostel],
2731area[tourism=chalet],
2732area[tourism=alpine_hut],
2733area[tourism=camp_site],
2734area[tourism=caravan_site] {
2735 fill-color: hotel#e1a0a2;
2736}
2737node[tourism=hotel] {
2738 icon-image: "accommodation.png";
[7454]2739 set icon_z17;
[7041]2740 text: auto;
2741}
2742node[tourism=motel] {
2743 icon-image: "accommodation/motel.png";
[7454]2744 set icon_z17;
[7041]2745 text: auto;
2746}
2747node[tourism=guest_house] {
2748 icon-image: "accommodation/guest_house.png";
[7454]2749 set icon_z17;
[7041]2750 text: auto;
2751}
2752node[tourism=hostel] {
2753 icon-image: "accommodation/hostel.png";
[7454]2754 set icon_z17;
[7041]2755 text: auto;
2756}
2757node[tourism=chalet] {
2758 icon-image: "accommodation/chalet.png";
[7454]2759 set icon_z17;
[7041]2760 text: auto;
2761}
2762node[tourism=alpine_hut] {
[7541]2763 icon-image: "accommodation/alpine_hut_blue.png";
[7454]2764 set icon_z17;
[7041]2765 text: auto;
2766}
[7541]2767node[tourism=wilderness_hut] {
2768 icon-image: "accommodation/wilderness_hut_blue.png";
2769 set icon_z17;
2770 text: auto;
2771}
[7041]2772node[tourism=camp_site] {
2773 icon-image: "accommodation/camping.png";
[7454]2774 set icon_z17;
[7041]2775 text: auto;
2776}
2777node[tourism=caravan_site] {
2778 icon-image: "accommodation/camping/caravan.png";
[7454]2779 set icon_z17;
[7041]2780 text: auto;
2781}
2782area[tourism=picnic_site],
2783area[tourism=viewpoint],
2784area[tourism=theme_park],
2785area[tourism=attraction],
2786area[tourism=zoo],
2787area[tourism=artwork],
2788area[tourism=museum] {
2789 fill-color: tourism#e180a2;
2790}
2791node[tourism=picnic_site] {
2792 icon-image: "leisure/picnic.png";
[7454]2793 set icon_z17;
[7041]2794 text: auto;
2795}
2796node[tourism=viewpoint] {
2797 icon-image: "sightseeing/viewpoint.png";
[7454]2798 set icon_z17;
[7041]2799 text: auto;
2800}
2801node[tourism=theme_park] {
2802 icon-image: "leisure/theme_park.png";
[7454]2803 set icon_z17;
[7041]2804 text: auto;
2805}
2806node[tourism=attraction] {
2807 icon-image: "sightseeing.png";
[7454]2808 set icon_z17;
[7041]2809 text: auto;
2810}
2811node[tourism=zoo] {
2812 icon-image: "leisure/zoo.png";
[7454]2813 set icon_z17;
[7041]2814 text: auto;
2815}
2816way[tourism=artwork] {
2817 width: 2;
2818 color: tourism#e180a2;
2819}
2820node[tourism=artwork] {
2821 icon-image: "service/arts_centre.png";
[7454]2822 set icon_z17;
[7041]2823 text: auto;
2824}
2825node[tourism=museum] {
2826 icon-image: "sightseeing/museum.png";
[7454]2827 set icon_z17;
[7041]2828 text: auto;
2829}
2830
2831/********************/
2832/* information tags */
2833/********************/
2834
2835area[tourism=information] {
2836 fill-color: tourism#e180a2;
2837}
2838node[tourism=information] {
2839 icon-image: "misc/information.png";
[7454]2840 set icon_z17;
[7041]2841 text: auto;
2842}
2843node[information=guidepost] {
2844 icon-image: "misc/information/guidepost.png";
[7454]2845 set icon_z17;
[7041]2846 text: auto;
2847}
2848area[information=office] {
2849 fill-color: tourism#e180a2;
2850}
2851node[information=office] {
2852 icon-image: "misc/information/informationoffice.png";
[7454]2853 set icon_z17;
[7041]2854 text: auto;
2855}
2856node[information=map] {
2857 icon-image: "misc/information/map.png";
[7454]2858 set icon_z17;
[7041]2859 text: auto;
2860}
2861node[information=board] {
2862 icon-image: "misc/information/board.png";
[7454]2863 set icon_z17;
[7041]2864 text: auto;
2865}
2866
2867/*****************/
2868/* historic tags */
2869/*****************/
2870
2871area[historic=castle],
2872area[historic=monument],
2873area[historic=memorial],
2874area[historic=archaeological_site],
2875area[historic=ruins],
2876area[historic=battlefield],
2877area[historic=palaeontological_site],
2878area[historic=wayside_cross],
2879area[historic=wayside_shrine],
2880area[historic=boundary_stone] {
2881 fill-color: historic#663300;
2882}
2883node[historic=castle] {
2884 icon-image: "sightseeing/castle.png";
[7454]2885 set icon_z17;
[7041]2886 text: auto;
2887}
2888node[historic=monument] {
2889 icon-image: "sightseeing/monument.png";
[7454]2890 set icon_z17;
[7041]2891 text: auto;
2892}
2893node[historic=memorial] {
2894 icon-image: "sightseeing/memorial.png";
[7454]2895 set icon_z17;
[7041]2896 text: auto;
2897}
2898node[historic=archaeological_site] {
2899 icon-image: "sightseeing/archaeological.png";
[7454]2900 set icon_z17;
[7041]2901 text: auto;
2902}
2903node[historic=ruins] {
2904 icon-image: "sightseeing/ruins.png";
[7454]2905 set icon_z17;
[7041]2906 text: auto;
2907}
2908node[historic=battlefield] {
2909 icon-image: "sightseeing/battlefield.png";
[7454]2910 set icon_z17;
[7041]2911 text: auto;
2912}
2913node[historic=palaeontological_site] {
2914 icon-image: "historic/palaeontological_site.png";
[7454]2915 set icon_z17;
[7041]2916 text: auto;
2917}
2918node[historic=wayside_cross] {
2919 icon-image: "religion/wayside_cross.png";
[7454]2920 set icon_z17;
[7041]2921 text: auto;
2922}
2923node[historic=wayside_shrine] {
2924 icon-image: "religion/wayside_shrine.png";
[7454]2925 set icon_z17;
[7041]2926 text: auto;
2927}
2928node[historic=boundary_stone] {
2929 icon-image: "historic/boundary_stone.png";
[7454]2930 set icon_z17;
[7041]2931 text: auto;
2932}
2933
2934/****************/
2935/* landuse tags */
2936/****************/
2937
[7564]2938area[landuse],
2939area[leisure],
2940area[amenity],
2941area[place],
2942area[natural],
2943area[man_made] {
2944 z-index: -2; /* put areas that can have other areas inside (e.g. building) a little lower, see #9606 */
2945}
[7041]2946area[landuse=farm],
2947area[landuse=farmland],
2948area[landuse=meadow],
2949area[landuse=vineyard],
2950area[landuse=orchard] {
2951 fill-color: green#b1e0c2;
2952}
2953area[landuse=quarry] {
2954 fill-color: quarry#888888;
2955}
2956area[landuse=landfill] {
2957 fill-color: landfill#663300;
2958}
2959area[landuse=basin],
2960area[landuse=reservoir] {
2961 fill-color: basin#0000bf;
2962}
2963area[landuse=forest] {
2964 fill-color: forest#b1efc8;
2965}
2966area[landuse=allotments],
2967area[landuse=greenhouse_horticulture],
[7042]2968area[landuse=plant_nursery],
[7041]2969area[landuse=grass] {
2970 fill-color: green#b1e0c2;
2971}
2972area[landuse=residential] {
2973 fill-color: residential#f0f0f0;
2974}
2975area[landuse=garages] {
[7409]2976 fill-color: garages#d6c8aa;
[7041]2977}
2978area[landuse=farmyard] {
2979 fill-color: farmyard#f0f0f0;
2980}
2981area[landuse=retail],
2982area[landuse=commercial] {
2983 fill-color: retail#ffc4ee;
2984}
2985area[landuse=industrial] {
2986 fill-color: industrial#ecd8ff;
2987}
2988area[landuse=brownfield] {
2989 fill-color: brownfield#ecba32;
2990}
2991area[landuse=greenfield] {
2992 fill-color: greenfield#b1ec5c;
2993}
2994area[landuse=railway] {
2995 fill-color: railland#888888;
2996}
2997area[landuse=construction] {
2998 fill-color: construction#ffff00;
2999}
3000way[landuse=construction] {
3001 width: 1;
3002 color: construction#ffff00;
3003 dashes: 9,9;
3004}
3005area[landuse=military] {
3006 fill-color: military#b62c2c;
3007}
[7311]3008area[landuse=religious] {
3009 fill-color: religious#ffd454;
3010}
[7041]3011area[landuse=cemetery] {
3012 fill-color: cemetery#b1efc8;
3013}
3014area[landuse=village_green] {
3015 fill-color: green#b1e0c2;
3016}
3017area[landuse=recreation_ground] {
3018 fill-color: green#b1e0c2;
3019}
[7711]3020node[landuse] {
3021 icon-image: "misc/deprecated.png";
[7454]3022 set icon_z17;
[7041]3023 text: auto;
3024}
3025
3026/*****************/
3027/* military tags */
3028/*****************/
3029
3030area[military=airfield],
3031area[military=bunker],
3032area[military=barracks],
3033area[military=danger_area],
3034area[military=range] {
3035 fill-color: military#b62c2c;
3036}
3037node[military=airfield] {
3038 icon-image: "transport/airport/airfield.png";
[7454]3039 set icon_z17;
[7041]3040 text: auto;
3041}
3042node[military=bunker] {
3043 icon-image: "misc/landmark/bunker.png";
[7454]3044 set icon_z17;
[7041]3045 text: auto;
3046}
3047node[military=barracks] {
3048 icon-image: "misc/no_icon.png";
[7454]3049 set icon_z17;
[7041]3050 text: auto;
3051}
3052node[military=danger_area] {
3053 icon-image: "misc/danger.png";
[7454]3054 set icon_z17;
[7041]3055 text: auto;
3056}
3057node[military=range] {
3058 icon-image: "misc/landmark/range.png";
[7454]3059 set icon_z17;
[7041]3060 text: auto;
3061}
3062
3063/*************************/
3064/* public_transport tags */
3065/*************************/
3066
3067node[public_transport=stop_position] {
3068 icon-image: "transport/railway_small.png";
[7454]3069 set icon_z17;
[7041]3070 text: auto;
3071}
3072node[highway=bus_stop] {
3073 icon-image: "transport/bus_small.png";
[7454]3074 set icon_z17;
[7041]3075 text: auto;
3076}
3077node[public_transport=stop_position][bus=yes] {
3078 icon-image: "transport/bus_small.png";
[7454]3079 set icon_z17;
[7041]3080 text: auto;
3081}
3082node[public_transport=stop_position][aerial=yes] {
3083 icon-image: "transport/aerialway.png";
[7454]3084 set icon_z17;
[7041]3085 text: auto;
3086}
3087node[public_transport=stop_position][ferry=yes] {
3088 icon-image: "transport/ferry.png";
[7454]3089 set icon_z17;
[7041]3090 text: auto;
3091}
3092node[public_transport=stop_position][tram=yes] {
3093 icon-image: "transport/tram.png";
[7454]3094 set icon_z17;
[7041]3095 text: auto;
3096}
3097node[public_transport=stop_position][train=yes] {
3098 icon-image: "transport/railway_small.png";
[7454]3099 set icon_z17;
[7041]3100 text: auto;
3101}
[7159]3102area[public_transport=platform]:closed {
[7041]3103 fill-color: service#809bc0;
3104}
[7159]3105way[public_transport=platform]!:closed {
3106 width: 3;
[7041]3107 color: service#809bc0;
[7159]3108 dashes: 12,3;
[7041]3109}
3110node[public_transport=platform] {
3111 icon-image: "transport/bus_small.png";
[7454]3112 set icon_z17;
[7041]3113 text: auto;
3114}
3115node[public_transport=platform][bus=yes] {
3116 icon-image: "transport/bus_small.png";
[7454]3117 set icon_z17;
[7041]3118 text: auto;
3119}
3120node[public_transport=platform][aerial=yes] {
3121 icon-image: "transport/aerialway/station.png";
[7454]3122 set icon_z17;
[7041]3123 text: auto;
3124}
3125node[public_transport=platform][ferry=yes] {
3126 icon-image: "transport/ferry.png";
[7454]3127 set icon_z17;
[7041]3128 text: auto;
3129}
3130node[public_transport=platform][tram=yes],
3131node[public_transport=platform][train=yes] {
3132 icon-image: "transport/railway_station.png";
[7454]3133 set icon_z17;
[7041]3134 text: auto;
3135}
3136
3137/****************/
3138/* railway tags */
3139/****************/
3140
3141area[railway=station], area[railway=tram_station],
3142area[railway=subway_entrance],
3143area[railway=crossing], area[railway=level_crossing] {
3144 fill-color: railwaypoint#f7efb7;
3145}
3146node[railway=station], node[railway=tram_station] {
3147 icon-image: "transport/railway_station.png";
[7454]3148 set icon_z17;
[7041]3149 text: auto;
3150}
3151node[railway=halt] {
3152 icon-image: "transport/railway_small.png";
[7454]3153 set icon_z17;
[7041]3154 text: auto;
3155}
3156node[railway=tram_stop] {
3157 icon-image: "transport/tram.png";
[7454]3158 set icon_z17;
[7041]3159 text: auto;
3160}
3161node[railway=subway_entrance] {
3162 icon-image: "transport/underground.png";
[7454]3163 set icon_z17;
[7041]3164 text: auto;
3165}
3166node[railway=crossing] {
3167 icon-image: "vehicle/crossing_small.png";
[7454]3168 set icon_z17;
[7041]3169 text: auto;
3170}
3171node[railway=level_crossing] {
3172 icon-image: "vehicle/crossing.png";
[7454]3173 set icon_z17;
[7041]3174 text: auto;
3175}
3176way[railway=rail] {
3177 width: 2;
3178 color: rail#404040;
3179 dashes: 9,9;
3180 dashes-background-color: raildashed#ffffff;
3181}
3182way[railway=rail][service=siding] {
3183 width: 1;
3184}
3185way[railway=rail][service=yard],
3186way[railway=rail][service=spur] {
3187 width: 1;
3188 color: railyard#552200
3189}
3190/* draw tram on top of other way (highway=*) or
3191 as a standalone style */
[7259]3192way[highway][railway=tram]::core_railway, way[!highway][railway=tram] {
[7041]3193 object-z-index: 1;
3194 modifier: false; /* don't draw default way if there is no line on default layer */
3195 width: 1;
3196 color: railover#202020;
3197 dashes: 9,9;
3198 casing-width: 1;
3199 casing-color: otherrail#808080;
3200 casing-linecap: round;
3201 casing-dashes: 9,9;
3202}
3203way[railway=light_rail] {
3204 width: 2;
3205 color: otherrail#808080;
3206 dashes: 9,9;
3207}
3208way[railway=subway] {
3209 width: 1;
3210 color: subway#606060;
3211 dashes: 9,9;
3212}
3213way[railway=preserved] {
3214 width: 1;
3215 color: oldrail#404040;
3216 dashes: 9,9;
3217}
3218/* disused often appears together with highway=xy */
3219/* -> draw on separate layer with higher z-index, but use */
3220/* modifier: false; to suppress default line when used alone. */
[7612]3221/* use default layer when used without highway=* to display bridge correctly */
3222way[railway=disused][highway]::core_railway,
3223way[railway=disused][!highway],
3224way[railway=abandoned][highway]::core_railway,
3225way[railway=abandoned][!highway] {
[7041]3226 width: 1;
3227 modifier: false;
3228 z-index: 1;
3229 color: oldrail#404040;
3230 dashes: 9,9;
3231}
3232way[railway=narrow_gauge],
3233way[railway=monorail] {
3234 width: 1;
3235 color: rail#404040;
3236 dashes: 9,9;
3237}
3238area[railway=turntable],
3239area[railway=buffer_stop] {
3240 fill-color: rail#404040;
3241}
3242node[railway=turntable] {
3243 icon-image: "transport/turntable.png";
[7454]3244 set icon_z17;
[7041]3245 text: auto;
3246}
3247node[railway=buffer_stop] {
3248 icon-image: "transport/buffer_stop.png";
[7454]3249 set icon_z17;
[7041]3250 text: auto;
3251}
3252area[railway=platform]:closed {
3253 fill-color: rail#404040;
3254}
3255way[railway=platform] {
3256 width: 2;
3257 color: rail#404040;
3258}
3259way[railway=funicular] {
3260 width: 1;
3261 color: rail#404040;
3262 dashes: 9,9;
3263}
3264node[railway=rail], node[railway=tram], node[railway=light_rail],
3265node[railway=subway], node[railway=preserved],
3266node[railway=disused], node[railway=abandoned],
3267node[railway=narrow_gauge], node[railway=monorail],
3268node[railway=platform], node[railway=funicular],
3269node[service=yard], node[service=siding], node[service=spur] {
3270 icon-image: "misc/deprecated.png";
[7454]3271 set icon_z17;
[7041]3272 text: auto;
3273}
[7638]3274way[railway=construction][!highway] {
3275 width: 1;
3276 color: construction#ffff00;
3277 dashes: 9,9;
3278}
3279way[railway=construction][construction=rail] {
3280 width: 2;
3281 color: rail#404040;
3282 dashes: 9,9;
3283 dashes-background-color: construction#ffff00;
3284}
3285way[railway=construction][construction=light_rail] {
3286 width: 2;
3287}
3288way[railway=construction][construction=tram][highway]::core_railway,
3289way[railway=construction][construction=tram][!highway] {
3290 z-index: 1;
3291 width: 1;
3292 color: railover#202020;
3293 dashes: 9,9;
3294 casing-width: 1;
3295 casing-color: construction#ffff00;
3296 casing-linecap: round;
3297 casing-dashes: 9,9;
3298}
[7041]3299
3300/****************/
3301/* aeroway tags */
3302/****************/
3303
[7603]3304area[aeroway=aerodrome]:closed {
[7041]3305 fill-color: aeroway#660000;
3306}
3307way[aeroway=aerodrome] {
3308 width: 2;
3309 color: aeroway#660000;
3310 dashes: 9,9;
3311}
3312node[aeroway=aerodrome] {
3313 icon-image: "transport/airport.png";
[7454]3314 set icon_z17;
[7041]3315 text: auto;
3316}
3317area[aeroway=terminal] {
3318 fill-color: terminal#bb0000;
3319}
3320node[aeroway=terminal] {
3321 icon-image: "transport/airport/terminal.png";
[7454]3322 set icon_z17;
[7041]3323 text: auto;
3324}
3325area[aeroway=helipad] {
3326 fill-color: aeroway_dark#330000;
3327}
3328node[aeroway=helipad] {
3329 icon-image: "transport/airport/helipad.png";
[7454]3330 set icon_z17;
[7041]3331 text: auto;
3332}
[7603]3333area[aeroway=runway]:closed {
[7440]3334 fill-color: aeroway_dark#330000;
3335}
[7041]3336way[aeroway=runway] {
3337 width: 3;
3338 color: aeroway_dark#330000;
3339}
3340node[aeroway=runway] {
3341 icon-image: "transport/airport/runway.png";
[7454]3342 set icon_z17;
[7041]3343 text: auto;
3344}
[7603]3345area[aeroway=taxiway]:closed {
[7440]3346 fill-color: aeroway#660000;
3347}
[7041]3348way[aeroway=taxiway] {
3349 width: 2;
3350 color: aeroway#660000;
3351}
3352node[aeroway=taxiway] {
3353 icon-image: "transport/airport/taxiway.png";
[7454]3354 set icon_z17;
[7041]3355 text: auto;
3356}
3357area[aeroway=apron], area[aeroway=hangar] {
3358 fill-color: aeroway_light#990000;
3359}
3360node[aeroway=apron] {
3361 icon-image: "transport/airport/apron.png";
[7454]3362 set icon_z17;
[7041]3363 text: auto;
3364}
3365node[aeroway=hangar] {
3366 icon-image: "transport/airport/hangar.png";
[7454]3367 set icon_z17;
[7041]3368 text: auto;
3369}
3370node[aeroway=gate] {
3371 icon-image: "transport/airport/gate.png";
[7454]3372 set icon_z17;
[7041]3373 text: auto;
3374}
3375node[aeroway=windsock] {
3376 icon-image: "transport/airport/windsock.png";
[7454]3377 set icon_z17;
[7041]3378 text: auto;
3379}
3380
3381/******************/
3382/* aerialway tags */
3383/******************/
3384
3385way[aerialway=cable_car],
3386way[aerialway=gondola] {
3387 width: 1;
3388 color: aerialway#663300;
3389 dashes: 9,9;
3390}
3391way[aerialway=chair_lift] {
3392 width: 1;
3393 color: aerialway#663300;
3394 dashes: 6,6;
3395}
[7915]3396way[aerialway=mixed_lift] {
3397 width: 1;
3398 color: aerialway#663300;
3399 dashes: 6,6,9,6;
[7041]3400}
[7915]3401way[aerialway=j-bar],
3402way[aerialway=t-bar],
3403way[aerialway=platter],
3404way[aerialway=rope_tow],
[7041]3405way[aerialway=drag_lift] {
3406 width: 1;
3407 color: aerialway#663300;
3408 dashes: 3,3;
3409}
[7915]3410way[aerialway=magic_carpet] {
3411 width: 1;
3412 color: aerialway#663300;
3413 dashes: 3,3;
[7041]3414}
[7915]3415way[aerialway=goods] {
3416 width: 1;
3417 color: aerialway#663300;
3418 dashes: 2,2;
3419}
3420area[aerialway=station] {
[7041]3421 fill-color: aerialway#663300;
3422}
3423node[aerialway=station] {
3424 icon-image: "transport/aerialway/station.png";
[7454]3425 set icon_z17;
[7041]3426 text: auto;
3427}
3428node[aerialway=pylon] {
[7915]3429 icon-image: "transport/aerialway/pylon.svg";
[7454]3430 set icon_z17;
[7041]3431 text: auto;
3432}
[7915]3433node[aerialway=cable_car],
3434node[aerialway=gondola],
3435node[aerialway=chair_lift],
3436node[aerialway=mixed_lift],
3437node[aerialway=drag_lift],
3438node[aerialway=t-bar],
3439node[aerialway=j-bar],
3440node[aerialway=platter],
3441node[aerialway=magic_carpet],
3442node[aerialway=rope_tow],
[7041]3443node[aerialway=goods] {
[7915]3444 icon-image: "misc/deprecated.png";
[7454]3445 set icon_z17;
[7041]3446 text: auto;
3447}
3448
[7581]3449/**************/
3450/* sport tags */
3451/**************/
3452
3453area[sport="9pin"],
3454area[sport="10pin"],
3455area[sport=athletics],
3456area[sport=soccer],
3457area[sport=australian_football],
3458area[sport=american_football],
3459area[sport=canadian_football],
[7724]3460area[sport=gaelic_games],
[7581]3461area[sport=rugby_league],
3462area[sport=rugby_union] {
3463 fill-color: sport#bde3cb;
3464}
3465node[sport="9pin"] {
3466 icon-image: "sport/10pin.png";
3467 set icon_z17;
3468 text: auto;
3469}
3470node[sport="10pin"] {
3471 icon-image: "sport/10pin.png";
3472 set icon_z17;
3473 text: auto;
3474}
3475node[sport=athletics] {
3476 icon-image: "sport/athletics.png";
3477 set icon_z17;
3478 text: auto;
3479}
3480node[sport=soccer],
[7724]3481node[sport=gaelic_games] {
[7581]3482 icon-image: "sport/soccer.png";
3483 set icon_z17;
3484 text: auto;
3485}
[7724]3486node[sport=australian_football],
3487node[sport=american_football],
3488node[sport=canadian_football],
[7581]3489node[sport=rugby_league],
3490node[sport=rugby_union] {
3491 icon-image: "sport/football.png";
3492 set icon_z17;
3493 text: auto;
3494}
3495area[sport=baseball],
3496area[sport=basketball],
3497area[sport=boules],
3498area[sport=bowls],
3499area[sport=canoe],
3500area[sport=chess],
3501area[sport=climbing]:closed,
3502area[sport=cricket],
3503area[sport=cricket_nets],
3504area[sport=croquet] {
3505 fill-color: sport#bde3cb;
3506}
3507node[sport=baseball] {
3508 icon-image: "sport/baseball.png";
3509 set icon_z17;
3510 text: auto;
3511}
3512node[sport=basketball] {
3513 icon-image: "sport/basketball.png";
3514 set icon_z17;
3515 text: auto;
3516}
3517node[sport=boules] {
3518 icon-image: "sport/boule.png";
3519 set icon_z17;
3520 text: auto;
3521}
3522node[sport=bowls] {
3523 icon-image: "sport/boule.png";
3524 set icon_z17;
3525 text: auto;
3526}
3527node[sport=canoe] {
[7724]3528 icon-image: "sport/canoe.svg";
[7581]3529 set icon_z17;
3530 text: auto;
3531}
3532node[sport=chess] {
3533 icon-image: "sport/chess.png";
3534 set icon_z17;
3535 text: auto;
3536}
3537node[sport=climbing] {
3538 icon-image: "sport/climbing.png";
3539 set icon_z17;
3540 text: auto;
3541}
3542node[sport=cricket] {
3543 icon-image: "sport/cricket.png";
3544 set icon_z17;
3545 text: auto;
3546}
3547node[sport=cricket_nets] {
[7724]3548 icon-image: "sport/cricket.png";
[7581]3549 set icon_z17;
3550 text: auto;
3551}
3552node[sport=croquet] {
3553 icon-image: "sport/croquet.png";
3554 set icon_z17;
3555 text: auto;
3556}
3557area[sport=cycling],
3558area[sport=dog_racing],
3559area[sport=equestrian],
3560area[sport=golf],
3561area[sport=gymnastics],
3562area[sport=hockey],
3563area[sport=horse_racing],
3564area[sport=karting],
3565area[sport=motocross],
3566area[sport=motor] {
3567 fill-color: sport#bde3cb;
3568}
3569node[sport=cycling] {
3570 icon-image: "sport/cycling.png";
3571 set icon_z17;
3572 text: auto;
3573}
3574node[sport=dog_racing] {
3575 icon-image: "leisure/dog.png";
3576 set icon_z17;
3577 text: auto;
3578}
3579node[sport=equestrian] {
[7724]3580 icon-image: "presets/equestrian.png";
3581 icon-width: 16;
[7581]3582 set icon_z17;
3583 text: auto;
3584}
3585node[sport=golf] {
[7729]3586 icon-image: "sport/golf.svg";
[7581]3587 set icon_z17;
3588 text: auto;
3589}
3590node[sport=gymnastics] {
[7724]3591 icon-image: "presets/gymnastics.png";
3592 icon-width: 16;
[7581]3593 set icon_z17;
3594 text: auto;
3595}
3596node[sport=hockey] {
3597 icon-image: "sport/hockey.png";
3598 set icon_z17;
3599 text: auto;
3600}
3601node[sport=horse_racing] {
3602 icon-image: "sport/riding.png";
3603 set icon_z17;
3604 text: auto;
3605}
3606node[sport=karting] {
3607 icon-image: "sport/karting.png";
3608 set icon_z17;
3609 text: auto;
3610}
3611node[sport=motocross] {
3612 icon-image: "sport/motocross.png";
3613 set icon_z17;
3614 text: auto;
3615}
3616node[sport=motor] {
3617 icon-image: "sport/motor.png";
3618 set icon_z17;
3619 text: auto;
3620}
3621area[sport=multi],
3622area[sport=pelota],
3623area[sport=racquet],
3624area[sport=skating],
3625area[sport=skateboard] {
3626 fill-color: sport#bde3cb;
3627}
3628node[sport=multi] {
3629 icon-image: "sport/multi.png";
3630 set icon_z17;
3631 text: auto;
3632}
3633node[sport=pelota] {
3634 icon-image: "sport/pelota.png";
3635 set icon_z17;
3636 text: auto;
3637}
3638node[sport=racquet] {
3639 icon-image: "sport/racquetball.png";
3640 set icon_z17;
3641 text: auto;
3642}
3643node[sport=skating] {
3644 icon-image: "sport/skating.png";
3645 set icon_z17;
3646 text: auto;
3647}
3648node[sport=skateboard] {
3649 icon-image: "sport/skateboard.png";
3650 set icon_z17;
3651 text: auto;
3652}
3653area[sport=swimming] {
3654 fill-color: swimming_pool#51c4ef;
3655}
3656node[sport=swimming] {
3657 icon-image: "sport/pool.png";
3658 set icon_z17;
3659 text: auto;
3660}
3661area[sport=skiing],
3662area[sport=table_tennis],
3663area[sport=tennis],
3664area[sport=paintball] {
3665 fill-color: sport#bde3cb;
3666}
3667node[sport=skiing] {
3668 icon-image: "sport/skiing.png";
3669 set icon_z17;
3670 text: auto;
3671}
3672node[sport=table_tennis] {
3673 icon-image: "sport/table_tennis.png";
3674 set icon_z17;
3675 text: auto;
3676}
3677node[sport=tennis] {
3678 icon-image: "sport/tennis.png";
3679 set icon_z17;
3680 text: auto;
3681}
3682node[sport=paintball] {
3683 icon-image: "misc/no_icon.png";
3684 set icon_z17;
3685 text: auto;
3686}
3687area[sport=squash],
3688area[sport=shooting],
3689area[sport=volleyball],
3690area[sport=beachvolleyball],
3691area[sport=bowling],
3692area[sport=handball],
3693area[sport=rowing],
3694area[sport=sailing],
[7630]3695area[sport=scuba_diving],
[7581]3696area[sport=badminton] {
3697 fill-color: sport#bde3cb;
3698}
3699node[sport=squash] {
3700 icon-image: "misc/no_icon.png";
3701 set icon_z17;
3702 text: auto;
3703}
3704node[sport=shooting] {
[7724]3705 icon-image: "presets/range.png";
3706 icon-width: 16;
[7581]3707 set icon_z17;
3708 text: auto;
3709}
3710node[sport=volleyball] {
3711 icon-image: "sport/volleyball.png";
3712 set icon_z17;
3713 text: auto;
3714}
3715node[sport=beachvolleyball] {
3716 icon-image: "sport/beachvolleyball.png";
3717 set icon_z17;
3718 text: auto;
3719}
3720node[sport=bowling] {
3721 icon-image: "sport/10pin.png";
3722 set icon_z17;
3723 text: auto;
3724}
3725node[sport=handball] {
3726 icon-image: "sport/handball.png";
3727 set icon_z17;
3728 text: auto;
3729}
3730node[sport=rowing] {
3731 icon-image: "sport/rowing.png";
3732 set icon_z17;
3733 text: auto;
3734}
3735node[sport=sailing] {
3736 icon-image: "misc/no_icon.png";
3737 set icon_z17;
3738 text: auto;
3739}
[7630]3740node[sport=scuba_diving] {
3741 icon-image: "sport/scuba_diving.svg";
[7581]3742 set icon_z17;
3743 text: auto;
3744}
3745node[sport=badminton] {
3746 icon-image: "misc/no_icon.png";
3747 set icon_z17;
3748 text: auto;
3749}
3750area[sport=archery],
3751area[sport=fishing],
3752area[sport=safety_training],
3753area[sport=model_aerodrome],
3754area[sport=rc_car] {
3755 fill-color: sport#bde3cb;
3756}
3757node[sport=archery] {
3758 icon-image: "sport/archery.png";
3759 set icon_z17;
3760 text: auto;
3761}
3762node[sport=fishing] {
3763 icon-image: "sport/fishing.png";
3764 set icon_z17;
3765 text: auto;
3766}
3767node[sport=safety_training] {
3768 icon-image: "sport/safety_training.png";
3769 set icon_z17;
3770 text: auto;
3771}
3772node[sport=model_aerodrome] {
3773 icon-image: "transport/airport.png";
3774 set icon_z17;
3775 text: auto;
3776}
3777node[sport=rc_car] {
3778 icon-image: "transport/car.png";
3779 set icon_z17;
3780 text: auto;
3781}
3782
[7041]3783/****************/
3784/* natural tags */
3785/****************/
3786
3787area[natural=spring] {
3788 fill-color: light_water#00005f;
3789}
3790node[natural=spring] {
3791 icon-image: "misc/landmark/spring.png";
[7454]3792 set icon_z17;
[7041]3793 text: auto;
3794}
3795node[natural=saddle] {
3796 icon-image: "presets/saddle.svg";
[7470]3797 set icon_z0;
[7041]3798 text: auto;
[7470]3799 set text_z0;
[7041]3800}
3801node[natural=peak] {
3802 icon-image: "presets/peak.svg";
[7470]3803 set icon_z0;
[7041]3804 text: auto;
[7470]3805 set text_z0;
[7041]3806}
[7460]3807node[natural=peak][tourism=viewpoint] {
3808 icon-image: "sightseeing/peak_viewpoint.svg";
[7470]3809 set icon_z0;
[7460]3810 text: auto;
[7470]3811 set text_z0;
[7460]3812}
[7041]3813area[natural=glacier] {
3814 fill-color: glacier#ffffff;
3815}
3816node[natural=glacier] {
3817 icon-image: "misc/landmark/glacier_small.png";
[7470]3818 set icon_z0;
[7041]3819 text: auto;
[7470]3820 set text_z0;
[7041]3821}
3822node[natural=volcano] {
3823 icon-image: "misc/landmark/volcano_small.png";
[7470]3824 set icon_z0;
[7041]3825 text: auto;
[7470]3826 set text_z0;
[7041]3827}
3828area[natural=cliff]:closed {
3829 fill-color: natural#002f00;
3830}
3831way[natural=cliff] {
[7156]3832 repeat-image: "misc/cliff-pattern.png";
3833 repeat-image-align: top;
3834 width: 1;
[7454]3835 color: #b2b2b2;
[7041]3836}
3837node[natural=cliff] {
3838 icon-image: "misc/cliff.png";
[7454]3839 set icon_z17;
[7041]3840 text: auto;
3841}
[7735]3842way[natural=ridge] {
3843 width: 1;
3844 color: natural#002f00;
3845}
[7041]3846area[natural=scree] {
3847 fill-color: natural#002f00;
3848}
3849area[natural=scrub] {
3850 fill-color: scrub#007000;
3851}
3852area[natural=fell] {
3853 fill-color: natural#002f00;
3854}
3855area[natural=heath] {
3856 fill-color: heath#ffffc0;
3857}
3858way[natural=tree_row] {
3859 width: 2;
3860 color: woodarea#008000;
3861}
3862area[natural=wood] {
3863 fill-color: woodarea#008000;
3864}
3865area[natural=grassland] {
3866 fill-color: green#b1e0c2;
3867}
3868area[natural=wetland] {
3869 fill-color: marsh#4f4ff3;
3870}
3871area[natural=water] {
3872 fill-color: water#0000ff;
3873}
3874way[natural=coastline] {
3875 width: 1;
3876 color: water#0000ff;
3877}
3878area[natural=mud] {
3879 fill-color: mud#cba762;
3880}
3881area[natural=beach] {
3882 fill-color: beach#f8dba2;
3883}
3884area[natural=sand] {
3885 fill-color: sand#f8dba2;
3886}
[7735]3887area[natural=bare_rock] {
3888 fill-color: bare_rock#f8f8c7;
3889}
3890area[natural=stone] {
3891 fill-color: stone#f8f8c7;
3892}
3893node[natural=stone] {
[7041]3894 icon-image: "misc/no_icon.png";
[7454]3895 set icon_z17;
[7041]3896 text: auto;
3897}
3898area[natural=bay],
3899area[natural=cave_entrance] {
3900 fill-color: natural#002f00;
3901}
3902node[natural=bay] {
3903 icon-image: "misc/bay.png";
[7454]3904 set icon_z17;
[7041]3905 text: auto;
3906}
3907node[natural=cave_entrance] {
3908 icon-image: "misc/landmark/cave_entrance.png";
[7454]3909 set icon_z17;
[7041]3910 text: auto;
3911}
3912node[natural=tree] {
3913 icon-image: "misc/landmark/trees.png";
[7454]3914 set icon_z17;
[7041]3915 text: auto;
3916}
[7235]3917node[natural=tree][type=conifer],
3918node[natural=tree][leaf_type=needleleaved] {
[7041]3919 icon-image: "misc/landmark/trees_conifer.png";
[7454]3920 set icon_z17;
[7041]3921 text: auto;
3922}
[7235]3923node[natural=tree][type=broad_leaved],
3924node[natural=tree][leaf_type=broadleaved] {
[7041]3925 icon-image: "misc/landmark/trees_broad_leaved.png";
[7454]3926 set icon_z17;
[7041]3927 text: auto;
3928}
3929node[natural=tree][type=palm] {
3930 icon-image: "misc/landmark/trees_palm.png";
[7454]3931 set icon_z17;
[7041]3932 text: auto;
3933}
[7735]3934node[natural=scree],
3935node[natural=scrub],
3936node[natural=fell],
3937node[natural=heath],
3938node[natural=tree_row],
3939node[natural=wood],
3940node[natural=grassland],
3941node[natural=wetland],
3942node[natural=water],
3943node[natural=coastline],
3944node[natural=mud],
3945node[natural=beach],
3946node[natural=sand],
3947node[natural=land],
3948node[natural=bare_rock],
3949node[natural=ridge] {
3950 icon-image: "misc/deprecated.png";
3951 set icon_z17;
3952 text: auto;
3953}
[7041]3954/*****************/
3955/* waterway tags */
3956/*****************/
3957
3958way[waterway=river] {
3959 width: 2;
3960 color: water#0000ff;
3961}
3962area[waterway=riverbank] {
3963 fill-color: riverbank#0000cf;
3964 width: 1;
3965 color: riverbank#0000cf;
3966}
3967way[waterway=canal], way[waterway=wadi] {
3968 width: 2;
3969 color: water#0000ff;
3970}
3971way[waterway=stream] {
3972 width: 1;
3973 color: stream#6600cc;
3974}
3975way[waterway=ditch], way[waterway=drain] {
3976 width: 1;
3977 color: water#0000ff;
3978}
3979area[waterway=dock] {
3980 fill-color: dock#0000cf;
3981}
3982node[waterway=dock] {
3983 icon-image: "nautical/boatyard.png";
[7454]3984 set icon_z17;
[7041]3985 text: auto;
3986}
3987node[waterway=lock_gate] {
3988 icon-image: "nautical/lock_gate.png";
[7454]3989 set icon_z17;
[7041]3990 text: auto;
3991}
3992node[waterway=turning_point] {
3993 icon-image: "nautical/turning.png";
[7454]3994 set icon_z17;
[7041]3995 text: auto;
3996}
3997area[waterway=boatyard] {
3998 fill-color: manmade#d8d8d8;
3999}
4000node[waterway=boatyard] {
4001 icon-image: "nautical/boatyard.png";
[7454]4002 set icon_z17;
[7041]4003 text: auto;
4004}
[7737]4005node[waterway=water_point],
4006node[waterway=waste_disposal],
4007node[waterway=mooring] {
4008 icon-image: "misc/deprecated.png";
[7454]4009 set icon_z17;
[7041]4010 text: auto;
4011}
[7737]4012node[mooring] {
[7041]4013 icon-image: "nautical/marina.png";
[7454]4014 set icon_z17;
[7041]4015 text: auto;
4016}
4017way[waterway=weir] {
4018 width: 2;
4019 color: manmade#d8d8d8;
4020}
4021node[waterway=weir] {
4022 icon-image: "nautical/weir.png";
[7454]4023 set icon_z17;
[7041]4024 text: auto;
4025}
4026way[waterway=rapids] {
4027 width: 2;
4028 color: rapids#8080ff;
4029}
4030node[waterway=rapids] {
4031 icon-image: "misc/no_icon.png";
[7454]4032 set icon_z17;
[7041]4033 text: auto;
4034}
4035area[waterway=dam]:closed {
4036 fill-color: manmade#d8d8d8;
4037}
4038way[waterway=dam] {
4039 width: 2;
4040 color: manmade#d8d8d8;
4041}
4042node[waterway=dam] {
4043 icon-image: "nautical/dam.png";
[7454]4044 set icon_z17;
[7041]4045 text: auto;
4046}
4047/* it's not possible to have both line and area, line seems more likely */
4048way[waterway=waterfall] {
4049 width: 2;
4050 color: manmade#d8d8d8;
4051}
4052node[waterway=waterfall] {
4053 icon-image: "nautical/waterfall.png";
[7454]4054 set icon_z17;
[7041]4055 text: auto;
4056}
4057node[waterway=river], node[waterway=riverbank],
4058node[waterway=canal], node[waterway=wadi],
4059node[waterway=stream],
4060node[waterway=ditch], node[waterway=drain] {
4061 icon-image: "misc/deprecated.png";
[7454]4062 set icon_z17;
[7041]4063 text: auto;
4064}
4065
4066/**************/
4067/* route tags */
4068/**************/
4069
[7645]4070way[route=ferry] {
[7041]4071 width: 1;
[7645]4072 color: ferry#809bc0;
[7041]4073 dashes: 9,9;
4074}
4075node[route=bus],
4076node[route=ferry],
4077node[route=flight],
4078node[route=ncn],
4079node[route=subsea],
4080node[route=ski],
4081node[route=tour],
4082node[route=pub_crawl] {
4083 icon-image: "misc/deprecated.png";
[7454]4084 set icon_z17;
[7041]4085 text: auto;
4086}
4087
4088/*******************/
4089/* properties tags */
4090/*******************/
4091
4092node[mountain_pass?] {
4093 icon-image: "misc/landmark/mountain_pass.png";
[7470]4094 set icon_z0;
[7041]4095 text: auto;
[7470]4096 set text_z0;
[7041]4097}
4098
4099/*****************/
4100/* boundary tags */
4101/*****************/
4102
4103way[boundary=national]::core_boundary,
4104way[boundary=administrative]::core_boundary,
4105way[boundary=postal_code]::core_boundary,
4106way[boundary=political]::core_boundary,
4107way[boundary=national_park]::core_boundary {
4108 z-index: 2;
4109 modifier: false;
4110 width: 1;
4111 color: boundary#FF6600;
4112 dashes: 9,9;
4113}
4114way[admin_level=9]::core_boundary,
4115relation[admin_level=9] > way::core_boundary,
4116way[admin_level=10]::core_boundary,
4117relation[admin_level=10] > way::core_boundary {
4118 z-index: 2;
4119 modifier: false;
4120 width: 1;
4121 color: boundary#FF6600;
4122 dashes: 9,9;
4123}
4124way[admin_level=7]::core_boundary,
4125relation[admin_level=7] > way::core_boundary,
4126way[admin_level=8]::core_boundary,
4127relation[admin_level=8] > way::core_boundary {
4128 z-index: 2;
4129 modifier: false;
4130 width: 2;
4131 color: boundary#FF6600;
4132 dashes: 9,9;
4133}
4134way[admin_level=5]::core_boundary,
4135relation[admin_level=5] > way::core_boundary,
4136way[admin_level=6]::core_boundary,
4137relation[admin_level=6] > way::core_boundary {
4138 z-index: 2;
4139 modifier: false;
4140 width: 3;
4141 color: boundary#FF6600;
4142 dashes: 9,9;
4143}
4144way[admin_level=3]::core_boundary,
4145relation[admin_level=3] > way::core_boundary,
4146way[admin_level=4]::core_boundary,
4147relation[admin_level=4] > way::core_boundary {
4148 z-index: 2;
4149 modifier: false;
4150 width: 4;
4151 color: boundary#FF6600;
4152 dashes: 9,9;
4153}
4154way[admin_level=1]::core_boundary,
4155relation[admin_level=1] > way::core_boundary,
4156way[admin_level=2]::core_boundary,
4157relation[admin_level=2] > way::core_boundary {
4158 z-index: 2;
4159 modifier: false;
4160 width: 5;
4161 color: boundary#FF6600;
4162 dashes: 9,9;
4163}
4164node[boundary=national],
4165node[boundary=administrative],
4166node[boundary=postal_code],
4167node[boundary=political],
4168node[boundary=national_park] {
4169 icon-image: "misc/deprecated.png";
[7454]4170 set icon_z17;
[7041]4171 text: auto;
4172}
[7377]4173
[7383]4174/******************/
4175/* maxspeed nodes */
4176/******************/
[7421]4177node[maxspeed=none][!is_prop_set(icon-image)] {
[7383]4178 icon-image: "vehicle/restriction/maxspeed_none.svg";
[7454]4179 set icon_z17;
[7383]4180}
[7454]4181node[maxspeed=~/^[0-9]+$/][!is_prop_set(icon-image)] {
[7383]4182 maxspeedprop: tag(maxspeed);
4183 set maxspeedclass;
4184}
[7454]4185node[maxspeed=signals][!is_prop_set(icon-image)] {
[7383]4186 maxspeedprop: " ?";
4187 set maxspeedclass;
4188}
[7454]4189node[maxspeed=~/^[0-9]+ mph/][!is_prop_set(icon-image)] {
[7383]4190 maxspeedprop: get(split(" mph",tag(maxspeed)),0);
4191 set maxspeedclass;
4192}
[7454]4193node[maxspeed=~/[0-9]+ km\/h/][!is_prop_set(icon-image)] {
[7383]4194 maxspeedprop: get(split(" km/h",tag(maxspeed)),0);
4195 set maxspeedclass;
4196}
[7454]4197node[maxspeed=~/[0-9]+ knots/][!is_prop_set(icon-image)] {
[7383]4198 maxspeedprop: get(split(" knots",tag(maxspeed)),0);
4199 set maxspeedclass;
4200}
[7454]4201node[prop(maxspeedclass, default)][!is_prop_set(icon-image, default)]::core_maxnodebg {
[7383]4202 /* background (white) */
4203 symbol-shape: circle;
4204 symbol-size: 17;
4205 symbol-fill-color: white;
4206 major-z-index: 4.2;
4207}
[7454]4208node[maxspeed]["maxspeed:variable"]["maxspeed:variable"!="no"]::core_maxnodebg,
4209node[maxspeed=signals]::core_maxnodebg {
[7383]4210 /* background (black) */
4211 symbol-fill-color: black;
4212}
[7454]4213node[prop(maxspeedclass, default)]::core_maxnodefg {
[7383]4214 /* foreground (black text and red circle) */
4215 symbol-shape: circle;
4216 symbol-size: 15;
4217 symbol-stroke-color: crimson;
4218 symbol-stroke-width: 2;
4219 text: prop(maxspeedprop, default);
4220 font-size: 8;
4221 font-weight: bold;
4222 text-color: black;
4223 text-anchor-horizontal: center;
4224 text-anchor-vertical: center;
4225 text-offset-x: 0;
4226 text-offset-y: -1;
4227 major-z-index: 4.2;
4228}
[7454]4229node[maxspeed]["maxspeed:variable"]["maxspeed:variable"!="no"]::core_maxnodefg,
4230node[maxspeed=signals]::core_maxnodefg {
[7383]4231 /* foreground (white text) */
4232 text-color: white;
4233}
[7454]4234node|z-16[prop(maxspeedclass, default)][setting("hide_icons")]::core_maxnodebg {
4235 symbol-shape: none;
4236}
4237node|z-16[prop(maxspeedclass, default)][setting("hide_icons")]::core_maxnodefg {
4238 text: none;
4239 symbol-shape: none;
4240}
[7383]4241
[7454]4242/**************/
4243/* place tags */
4244/**************/
[7377]4245
[7454]4246/* lot's of "openGeoDB:..." tags can be found in germany */
4247node["openGeoDB:type"=Stadt],
4248node["openGeoDB:type"=Kreis],
4249node["openGeoDB:type"=Gemeinde],
4250node["openGeoDB:type"=Ort],
4251node["openGeoDB:type"=District],
4252node["openGeoDB:location"=locality] {
4253 icon-image: "place/settlement/town.png";
[7470]4254 set icon_z0;
[7454]4255 text: auto;
[7470]4256 set text_z0;
[7454]4257 font-size: 10;
4258 font-weight: bold;
4259 text-color:black;
4260 text-halo-color: white;
4261 text-halo-radius: 1;
4262}
4263area[place=continent],
4264area[place=country],
4265area[place=state],
4266area[place=region],
4267area[place=county],
4268area[place=city],
4269area[place=town],
4270area[place=village],
4271area[place=hamlet],
4272area[place=farm],
4273area[place=isolated_dwelling],
4274area[place=neighbourhood],
4275area[place=suburb],
4276area[place=locality],
4277area[place=island],
4278area[place=islet] {
4279 fill-color: place#8de3cb;
4280}
4281node[place=continent],
4282node[place=country],
4283node[place=state],
4284node[place=region],
4285node[place=county] {
4286 icon-image: "place/settlement/capital.png";
[7470]4287 set icon_z0;
[7454]4288 text: auto;
[7470]4289 set text_z0;
[7454]4290 font-size: 10;
4291 font-weight: bold;
4292 text-color:black;
4293 text-halo-color: white;
4294 text-halo-radius: 1;
4295}
4296node[place=city] {
4297 icon-image: "place/settlement/city.png";
[7470]4298 set icon_z0;
[7454]4299 text: auto;
[7470]4300 set text_z0;
[7454]4301 font-size: 10;
4302 font-weight: bold;
4303 text-color:black;
4304 text-halo-color: white;
4305 text-halo-radius: 1;
4306}
4307node[place=town],
4308node[place=village],
4309node[place=hamlet],
4310node[place=farm],
4311node[place=isolated_dwelling],
4312node[place=neighbourhood],
4313node[place=suburb] {
4314 icon-image: "place/settlement/town.png";
[7470]4315 set icon_z0;
[7454]4316 text: auto;
[7470]4317 set text_z0;
[7454]4318 font-size: 10;
4319 font-weight: bold;
4320 text-color:black;
4321 text-halo-color: white;
4322 text-halo-radius: 1;
4323}
4324node[place=locality] {
4325 icon-image: "place/locality.png";
[7470]4326 set icon_z0;
[7454]4327 text: auto;
[7470]4328 set text_z0;
[7454]4329 font-size: 10;
4330 font-weight: bold;
4331 text-color:black;
4332 text-halo-color: white;
4333 text-halo-radius: 1;
4334}
4335node[place=island] {
4336 icon-image: "place/island.png";
[7470]4337 set icon_z0;
[7454]4338 text: auto;
[7470]4339 set text_z0;
[7454]4340 font-size: 10;
4341 font-weight: bold;
4342 text-color:black;
4343 text-halo-color: white;
4344 text-halo-radius: 1;
4345}
4346node[place=islet] {
4347 icon-image: "place/islet.png";
[7470]4348 set icon_z0;
[7454]4349 text: auto;
[7470]4350 set text_z0;
[7454]4351 font-size: 10;
4352 font-weight: bold;
4353 text-color:black;
4354 text-halo-color: white;
4355 text-halo-radius: 1;
4356}
4357
4358/***************************/
4359/* "work in progress" tags */
4360/***************************/
4361
4362node|z16-[fixme]::core_fixme,
4363node|z-15[fixme][!setting("hide_icons")]::core_fixme,
4364node|z16-[FIXME]::core_fixme,
4365node|z-15[FIXME][!setting("hide_icons")]::core_fixme {
4366 object-z-index: 20;
4367 icon-image: "misc/fixme-annotation.png";
4368}
4369node|z16-[note]::core_note,
4370node|z-15[note][!setting("hide_icons")]::core_note {
4371 object-z-index: 10;
4372 icon-image: "misc/note-annotation.png";
4373}
4374
4375/* special display of unreviewed tiger data (USA) */
4376way["tiger:reviewed"=no]::core_tiger {
4377 major-z-index: -10;
4378 width: 11;
4379 color: tiger_data#808000;
4380 opacity: 0.6;
4381}
4382
4383/****************************************/
4384/* zoom levels and general node display */
4385/****************************************/
4386
4387/*
4388Summary of different zoom levels:
[7470]4389 (any zoom) place=* and a few natural icons with their text is shown
4390 |z-15 untagged way nodes are hidden completely
4391 |z16- fixme=* and note=* symbols
4392 |z17- normal POI icons (without text),
4393 street name along highway=* ways
4394 |z18- text for normal POI icons is shown
[7454]4395
4396 * text size and node size is adapted according to zoom level (see style source below)
4397 * maxspeed icons should not be distinguishable from POIs with "icon-image" property
4398
4399*/
4400
[7377]4401node {
4402 text: auto;
4403}
[7454]4404node|z-16[setting("hide_icons")],
[7458]4405node|z17-[!is_prop_set("icon-image")][setting("hide_icons")]!.maxspeedclass,
4406node[!is_prop_set("icon-image")][!setting("hide_icons")]!.maxspeedclass {
[7456]4407 symbol-size: 2;
[7377]4408 symbol-shape: square;
4409 symbol-stroke-color: node_standard#ffff00;
[7386]4410 major-z-index: 4.95; /* put node squares above line text */
[7377]4411}
[7454]4412way > node|z-15[setting("shrink_nodes")]!:tagged {
[7428]4413 symbol-shape: none;
4414}
[7454]4415node:connection {
[7377]4416 symbol-stroke-color: node_connection#ffff00;
4417}
[7428]4418node:tagged {
[7378]4419 symbol-stroke-color: none;
4420 symbol-fill-color: node_tagged#00ffff;
[7377]4421}
4422
[7456]4423way > node|z16[setting("shrink_nodes")]!:tagged { symbol-size: 1; }
[7377]4424
[7456]4425node|z17[setting("shrink_nodes")] { symbol-size: 4; }
4426way > node|z17[setting("shrink_nodes")] { symbol-size: 2; }
4427node|z17[setting("shrink_nodes")]:connection { symbol-size: 4; }
[7377]4428
[7456]4429node|z18[setting("shrink_nodes")] { symbol-size: 4; }
4430way > node|z18[setting("shrink_nodes")] { symbol-size: 3; }
4431node|z18[setting("shrink_nodes")]:connection { symbol-size: 5; }
[7377]4432
[7456]4433node|z19-[setting("shrink_nodes")] { symbol-size: 4; }
4434way > node|z19-[setting("shrink_nodes")] { symbol-size: 4; }
4435node|z19-[setting("shrink_nodes")]:connection { symbol-size: 6; }
[7377]4436
[7456]4437node[!setting("shrink_nodes")] { symbol-size: 4; }
4438way > node[!setting("shrink_nodes")] { symbol-size: 4; }
4439node[!setting("shrink_nodes")]:connection { symbol-size: 6; }
[7454]4440
[7470]4441node|z-16[setting("hide_icons")].icon_z17!.icon_z0,
[7454]4442relation|z-16[type=restriction][setting("hide_icons")] {
4443 icon-image: none;
4444}
[7470]4445node|z-17[setting("hide_icons")]!.text_z0 {
[7377]4446 text: none;
4447}
4448
[7383]4449node|z19,area|z19 { font-size: 9; }
4450node|z20-,area|z20- { font-size: 10; }
[7377]4451
[7386]4452/*******************/
4453/* way text labels */
4454/*******************/
4455
[7520]4456way|z17-[highway^=motorway][setting("highway_labels")],
4457way|z17-[highway^=trunk][setting("highway_labels")],
4458way|z17-[highway^=primary][setting("highway_labels")],
4459way|z17-[highway^=secondary][setting("highway_labels")],
4460way|z17-[highway^=tertiary][setting("highway_labels")],
4461way|z17-[highway=unclassified][setting("highway_labels")],
4462way|z17-[highway=residential][setting("highway_labels")],
4463way|z17-[highway=living_street][setting("highway_labels")],
4464way|z17-[highway=pedestrian][!area?][setting("highway_labels")],
4465way|z17-[highway=service][setting("highway_labels")],
4466way|z17-[highway=track][setting("highway_labels")] {
[7386]4467 text: auto;
4468 text-color: black;
4469 font-size: 9;
4470 text-position: line;
4471 text-halo-opacity: 1;
4472 text-halo-radius: 1.5;
4473}
[7520]4474way|z17-[highway^=motorway][setting("highway_labels")] {
[7439]4475 text-halo-color: motorway#809bc0;
4476}
[7520]4477way|z17-[highway^=trunk][setting("highway_labels")] {
[7439]4478 text-halo-color: trunk#7fc97f;
4479}
[7520]4480way|z17-[highway^=primary][setting("highway_labels")] {
[7439]4481 text-halo-color: primary#fb805f;
4482}
[7520]4483way|z17-[highway^=secondary][setting("highway_labels")] {
[7439]4484 text-halo-color: secondary#fdbf6f;
4485}
[7520]4486way|z17-[highway^=tertiary][setting("highway_labels")] {
[7439]4487 text-halo-color: tertiary#f7f496;
4488}
[7520]4489way|z17-[highway=unclassified][setting("highway_labels")],
4490way|z17-[highway=residential][setting("highway_labels")],
4491way|z17-[highway=living_street][setting("highway_labels")] {
[7439]4492 text-halo-color: street#c0c0c0;
4493}
[7520]4494way[highway=pedestrian][!area?][setting("highway_labels")] {
[7457]4495 text-halo-color: foot#00ff00;
4496}
[7520]4497way|z17-[highway=service][setting("highway_labels")] {
[7439]4498 text-halo-color: service#809bc0;
4499}
[7520]4500way|z17-[highway=track][setting("highway_labels")] {
[7904]4501 text-halo-color: highway_track#6e541c;
[7439]4502}
[7520]4503way|z18[highway][setting("highway_labels")] {
[7386]4504 font-size: 10;
4505}
[7520]4506way|z19[highway][setting("highway_labels")] {
[7386]4507 font-size: 11;
4508}
[7520]4509way|z20-[highway][setting("highway_labels")] {
[7386]4510 font-size: 12;
4511}
4512
[7041]4513/* "deprecated" tags
4514 historic=museum -> tourism=museum
4515 man_made=power_wind -> power=generator and power_source=wind
4516 man_made=power_hydro -> power=generator and power_source=hydro
4517 man_made=power_fossil -> power=generator and power_source=fossil
4518 man_made=power_nuclear -> power=generator and power_source=nuclear
4519 amenity=park_bench -> amenity=bench
4520 amenity=signpost -> information=guidepost
4521 amenity=emergency_phone -> emergency=phone
4522 highway minor - classification now more detailed
4523 highway=stile -> barrier=stile
4524 highway=gate -> barrier=gate
4525 highway=cattle_grid -> barrier=cattle_grid
4526 highway=toll_booth -> barrier=toll_booth
4527 highway=viaduct -> bridge=viaduct
4528 railway=viaduct -> bridge=viaduct
4529 waterway=aqueduct -> bridge=aqueduct
4530 natural=marsh -> natural=wetland
4531 leisure=zoo -> tourism=zoo
4532 power=station -> power=plant or power=sub_station
4533*/
Note: See TracBrowser for help on using the repository browser.