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

Last change on this file since 14806 was 14806, checked in by Klumbumbus, 5 years ago

fix #17133 - support rendering of boundary on relation ways for all boundary types not just administrative

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