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

Last change on this file since 10822 was 10822, checked in by Klumbumbus, 8 years ago

fix #13335 - add leisure=beach_resort to preset and mappaint style (icon from https://openclipart.org/detail/82753/umbrella, reworked, PD and CC0 licensed); see #13357 - improve some icons and fix icons, which changed their appearance after cleanup; use new bus icon for PTV2 group

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