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

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

fix #13140 - add government=* combobox to office=government preset; see #13117 - fix icon path

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