Changeset 10565 in josm for trunk/styles
- Timestamp:
- 2016-07-19T20:14:39+02:00 (9 years ago)
- Location:
- trunk/styles/standard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r10544 r10565 65 65 66 66 relation[restriction=no_left_turn][!setting("alt_turn_icons")] { 67 icon-image: "vehicle/restriction/turn_restrictions/no_left_turn_red.png"; 67 icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn_red.png"; 68 68 set icon_z17; 69 69 text: auto; 70 70 } 71 71 relation[restriction=no_left_turn][setting("alt_turn_icons")] { 72 icon-image: "vehicle/restriction/turn_restrictions/no_left_turn.png"; 72 icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.png"; 73 73 set icon_z17; 74 74 text: auto; 75 75 } 76 76 relation[restriction=no_right_turn][!setting("alt_turn_icons")] { 77 icon-image: "vehicle/restriction/turn_restrictions/no_right_turn_red.png"; 77 icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn_red.png"; 78 78 set icon_z17; 79 79 text: auto; 80 80 } 81 81 relation[restriction=no_right_turn][setting("alt_turn_icons")] { 82 icon-image: "vehicle/restriction/turn_restrictions/no_right_turn.png"; 82 icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.png"; 83 83 set icon_z17; 84 84 text: auto; 85 85 } 86 86 relation[restriction=no_straight_on][!setting("alt_turn_icons")] { 87 icon-image: "vehicle/restriction/turn_restrictions/no_straight_on_red.png"; 87 icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on_red.png"; 88 88 set icon_z17; 89 89 text: auto; 90 90 } 91 91 relation[restriction=no_straight_on][setting("alt_turn_icons")] { 92 icon-image: "vehicle/restriction/turn_restrictions/no_straight_on.png"; 92 icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.png"; 93 93 set icon_z17; 94 94 text: auto; 95 95 } 96 96 relation[restriction=no_u_turn] { 97 icon-image: "vehicle/restriction/turn_restrictions/no_u_turn.png"; 97 icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.png"; 98 98 set icon_z17; 99 99 text: auto; 100 100 } 101 101 relation[restriction=only_left_turn] { 102 icon-image: "vehicle/restriction/turn_restrictions/only_left_turn.png"; 102 icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.png"; 103 103 set icon_z17; 104 104 text: auto; 105 105 } 106 106 relation[restriction=only_right_turn] { 107 icon-image: "vehicle/restriction/turn_restrictions/only_right_turn.png"; 107 icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.png"; 108 108 set icon_z17; 109 109 text: auto; 110 110 } 111 111 relation[restriction=only_straight_on] { 112 icon-image: "vehicle/restriction/turn_restrictions/only_straight_on.png"; 112 icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.png"; 113 113 set icon_z17; 114 114 text: auto; 115 115 } 116 116 node[restriction] { 117 icon-image: "misc/deprecated.png"; 117 icon-image: "presets/misc/deprecated.png"; 118 118 set icon_z17; 119 119 text: auto; … … 155 155 node[cutting?!], 156 156 node[embankment?!] { 157 icon-image: "misc/deprecated.png"; 157 icon-image: "presets/misc/deprecated.png"; 158 158 set icon_z17; 159 159 } … … 188 188 } 189 189 node[traffic_sign][access?!] { 190 icon-image: "vehicle/restriction/access.png"; 190 icon-image: "presets/vehicle/restriction/access.png"; 191 191 set icon_z17; 192 192 } … … 194 194 node[traffic_sign][access=private][!is_prop_set(icon-image)], 195 195 node[traffic_sign][access=destination][!is_prop_set(icon-image)] { 196 icon-image: "misc/no_icon.png"; 196 icon-image: "presets/misc/no_icon.png"; 197 197 set icon_z17; 198 198 } 199 199 node[traffic_sign][bicycle?!] { 200 icon-image: "vehicle/restriction/bicycle.png"; 200 icon-image: "presets/vehicle/restriction/bicycle.png"; 201 201 set icon_z17; 202 202 } 203 203 node[traffic_sign][bicycle=designated] { 204 icon-image: "vehicle/restriction/bicycle-designated.png"; 204 icon-image: "presets/vehicle/restriction/bicycle-designated.png"; 205 205 set icon_z17; 206 206 } 207 207 node[traffic_sign][foot?!] { 208 icon-image: "vehicle/restriction/foot.png"; 208 icon-image: "presets/vehicle/restriction/foot.png"; 209 209 set icon_z17; 210 210 } 211 211 node[traffic_sign][foot=designated] { 212 icon-image: "vehicle/restriction/foot-designated.png"; 212 icon-image: "presets/vehicle/restriction/foot-designated.png"; 213 213 set icon_z17; 214 214 } 215 215 node[traffic_sign][goods?!], 216 216 node[traffic_sign][hgv?!] { 217 icon-image: "vehicle/restriction/goods.png"; 217 icon-image: "presets/vehicle/restriction/goods.png"; 218 218 set icon_z17; 219 219 } 220 220 node[traffic_sign][horse?!] { 221 icon-image: "vehicle/restriction/horse.png"; 221 icon-image: "presets/vehicle/restriction/horse.png"; 222 222 set icon_z17; 223 223 } 224 224 node[traffic_sign][horse=designated] { 225 icon-image: "vehicle/restriction/horse-designated.png"; 225 icon-image: "presets/vehicle/restriction/horse-designated.png"; 226 226 set icon_z17; 227 227 } 228 228 node[traffic_sign][motorcycle?!] { 229 icon-image: "vehicle/restriction/motorbike.png"; 229 icon-image: "presets/vehicle/restriction/motorbike.png"; 230 230 set icon_z17; 231 231 } 232 232 node[traffic_sign][motorcar?!] { 233 icon-image: "vehicle/restriction/motorcar.png"; 233 icon-image: "presets/vehicle/restriction/motorcar.png"; 234 234 set icon_z17; 235 235 } 236 236 node[traffic_sign][psv?!] { 237 icon-image: "vehicle/restriction/psv.png"; 237 icon-image: "presets/vehicle/restriction/psv.png"; 238 238 set icon_z17; 239 239 } 240 240 node[traffic_sign][motorboat?!][!is_prop_set(icon-image)], 241 241 node[traffic_sign][boat?!][!is_prop_set(icon-image)] { 242 icon-image: "misc/no_icon.png"; 242 icon-image: "presets/misc/no_icon.png"; 243 243 set icon_z17; 244 244 } 245 245 node[noexit=yes] { 246 icon-image: "vehicle/restriction/dead_end.png"; 246 icon-image: "presets/vehicle/restriction/dead_end.png"; 247 247 set icon_z17; 248 248 } 249 249 node[traffic_sign][maxweight] { 250 icon-image: "vehicle/restriction/maxweight.png"; 250 icon-image: "presets/vehicle/restriction/maxweight.png"; 251 251 set icon_z17; 252 252 } 253 253 node[traffic_sign][maxheight] { 254 icon-image: "vehicle/restriction/maxheight.png"; 254 icon-image: "presets/vehicle/restriction/maxheight.png"; 255 255 set icon_z17; 256 256 } 257 257 node[traffic_sign][maxwidth] { 258 icon-image: "vehicle/restriction/maxwidth.png"; 258 icon-image: "presets/vehicle/restriction/maxwidth.png"; 259 259 set icon_z17; 260 260 } 261 261 node[traffic_sign][maxlength] { 262 icon-image: "vehicle/restriction/maxlength.png"; 262 icon-image: "presets/vehicle/restriction/maxlength.png"; 263 263 set icon_z17; 264 264 } 265 265 node[traffic_sign][minspeed] { 266 icon-image: "vehicle/restriction/minspeed.png"; 266 icon-image: "presets/vehicle/restriction/minspeed.png"; 267 267 set icon_z17; 268 268 } 269 269 node[traffic_sign][maxstay][!is_prop_set(icon-image)], 270 270 node[traffic_sign][toll][!is_prop_set(icon-image)] { 271 icon-image: "misc/no_icon.png"; 271 icon-image: "presets/misc/no_icon.png"; 272 272 set icon_z17; 273 273 } … … 279 279 node["addr:housenumber"], 280 280 node["addr:postcode"] { 281 icon-image: "misc/housenumber.png"; 281 icon-image: "presets/misc/housenumber.png"; 282 282 set icon_z17; 283 283 } … … 305 305 } 306 306 node[building][!building?!] { 307 icon-image: "misc/landmark/building.png"; 307 icon-image: "presets/misc/landmark/building.png"; 308 308 set icon_z17; 309 309 } 310 310 node[building=garage] { 311 icon-image: "misc/landuse/garages.png"; 311 icon-image: "presets/misc/landuse/garages.png"; 312 312 set icon_z17; 313 313 } 314 314 node[building=garages] { 315 icon-image: "misc/landuse/garages.png"; 315 icon-image: "presets/misc/landuse/garages.png"; 316 316 set icon_z17; 317 317 } 318 318 node[building=transformer_tower] { 319 icon-image: "power/transformer_tower.svg"; 319 icon-image: "presets/power/transformer_tower.svg"; 320 320 set icon_z17; 321 321 } 322 322 node[entrance=yes], 323 323 node[entrance=staircase] { 324 icon-image: "misc/entrance-yes.png"; 324 icon-image: "presets/misc/entrance-yes.png"; 325 325 set icon_z17; 326 326 } 327 327 node[entrance=main] { 328 icon-image: "misc/entrance-main.png"; 328 icon-image: "presets/misc/entrance-main.png"; 329 329 set icon_z17; 330 330 } 331 331 node[entrance=service] { 332 icon-image: "misc/entrance-service.png"; 332 icon-image: "presets/misc/entrance-service.png"; 333 333 set icon_z17; 334 334 } 335 335 node[entrance=exit] { 336 icon-image: "misc/entrance-exit.png"; 336 icon-image: "presets/misc/entrance-exit.png"; 337 337 set icon_z17; 338 338 } 339 339 node[entrance=emergency] { 340 icon-image: "misc/entrance-emergency.png"; 340 icon-image: "presets/misc/entrance-emergency.png"; 341 341 set icon_z17; 342 342 } 343 343 node[building=entrance], 344 344 node[building:part] { 345 icon-image: "misc/deprecated.png"; 345 icon-image: "presets/misc/deprecated.png"; 346 346 set icon_z17; 347 347 } … … 361 361 } 362 362 node[barrier=gate] { 363 icon-image: "vehicle/gate.png"; 363 icon-image: "presets/vehicle/gate.png"; 364 364 set icon_z17; 365 365 } … … 390 390 node[barrier=retaining_wall], 391 391 node[barrier=ditch] { 392 icon-image: "misc/deprecated.png"; 392 icon-image: "presets/misc/deprecated.png"; 393 393 set icon_z17; 394 394 } 395 395 node[barrier=kerb] { 396 icon-image: "vehicle/kerb.svg"; 396 icon-image: "presets/vehicle/kerb.svg"; 397 397 set icon_z17; 398 398 } 399 399 node[barrier=block] { 400 icon-image: "vehicle/block.svg"; 400 icon-image: "presets/vehicle/block.svg"; 401 401 set icon_z17; 402 402 } 403 403 node[barrier=chain] { 404 icon-image: "vehicle/chain.svg"; 404 icon-image: "presets/vehicle/chain.svg"; 405 405 set icon_z17; 406 406 } 407 407 node[barrier=stile] { 408 icon-image: "vehicle/stile.svg"; 408 icon-image: "presets/vehicle/stile.svg"; 409 409 set icon_z17; 410 410 } 411 411 node[barrier=turnstile] { 412 icon-image: "vehicle/turnstile.png"; 412 icon-image: "presets/vehicle/turnstile.png"; 413 413 set icon_z17; 414 414 } 415 415 node[barrier=cycle_barrier] { 416 icon-image: "vehicle/cycle_barrier.png"; 416 icon-image: "presets/vehicle/cycle_barrier.png"; 417 417 set icon_z17; 418 418 } 419 419 node[barrier=lift_gate] { 420 icon-image: "vehicle/lift_gate.png"; 420 icon-image: "presets/vehicle/lift_gate.png"; 421 421 set icon_z17; 422 422 } 423 423 node[barrier=swing_gate] { 424 icon-image: "vehicle/swing_gate.png"; 424 icon-image: "presets/vehicle/swing_gate.png"; 425 425 set icon_z17; 426 426 } … … 429 429 } 430 430 node[barrier=toll_booth] { 431 icon-image: "vehicle/toll_booth.png"; 431 icon-image: "presets/vehicle/toll_booth.png"; 432 432 set icon_z17; 433 433 } 434 434 node[barrier=entrance] { 435 icon-image: "vehicle/entrance.png"; 435 icon-image: "presets/vehicle/entrance.png"; 436 436 set icon_z17; 437 437 } 438 438 node[barrier=cattle_grid] { 439 icon-image: "vehicle/cattle_grid.png"; 439 icon-image: "presets/vehicle/cattle_grid.png"; 440 440 set icon_z17; 441 441 } 442 442 node[barrier=border_control] { 443 icon-image: "vehicle/border_control.png"; 443 icon-image: "presets/vehicle/border_control.png"; 444 444 set icon_z17; 445 445 } 446 446 node[barrier=sally_port] { 447 icon-image: "vehicle/sally_port.png"; 447 icon-image: "presets/vehicle/sally_port.png"; 448 448 set icon_z17; 449 449 } 450 450 node[barrier=spikes] { 451 icon-image: "vehicle/spikes.svg"; 451 icon-image: "presets/vehicle/spikes.svg"; 452 452 set icon_z17; 453 453 } … … 457 457 node[barrier=jersey_barrier][!is_prop_set(icon-image)], 458 458 node[barrier=hampshire_gate][!is_prop_set(icon-image)] { 459 icon-image: "misc/no_icon.png"; 459 icon-image: "presets/misc/no_icon.png"; 460 460 set icon_z17; 461 461 } … … 637 637 } 638 638 node[junction=yes] { 639 icon-image: "vehicle/junction.svg"; 639 icon-image: "presets/vehicle/junction.svg"; 640 640 set icon_z17; 641 641 } 642 642 node[highway=traffic_mirror] { 643 icon-image: "vehicle/traffic_mirror.svg"; 643 icon-image: "presets/vehicle/traffic_mirror.svg"; 644 644 set icon_z17; 645 645 } 646 646 node[highway=milestone] { 647 icon-image: "vehicle/milestone.svg"; 647 icon-image: "presets/vehicle/milestone.svg"; 648 648 set icon_z17; 649 649 } 650 650 node[direction=clockwise] { 651 icon-image: "vehicle/restriction/roundabout_left.svg"; 651 icon-image: "presets/vehicle/restriction/roundabout_left.svg"; 652 652 set icon_z17; 653 653 } 654 654 node[highway=mini_roundabout] { 655 icon-image: "vehicle/restriction/mini_roundabout_left.svg"; 655 icon-image: "presets/vehicle/restriction/mini_roundabout_left.svg"; 656 656 set icon_z17; 657 657 } 658 658 node:righthandtraffic[highway=mini_roundabout] { 659 icon-image: "vehicle/restriction/mini_roundabout_right.svg"; 659 icon-image: "presets/vehicle/restriction/mini_roundabout_right.svg"; 660 660 set icon_z17; 661 661 } 662 662 node[highway=stop] { 663 icon-image: "vehicle/restriction/stop.svg"; 663 icon-image: "presets/vehicle/restriction/stop.svg"; 664 664 set icon_z17; 665 665 } 666 666 node[highway=give_way] { 667 icon-image: "vehicle/restriction/give_way.svg"; 667 icon-image: "presets/vehicle/restriction/give_way.svg"; 668 668 set icon_z17; 669 669 } 670 670 node[highway=traffic_signals] { 671 icon-image: "vehicle/traffic_signals.svg"; 671 icon-image: "presets/vehicle/traffic_signals.svg"; 672 672 set icon_z17; 673 673 } 674 674 node[highway=traffic_signals][crossing][crossing!=no] { 675 icon-image: "vehicle/traffic_signals_crossing.svg"; 675 icon-image: "presets/vehicle/traffic_signals_crossing.svg"; 676 676 set icon_z17; 677 677 } 678 678 node[highway=traffic_signals][crossing_ref=zebra] { 679 icon-image: "vehicle/traffic_signals_crossing_ref_zebra.svg"; 679 icon-image: "presets/vehicle/traffic_signals_crossing_ref_zebra.svg"; 680 680 set icon_z17; 681 681 } 682 682 node[highway=traffic_signals][crossing=island] { 683 icon-image: "vehicle/traffic_signals_crossing_island.svg"; 683 icon-image: "presets/vehicle/traffic_signals_crossing_island.svg"; 684 684 set icon_z17; 685 685 } 686 686 node[highway=traffic_signals][crossing=traffic_signals] { 687 icon-image: "vehicle/traffic_signals_crossing_traffic_signals.svg"; 687 icon-image: "presets/vehicle/traffic_signals_crossing_traffic_signals.svg"; 688 688 set icon_z17; 689 689 } 690 690 node[highway=street_lamp] { 691 icon-image: "misc/streetlamp.png"; 691 icon-image: "presets/misc/streetlamp.png"; 692 692 set icon_z17; 693 693 } 694 694 node[highway=speed_camera] { 695 icon-image: "vehicle/restriction/speed_camera.svg"; 695 icon-image: "presets/vehicle/restriction/speed_camera.svg"; 696 696 set icon_z17; 697 697 } 698 698 relation[type=enforcement] >[role="device"] node { 699 icon-image: "vehicle/restriction/speed_camera.svg"; 699 icon-image: "presets/vehicle/restriction/speed_camera.svg"; 700 700 set icon_z17; 701 701 } 702 702 node[traffic_sign=city_limit] { 703 icon-image: "vehicle/restriction/city_limit.svg"; 703 icon-image: "presets/vehicle/restriction/city_limit.svg"; 704 704 set icon_z17; 705 705 } 706 706 node[highway=crossing][crossing!=no] { 707 icon-image: "vehicle/crossing.svg"; 707 icon-image: "presets/vehicle/crossing.svg"; 708 708 set icon_z17; 709 709 } 710 710 node[highway=crossing][crossing=unmarked] { 711 icon-image: "vehicle/crossing_unmarked.svg"; 711 icon-image: "presets/vehicle/crossing_unmarked.svg"; 712 712 set icon_z17; 713 713 } 714 714 node[highway=crossing][crossing=island] { 715 icon-image: "vehicle/crossing_island.svg"; 715 icon-image: "presets/vehicle/crossing_island.svg"; 716 716 set icon_z17; 717 717 } 718 718 node[highway=crossing][crossing_ref=zebra] { 719 icon-image: "vehicle/crossing_ref_zebra.svg"; 719 icon-image: "presets/vehicle/crossing_ref_zebra.svg"; 720 720 set icon_z17; 721 721 } 722 722 node[highway=crossing][crossing=traffic_signals] { 723 icon-image: "vehicle/crossing_traffic_signals.svg"; 723 icon-image: "presets/vehicle/crossing_traffic_signals.svg"; 724 724 set icon_z17; 725 725 } 726 726 node[highway=motorway_junction] { 727 icon-image: "vehicle/motorway_junction.svg"; 727 icon-image: "presets/vehicle/motorway_junction.svg"; 728 728 set icon_z17; 729 729 text: eval(cond(has_tag_key(ref), concat(tag(name), " (", tag(ref), ")"), tag(name))); … … 733 733 } 734 734 node[highway=services] { 735 icon-image: "vehicle/services.svg"; 735 icon-image: "presets/vehicle/services.svg"; 736 736 set icon_z17; 737 737 } … … 740 740 } 741 741 node[highway=rest_area] { 742 icon-image: "vehicle/rest_area.svg"; 742 icon-image: "presets/vehicle/rest_area.svg"; 743 743 set icon_z17; 744 744 } 745 745 node[highway=ford], node[ford?] { 746 icon-image: "misc/ford.svg"; 746 icon-image: "presets/misc/ford.svg"; 747 747 set icon_z17; 748 748 } … … 761 761 } 762 762 node[highway=turning_circle] { 763 icon-image: "vehicle/turning_circle.svg"; 763 icon-image: "presets/vehicle/turning_circle.svg"; 764 764 set icon_z17; 765 765 } 766 766 node[highway=turning_loop] { 767 icon-image: "vehicle/turning_loop.svg"; 767 icon-image: "presets/vehicle/turning_loop.svg"; 768 768 set icon_z17; 769 769 } 770 770 node[highway=passing_place] { 771 icon-image: "vehicle/passing_place.svg"; 771 icon-image: "presets/vehicle/passing_place.svg"; 772 772 set icon_z17; 773 773 } … … 776 776 } 777 777 node[highway=elevator] { 778 icon-image: "service/elevator.svg"; 778 icon-image: "presets/service/elevator.svg"; 779 779 set icon_z17; 780 780 } … … 785 785 } 786 786 node[highway=construction] { 787 icon-image: "misc/construction.png"; 787 icon-image: "presets/misc/construction.png"; 788 788 set icon_z17; 789 789 } … … 792 792 } 793 793 node[highway=emergency_access_point] { 794 icon-image: "service/emergency_access_point.svg"; 794 icon-image: "presets/service/emergency_access_point.svg"; 795 795 set icon_z17; 796 796 } … … 814 814 node[highway=bus_guideway], 815 815 node[highway=platform] { 816 icon-image: "misc/deprecated.png"; 816 icon-image: "presets/misc/deprecated.png"; 817 817 set icon_z17; 818 818 } … … 823 823 824 824 node[traffic_calming] { 825 icon-image: "vehicle/traffic_calming.svg"; 825 icon-image: "presets/vehicle/traffic_calming.svg"; 826 826 set icon_z17; 827 827 } 828 828 node[traffic_calming=chicane] { 829 icon-image: "vehicle/chicane.svg"; 829 icon-image: "presets/vehicle/chicane.svg"; 830 830 set icon_z17; 831 831 } 832 832 node[traffic_calming=choker] { 833 icon-image: "vehicle/choker.svg"; 833 icon-image: "presets/vehicle/choker.svg"; 834 834 set icon_z17; 835 835 } 836 836 node[traffic_calming=island] { 837 icon-image: "vehicle/island.svg"; 837 icon-image: "presets/vehicle/island.svg"; 838 838 set icon_z17; 839 839 } 840 840 node[traffic_calming=bump] { 841 icon-image: "vehicle/bump.svg"; 841 icon-image: "presets/vehicle/bump.svg"; 842 842 set icon_z17; 843 843 } 844 844 node[traffic_calming=hump] { 845 icon-image: "vehicle/hump.svg"; 845 icon-image: "presets/vehicle/hump.svg"; 846 846 set icon_z17; 847 847 } 848 848 node[traffic_calming=table] { 849 icon-image: "vehicle/table.svg"; 849 icon-image: "presets/vehicle/table.svg"; 850 850 set icon_z17; 851 851 } 852 852 node[traffic_calming=cushion] { 853 icon-image: "vehicle/cushion.svg"; 853 icon-image: "presets/vehicle/cushion.svg"; 854 854 set icon_z17; 855 855 } 856 856 node[traffic_calming=rumble_strip] { 857 icon-image: "vehicle/rumble_strip.svg"; 857 icon-image: "presets/vehicle/rumble_strip.svg"; 858 858 set icon_z17; 859 859 } … … 863 863 864 864 node[junction=roundabout] { 865 icon-image: "vehicle/restriction/roundabout_left.svg"; 865 icon-image: "presets/vehicle/restriction/roundabout_left.svg"; 866 866 set icon_z17; 867 867 } 868 868 node:righthandtraffic[junction=roundabout] { 869 icon-image: "vehicle/restriction/roundabout_right.svg"; 869 icon-image: "presets/vehicle/restriction/roundabout_right.svg"; 870 870 set icon_z17; 871 871 } … … 1025 1025 node[cycleway=track], node[cycleway=opposite_track], 1026 1026 node[cycleway=opposite] { 1027 icon-image: "misc/deprecated.png"; 1027 icon-image: "presets/misc/deprecated.png"; 1028 1028 set icon_z17; 1029 1029 } … … 1119 1119 node[piste:type=sleigh], 1120 1120 node[piste:type=snow_park] { 1121 icon-image: "sport/skiing.png"; 1121 icon-image: "presets/sport/skiing.png"; 1122 1122 set icon_z17; 1123 1123 } … … 1128 1128 1129 1129 node[power=portal] { 1130 icon-image: "power/portal.svg"; 1130 icon-image: "presets/power/portal.svg"; 1131 1131 set icon_z17; 1132 1132 } 1133 1133 node[power=tower] { 1134 icon-image: "power/tower.svg"; 1134 icon-image: "presets/power/tower.svg"; 1135 1135 set icon_z17; 1136 1136 } 1137 1137 node[power=pole] { 1138 icon-image: "power/pole.svg"; 1138 icon-image: "presets/power/pole.svg"; 1139 1139 set icon_z17; 1140 1140 } 1141 1141 node[power=pole][transformer=distribution] { 1142 icon-image: "power/pole_transformer.svg"; 1142 icon-image: "presets/power/pole_transformer.svg"; 1143 1143 set icon_z17; 1144 1144 } 1145 1145 node[power=insulator] { 1146 icon-image: "power/insulator.svg"; 1146 icon-image: "presets/power/insulator.svg"; 1147 1147 set icon_z17; 1148 1148 } … … 1163 1163 node[power=cable], 1164 1164 node[power=minor_line] { 1165 icon-image: "misc/deprecated.png"; 1165 icon-image: "presets/misc/deprecated.png"; 1166 1166 set icon_z17; 1167 1167 } … … 1174 1174 } 1175 1175 node[man_made=street_cabinet][street_cabinet=power] { 1176 icon-image: "power/cable_distribution_cabinet.svg"; 1176 icon-image: "presets/power/cable_distribution_cabinet.svg"; 1177 1177 set icon_z17; 1178 1178 } 1179 1179 node[power=generator] { 1180 icon-image: "power/generator.svg"; 1180 icon-image: "presets/power/generator.svg"; 1181 1181 set icon_z17; 1182 1182 } 1183 1183 node[power=substation] { 1184 icon-image: "power/substation.svg"; 1184 icon-image: "presets/power/substation.svg"; 1185 1185 set icon_z17; 1186 1186 } 1187 1187 node[power=transformer] { 1188 icon-image: "power/transformer.svg"; 1188 icon-image: "presets/power/transformer.svg"; 1189 1189 set icon_z17; 1190 1190 } 1191 1191 1192 1192 node[power=switchgear] { 1193 icon-image: "power/switchgear.svg"; 1193 icon-image: "presets/power/switchgear.svg"; 1194 1194 set icon_z17; 1195 1195 } 1196 1196 node[power=switch] { 1197 icon-image: "power/switch.svg"; 1197 icon-image: "presets/power/switch.svg"; 1198 1198 set icon_z17; 1199 1199 } 1200 1200 node[power=converter] { 1201 icon-image: "power/converter.svg"; 1201 icon-image: "presets/power/converter.svg"; 1202 1202 set icon_z17; 1203 1203 } 1204 1204 node[power=compensator] { 1205 icon-image: "power/compensator.svg"; 1205 icon-image: "presets/power/compensator.svg"; 1206 1206 set icon_z17; 1207 1207 } … … 1279 1279 } 1280 1280 node[power_source] { 1281 icon-image: "misc/deprecated.png"; 1281 icon-image: "presets/misc/deprecated.png"; 1282 1282 set icon_z17; 1283 1283 } … … 1300 1300 } 1301 1301 node[man_made=beacon] { 1302 icon-image: "misc/landmark/beacon.png"; 1302 icon-image: "presets/misc/landmark/beacon.png"; 1303 1303 set icon_z17; 1304 1304 } 1305 1305 node[man_made=bridge] { 1306 icon-image: "misc/deprecated.png"; 1306 icon-image: "presets/misc/deprecated.png"; 1307 1307 set icon_z17; 1308 1308 } 1309 1309 node[bridge:support] { 1310 icon-image: "transport/bridge/bridge_support.svg"; 1310 icon-image: "presets/transport/bridge/bridge_support.svg"; 1311 1311 set icon_z17; 1312 1312 } 1313 1313 node[man_made=chimney] { 1314 icon-image: "misc/landmark/chimney.png"; 1314 icon-image: "presets/misc/landmark/chimney.png"; 1315 1315 set icon_z17; 1316 1316 } 1317 1317 node[man_made=flagpole] { 1318 icon-image: "misc/flag.png"; 1318 icon-image: "presets/misc/flag.png"; 1319 1319 set icon_z17; 1320 1320 } … … 1335 1335 } 1336 1336 node[man_made=bunker_silo] { 1337 icon-image: "bunker_silo.svg"; 1337 icon-image: "presets/bunker_silo.svg"; 1338 1338 set icon_z17; 1339 1339 } … … 1353 1353 } 1354 1354 node[man_made=lighthouse] { 1355 icon-image: "misc/landmark/lighthouse.png"; 1355 icon-image: "presets/misc/landmark/lighthouse.png"; 1356 1356 set icon_z17; 1357 1357 } 1358 1358 node[man_made=monitoring_station] { 1359 icon-image: "misc/landmark/measurement_station.png"; 1359 icon-image: "presets/misc/landmark/measurement_station.png"; 1360 1360 set icon_z17; 1361 1361 } 1362 1362 node[man_made=mineshaft] { 1363 icon-image: "misc/landmark/mine.png"; 1363 icon-image: "presets/misc/landmark/mine.png"; 1364 1364 set icon_z17; 1365 1365 } … … 1372 1372 } 1373 1373 node[man_made=crane] { 1374 icon-image: "misc/landmark/crane.png"; 1374 icon-image: "presets/misc/landmark/crane.png"; 1375 1375 set icon_z17; 1376 1376 } 1377 1377 node[man_made=adit] { 1378 icon-image: "misc/landmark/adit.png"; 1378 icon-image: "presets/misc/landmark/adit.png"; 1379 1379 set icon_z17; 1380 1380 } … … 1387 1387 } 1388 1388 node[man_made=pier] { 1389 icon-image: "nautical/pier.svg"; 1389 icon-image: "presets/nautical/pier.svg"; 1390 1390 set icon_z17; 1391 1391 } … … 1410 1410 } 1411 1411 node[pipeline=marker] { 1412 icon-image: "misc/pipeline_marker.svg"; 1412 icon-image: "presets/misc/pipeline_marker.svg"; 1413 1413 set icon_z17; 1414 1414 } 1415 1415 node[pipeline=valve] { 1416 icon-image: "misc/valve.svg"; 1416 icon-image: "presets/misc/valve.svg"; 1417 1417 set icon_z17; 1418 1418 } … … 1421 1421 node[man_made=embankment], 1422 1422 node[man_made=pipeline] { 1423 icon-image: "misc/deprecated.png"; 1423 icon-image: "presets/misc/deprecated.png"; 1424 1424 set icon_z17; 1425 1425 } 1426 1426 node[man_made=petroleum_well][!is_prop_set(icon-image)] { 1427 icon-image: "misc/no_icon.png"; 1427 icon-image: "presets/misc/no_icon.png"; 1428 1428 set icon_z17; 1429 1429 } … … 1441 1441 } 1442 1442 node[man_made=reservoir_covered] { 1443 icon-image: "misc/landmark/reservoir_covered.png"; 1443 icon-image: "presets/misc/landmark/reservoir_covered.png"; 1444 1444 set icon_z17; 1445 1445 } … … 1450 1450 } 1451 1451 node[man_made=survey_point] { 1452 icon-image: "misc/landmark/survey_point.png"; 1452 icon-image: "presets/misc/landmark/survey_point.png"; 1453 1453 set icon_z17; 1454 1454 } 1455 1455 node[man_made=tower] { 1456 icon-image: "misc/landmark/tower.png"; 1456 icon-image: "presets/misc/landmark/tower.png"; 1457 1457 set icon_z17; 1458 1458 } 1459 1459 node[man_made=wastewater_plant] { 1460 icon-image: "misc/landmark/wastewater_plant.png"; 1460 icon-image: "presets/misc/landmark/wastewater_plant.png"; 1461 1461 set icon_z17; 1462 1462 } 1463 1463 node[man_made=watermill] { 1464 icon-image: "misc/landmark/watermill.png"; 1464 icon-image: "presets/misc/landmark/watermill.png"; 1465 1465 set icon_z17; 1466 1466 } 1467 1467 node[man_made=water_tower] { 1468 icon-image: "misc/landmark/water_tower.svg"; 1468 icon-image: "presets/misc/landmark/water_tower.svg"; 1469 1469 set icon_z17; 1470 1470 } 1471 1471 node[man_made=water_well] { 1472 icon-image: "misc/landmark/water_well.png"; 1472 icon-image: "presets/misc/landmark/water_well.png"; 1473 1473 set icon_z17; 1474 1474 } 1475 1475 node[man_made=windmill] { 1476 icon-image: "misc/landmark/windmill.png"; 1476 icon-image: "presets/misc/landmark/windmill.png"; 1477 1477 set icon_z17; 1478 1478 } 1479 1479 node[man_made=works] { 1480 icon-image: "misc/landmark/works.png"; 1480 icon-image: "presets/misc/landmark/works.png"; 1481 1481 set icon_z17; 1482 1482 } 1483 1483 node[man_made=water_works] { 1484 icon-image: "misc/landmark/water_works.png"; 1484 icon-image: "presets/misc/landmark/water_works.png"; 1485 1485 set icon_z17; 1486 1486 } … … 1490 1490 } 1491 1491 node[man_made=cutline] { 1492 icon-image: "misc/deprecated.png"; 1492 icon-image: "presets/misc/deprecated.png"; 1493 1493 set icon_z17; 1494 1494 } … … 1523 1523 } 1524 1524 node[office=accountant] { 1525 icon-image: "styles/standard/office/accountant.svg"; 1525 icon-image: "presets/styles/standard/office/accountant.svg"; 1526 1526 set icon_z17; 1527 1527 } 1528 1528 node[office=administrative] { 1529 icon-image: "styles/standard/office/administrative.svg"; 1529 icon-image: "presets/styles/standard/office/administrative.svg"; 1530 1530 set icon_z17; 1531 1531 } 1532 1532 node[office=advertising_agency] { 1533 icon-image: "styles/standard/office/advertising_agency.svg"; 1533 icon-image: "presets/styles/standard/office/advertising_agency.svg"; 1534 1534 set icon_z17; 1535 1535 } 1536 1536 node[office=architect] { 1537 icon-image: "styles/standard/office/architect.svg"; 1537 icon-image: "presets/styles/standard/office/architect.svg"; 1538 1538 set icon_z17; 1539 1539 } 1540 1540 node[office=association] { 1541 icon-image: "styles/standard/office/association.svg"; 1541 icon-image: "presets/styles/standard/office/association.svg"; 1542 1542 set icon_z17; 1543 1543 } 1544 1544 node[office=company] { 1545 icon-image: "styles/standard/office/private_company.svg"; 1545 icon-image: "presets/styles/standard/office/private_company.svg"; 1546 1546 set icon_z17; 1547 1547 } 1548 1548 node[office=educational_institution] { 1549 icon-image: "styles/standard/office/educational_institution.svg"; 1549 icon-image: "presets/styles/standard/office/educational_institution.svg"; 1550 1550 set icon_z17; 1551 1551 } 1552 1552 node[office=employment_agency] { 1553 icon-image: "styles/standard/office/employment_agency.svg"; 1553 icon-image: "presets/styles/standard/office/employment_agency.svg"; 1554 1554 set icon_z17; 1555 1555 } 1556 1556 node[office=estate_agent] { 1557 icon-image: "styles/standard/office/real_state.svg"; 1557 icon-image: "presets/styles/standard/office/real_state.svg"; 1558 1558 set icon_z17; 1559 1559 } 1560 1560 node[office=foundation] { 1561 icon-image: "styles/standard/office/foundation.svg"; 1561 icon-image: "presets/styles/standard/office/foundation.svg"; 1562 1562 set icon_z17; 1563 1563 } 1564 1564 node[office=insurance] { 1565 icon-image: "styles/standard/office/insurance.svg"; 1565 icon-image: "presets/styles/standard/office/insurance.svg"; 1566 1566 set icon_z17; 1567 1567 } 1568 1568 node[office=it] { 1569 icon-image: "styles/standard/office/it.svg"; 1569 icon-image: "presets/styles/standard/office/it.svg"; 1570 1570 set icon_z17; 1571 1571 } 1572 1572 node[office=lawyer] { 1573 icon-image: "styles/standard/office/lawyer.svg"; 1573 icon-image: "presets/styles/standard/office/lawyer.svg"; 1574 1574 set icon_z17; 1575 1575 } 1576 1576 node[office=newspaper] { 1577 icon-image: "styles/standard/office/newspaper.svg"; 1577 icon-image: "presets/styles/standard/office/newspaper.svg"; 1578 1578 set icon_z17; 1579 1579 } 1580 1580 node[office=ngo] { 1581 icon-image: "styles/standard/office/ong.svg"; 1581 icon-image: "presets/styles/standard/office/ong.svg"; 1582 1582 set icon_z17; 1583 1583 } 1584 1584 node[office=notary] { 1585 icon-image: "styles/standard/office/notary.svg"; 1585 icon-image: "presets/styles/standard/office/notary.svg"; 1586 1586 set icon_z17; 1587 1587 } 1588 1588 node[office=political_party] { 1589 icon-image: "styles/standard/office/political_party.svg"; 1589 icon-image: "presets/styles/standard/office/political_party.svg"; 1590 1590 set icon_z17; 1591 1591 } 1592 1592 node[office=religion] { 1593 icon-image: "styles/standard/office/religion.svg"; 1593 icon-image: "presets/styles/standard/office/religion.svg"; 1594 1594 set icon_z17; 1595 1595 } 1596 1596 node[office=research] { 1597 icon-image: "styles/standard/office/research.svg"; 1597 icon-image: "presets/styles/standard/office/research.svg"; 1598 1598 set icon_z17; 1599 1599 } 1600 1600 node[office=tax_advisor] { 1601 icon-image: "styles/standard/office/tax_advisor.svg"; 1601 icon-image: "presets/styles/standard/office/tax_advisor.svg"; 1602 1602 set icon_z17; 1603 1603 } 1604 1604 node[office=telecommunication] { 1605 icon-image: "styles/standard/office/telecommunication.svg"; 1605 icon-image: "presets/styles/standard/office/telecommunication.svg"; 1606 1606 set icon_z17; 1607 1607 } 1608 1608 node[office=government] { 1609 icon-image: "styles/standard/office/government.svg"; 1609 icon-image: "presets/styles/standard/office/government.svg"; 1610 1610 set icon_z17; 1611 1611 } … … 1623 1623 } 1624 1624 node[leisure=sports_centre] { 1625 icon-image: "sport/centre.png"; 1625 icon-image: "presets/sport/centre.png"; 1626 1626 set icon_z17; 1627 1627 } … … 1632 1632 } 1633 1633 node[leisure=stadium] { 1634 icon-image: "sport/stadium.png"; 1634 icon-image: "presets/sport/stadium.png"; 1635 1635 set icon_z17; 1636 1636 } … … 1641 1641 } 1642 1642 node[leisure=water_park] { 1643 icon-image: "leisure/water_park.png"; 1643 icon-image: "presets/leisure/water_park.png"; 1644 1644 set icon_z17; 1645 1645 } … … 1652 1652 } 1653 1653 node[leisure=track] { 1654 icon-image: "sport/track.png"; 1654 icon-image: "presets/sport/track.png"; 1655 1655 set icon_z17; 1656 1656 } … … 1659 1659 } 1660 1660 node[leisure=pitch] { 1661 icon-image: "sport/pitch.png"; 1661 icon-image: "presets/sport/pitch.png"; 1662 1662 set icon_z17; 1663 1663 } … … 1666 1666 } 1667 1667 node[leisure=marina] { 1668 icon-image: "nautical/marina.png"; 1668 icon-image: "presets/nautical/marina.png"; 1669 1669 set icon_z17; 1670 1670 } … … 1674 1674 } 1675 1675 node[leisure=slipway] { 1676 icon-image: "nautical/slipway.png"; 1676 icon-image: "presets/nautical/slipway.png"; 1677 1677 set icon_z17; 1678 1678 } … … 1688 1688 } 1689 1689 node[leisure=fishing] { 1690 icon-image: "sport/fishing.png"; 1690 icon-image: "presets/sport/fishing.png"; 1691 1691 set icon_z17; 1692 1692 } 1693 1693 node[leisure=bird_hide] { 1694 icon-image: "leisure/bird_hide.svg"; 1694 icon-image: "presets/leisure/bird_hide.svg"; 1695 1695 set icon_z17; 1696 1696 } 1697 1697 node[leisure=nature_reserve] { 1698 icon-image: "leisure/nature_reserve.png"; 1698 icon-image: "presets/leisure/nature_reserve.png"; 1699 1699 set icon_z17; 1700 1700 } 1701 1701 node[leisure=park] { 1702 icon-image: "misc/deprecated.png"; 1702 icon-image: "presets/misc/deprecated.png"; 1703 1703 set icon_z17; 1704 1704 } 1705 1705 node[leisure=playground] { 1706 icon-image: "leisure/playground.png"; 1706 icon-image: "presets/leisure/playground.png"; 1707 1707 set icon_z17; 1708 1708 } 1709 1709 node[leisure=garden] { 1710 icon-image: "leisure/garden.png"; 1710 icon-image: "presets/leisure/garden.png"; 1711 1711 set icon_z17; 1712 1712 } 1713 1713 node[leisure=common] { 1714 icon-image: "leisure/common.png"; 1714 icon-image: "presets/leisure/common.png"; 1715 1715 set icon_z17; 1716 1716 } 1717 1717 node[leisure=firepit] { 1718 icon-image: "leisure/firepit.svg"; 1718 icon-image: "presets/leisure/firepit.svg"; 1719 1719 set icon_z17; 1720 1720 } 1721 1721 node[leisure=picnic_table] { 1722 icon-image: "leisure/picnic.png"; 1722 icon-image: "presets/leisure/picnic.png"; 1723 1723 set icon_z17; 1724 1724 } … … 1727 1727 } 1728 1728 node[leisure=swimming_pool] { 1729 icon-image: "sport/pool.png"; 1729 icon-image: "presets/sport/pool.png"; 1730 1730 set icon_z17; 1731 1731 } … … 1738 1738 } 1739 1739 node[leisure=fitness_station] { 1740 icon-image: "leisure/fitness_station.svg"; 1740 icon-image: "presets/leisure/fitness_station.svg"; 1741 1741 set icon_z17; 1742 1742 } 1743 1743 node[leisure=miniature_golf] { 1744 icon-image: "sport/miniature_golf.svg"; 1744 icon-image: "presets/sport/miniature_golf.svg"; 1745 1745 set icon_z17; 1746 1746 } … … 1751 1751 } 1752 1752 node[leisure=ice_rink] { 1753 icon-image: "sport/ice_hockey.png"; 1753 icon-image: "presets/sport/ice_hockey.png"; 1754 1754 set icon_z17; 1755 1755 } 1756 1756 node[leisure=sauna] { 1757 icon-image: "leisure/sauna.png"; 1757 icon-image: "presets/leisure/sauna.png"; 1758 1758 set icon_z17; 1759 1759 } … … 1762 1762 } 1763 1763 node[leisure=golf_course] { 1764 icon-image: "sport/golf/golf.svg"; 1764 icon-image: "presets/sport/golf/golf.svg"; 1765 1765 set icon_z17; 1766 1766 } … … 1773 1773 } 1774 1774 node[golf=tee] { 1775 icon-image: "sport/golf/tee.svg"; 1775 icon-image: "presets/sport/golf/tee.svg"; 1776 1776 set icon_z17; 1777 1777 } … … 1782 1782 } 1783 1783 node[golf=pin] { 1784 icon-image: "sport/golf/pin.svg"; 1784 icon-image: "presets/sport/golf/pin.svg"; 1785 1785 set icon_z17; 1786 1786 } … … 1805 1805 } 1806 1806 node[golf=driving_range] { 1807 icon-image: "sport/golf/driving_range.svg"; 1807 icon-image: "presets/sport/golf/driving_range.svg"; 1808 1808 set icon_z17; 1809 1809 } … … 1814 1814 1815 1815 node[advertising=column] { 1816 icon-image: "leisure/advertising_column.svg"; 1816 icon-image: "presets/leisure/advertising_column.svg"; 1817 1817 set icon_z17; 1818 1818 } 1819 1819 node[advertising=billboard] { 1820 icon-image: "leisure/billboard.svg"; 1820 icon-image: "presets/leisure/billboard.svg"; 1821 1821 set icon_z17; 1822 1822 } … … 1915 1915 } 1916 1916 node[shop=supermarket] { 1917 icon-image: "shop/supermarket.svg"; 1917 icon-image: "presets/shop/supermarket.svg"; 1918 1918 set icon_z17; 1919 1919 } 1920 1920 node[shop=convenience] { 1921 icon-image: "shop/convenience.png"; 1921 icon-image: "presets/shop/convenience.png"; 1922 1922 set icon_z17; 1923 1923 } 1924 1924 node[shop=bakery] { 1925 icon-image: "shop/groceries/bakery.png"; 1925 icon-image: "presets/shop/groceries/bakery.png"; 1926 1926 set icon_z17; 1927 1927 } 1928 1928 node[shop=butcher] { 1929 icon-image: "shop/groceries/butcher.png"; 1929 icon-image: "presets/shop/groceries/butcher.png"; 1930 1930 set icon_z17; 1931 1931 } 1932 1932 node[shop=bicycle] { 1933 icon-image: "sport/bicycle.png"; 1933 icon-image: "presets/sport/bicycle.png"; 1934 1934 set icon_z17; 1935 1935 } 1936 1936 node[shop=doityourself] { 1937 icon-image: "shop/diy_store.png"; 1937 icon-image: "presets/shop/diy_store.png"; 1938 1938 set icon_z17; 1939 1939 } 1940 1940 node[shop=dry_cleaning], 1941 1941 node[shop=laundry] { 1942 icon-image: "shop/laundry.png"; 1942 icon-image: "presets/shop/laundry.png"; 1943 1943 set icon_z17; 1944 1944 } 1945 1945 node[shop=outdoor] { 1946 icon-image: "shop/outdoor.png"; 1946 icon-image: "presets/shop/outdoor.png"; 1947 1947 set icon_z17; 1948 1948 } 1949 1949 node[shop=kiosk] { 1950 icon-image: "shop/kiosk.png"; 1950 icon-image: "presets/shop/kiosk.png"; 1951 1951 set icon_z17; 1952 1952 } 1953 1953 node[shop=beverages] { 1954 icon-image: "shop/beverages.png"; 1954 icon-image: "presets/shop/beverages.png"; 1955 1955 set icon_z17; 1956 1956 } 1957 1957 node[shop=alcohol] { 1958 icon-image: "shop/alcohol.png"; 1958 icon-image: "presets/shop/alcohol.png"; 1959 1959 set icon_z17; 1960 1960 } 1961 1961 node[shop=books] { 1962 icon-image: "shop/book.svg"; 1962 icon-image: "presets/shop/book.svg"; 1963 1963 set icon_z17; 1964 1964 } 1965 1965 node[shop=boutique] { 1966 icon-image: "shop/boutique.png"; 1966 icon-image: "presets/shop/boutique.png"; 1967 1967 set icon_z17; 1968 1968 } 1969 1969 node[shop=car], 1970 1970 node[shop=car_dealer] { 1971 icon-image: "vehicle.png"; 1971 icon-image: "presets/vehicle.png"; 1972 1972 set icon_z17; 1973 1973 } 1974 1974 node[shop=car_repair] { 1975 icon-image: "vehicle/repair_shop.png"; 1975 icon-image: "presets/vehicle/repair_shop.png"; 1976 1976 set icon_z17; 1977 1977 } 1978 1978 node[shop=tyres] { 1979 icon-image: "vehicle/tyres.png"; 1979 icon-image: "presets/vehicle/tyres.png"; 1980 1980 set icon_z17; 1981 1981 } 1982 1982 node[shop=chemist] { 1983 icon-image: "shop/chemist.png"; 1983 icon-image: "presets/shop/chemist.png"; 1984 1984 set icon_z17; 1985 1985 } 1986 1986 node[shop=tobacco] { 1987 icon-image: "shop/tobacco.svg"; 1987 icon-image: "presets/shop/tobacco.svg"; 1988 1988 set icon_z17; 1989 1989 } 1990 1990 node[shop=clothes] { 1991 icon-image: "shop/clothes.png"; 1991 icon-image: "presets/shop/clothes.png"; 1992 1992 set icon_z17; 1993 1993 } 1994 1994 node[shop=computer] { 1995 icon-image: "shop/computer.png"; 1995 icon-image: "presets/shop/computer.png"; 1996 1996 set icon_z17; 1997 1997 } 1998 1998 node[shop=confectionery] { 1999 icon-image: "shop/groceries/confectionery.png"; 1999 icon-image: "presets/shop/groceries/confectionery.png"; 2000 2000 set icon_z17; 2001 2001 } 2002 2002 node[shop=copyshop] { 2003 icon-image: "shop/copyshop.png"; 2003 icon-image: "presets/shop/copyshop.png"; 2004 2004 set icon_z17; 2005 2005 } 2006 2006 node[shop=curtain] { 2007 icon-image: "shop/curtain.png"; 2007 icon-image: "presets/shop/curtain.png"; 2008 2008 set icon_z17; 2009 2009 } 2010 2010 node[shop=cycle_repair] { 2011 icon-image: "sport/bicycle.png"; 2011 icon-image: "presets/sport/bicycle.png"; 2012 2012 set icon_z17; 2013 2013 } 2014 2014 node[shop=department_store] { 2015 icon-image: "shop/mall.png"; 2015 icon-image: "presets/shop/mall.png"; 2016 2016 set icon_z17; 2017 2017 } 2018 2018 node[shop=deli] { 2019 icon-image: "shop/groceries/deli.png"; 2019 icon-image: "presets/shop/groceries/deli.png"; 2020 2020 set icon_z17; 2021 2021 } 2022 2022 node[shop=electronics] { 2023 icon-image: "shop/electronics.png"; 2023 icon-image: "presets/shop/electronics.png"; 2024 2024 set icon_z17; 2025 2025 } 2026 2026 node[shop=erotic] { 2027 icon-image: "shop/erotic.png"; 2027 icon-image: "presets/shop/erotic.png"; 2028 2028 set icon_z17; 2029 2029 } 2030 2030 node[shop=furniture] { 2031 icon-image: "shop/furniture.png"; 2031 icon-image: "presets/shop/furniture.png"; 2032 2032 set icon_z17; 2033 2033 } 2034 2034 node[shop=fabric] { 2035 icon-image: "shop/fabric.png"; 2035 icon-image: "presets/shop/fabric.png"; 2036 2036 set icon_z17; 2037 2037 } 2038 2038 node[shop=florist] { 2039 icon-image: "shop/florist.png"; 2039 icon-image: "presets/shop/florist.png"; 2040 2040 set icon_z17; 2041 2041 } 2042 2042 node[shop=frame] { 2043 icon-image: "shop/frame.png"; 2043 icon-image: "presets/shop/frame.png"; 2044 2044 set icon_z17; 2045 2045 } … … 2049 2049 } 2050 2050 node[shop=greengrocer] { 2051 icon-image: "shop/groceries/greengrocer.png"; 2051 icon-image: "presets/shop/groceries/greengrocer.png"; 2052 2052 set icon_z17; 2053 2053 } 2054 2054 node[shop=garden_centre] { 2055 icon-image: "shop/garden_centre.png"; 2055 icon-image: "presets/shop/garden_centre.png"; 2056 2056 set icon_z17; 2057 2057 } 2058 2058 node[shop=hairdresser] { 2059 icon-image: "shop/hairdresser.png"; 2059 icon-image: "presets/shop/hairdresser.png"; 2060 2060 set icon_z17; 2061 2061 } 2062 2062 node[shop=hardware] { 2063 icon-image: "shop/hardware.png"; 2063 icon-image: "presets/shop/hardware.png"; 2064 2064 set icon_z17; 2065 2065 } 2066 2066 node[shop=hearing_aids] { 2067 icon-image: "shop/hearing_aids.png"; 2067 icon-image: "presets/shop/hearing_aids.png"; 2068 2068 set icon_z17; 2069 2069 } 2070 2070 node[shop=hifi] { 2071 icon-image: "shop/hifi.svg"; 2071 icon-image: "presets/shop/hifi.svg"; 2072 2072 set icon_z17; 2073 2073 } 2074 2074 node[shop=houseware] { 2075 icon-image: "shop/houseware.svg"; 2075 icon-image: "presets/shop/houseware.svg"; 2076 2076 set icon_z17; 2077 2077 } 2078 2078 node[shop=jewelry] { 2079 icon-image: "shop/jewelry.png"; 2079 icon-image: "presets/shop/jewelry.png"; 2080 2080 set icon_z17; 2081 2081 } 2082 2082 node[shop=kitchen] { 2083 icon-image: "shop/kitchen.png"; 2083 icon-image: "presets/shop/kitchen.png"; 2084 2084 set icon_z17; 2085 2085 } 2086 2086 node[shop=mall] { 2087 icon-image: "shop/mall.png"; 2087 icon-image: "presets/shop/mall.png"; 2088 2088 set icon_z17; 2089 2089 } 2090 2090 node[shop=mobile_phone] { 2091 icon-image: "shop/mobile_phone.png"; 2091 icon-image: "presets/shop/mobile_phone.png"; 2092 2092 set icon_z17; 2093 2093 } 2094 2094 node[shop=motorcycle] { 2095 icon-image: "vehicle/motorbike.png"; 2095 icon-image: "presets/vehicle/motorbike.png"; 2096 2096 set icon_z17; 2097 2097 } 2098 2098 node[shop=musical_instrument] { 2099 icon-image: "shop/musical_instrument.png"; 2099 icon-image: "presets/shop/musical_instrument.png"; 2100 2100 set icon_z17; 2101 2101 } 2102 2102 node[shop=newsagent] { 2103 icon-image: "shop/news.svg"; 2103 icon-image: "presets/shop/news.svg"; 2104 2104 set icon_z17; 2105 2105 } 2106 2106 node[shop=optician] { 2107 icon-image: "shop/optician.svg"; 2107 icon-image: "presets/shop/optician.svg"; 2108 2108 set icon_z17; 2109 2109 } 2110 2110 node[shop=medical_supply] { 2111 icon-image: "shop/medical_supply.svg"; 2111 icon-image: "presets/shop/medical_supply.svg"; 2112 2112 set icon_z17; 2113 2113 } 2114 2114 node[shop=paint] { 2115 icon-image: "shop/paint.png"; 2115 icon-image: "presets/shop/paint.png"; 2116 2116 set icon_z17; 2117 2117 } … … 2121 2121 } 2122 2122 node[shop=seafood] { 2123 icon-image: "shop/groceries/seafood.png"; 2123 icon-image: "presets/shop/groceries/seafood.png"; 2124 2124 set icon_z17; 2125 2125 } 2126 2126 node[shop=shoes] { 2127 icon-image: "shop/shoes.png"; 2127 icon-image: "presets/shop/shoes.png"; 2128 2128 set icon_z17; 2129 2129 } 2130 2130 node[shop=sports] { 2131 icon-image: "sport/multi.png"; 2131 icon-image: "presets/sport/multi.png"; 2132 2132 set icon_z17; 2133 2133 } 2134 2134 node[shop=stationery] { 2135 icon-image: "shop/stationery.png"; 2135 icon-image: "presets/shop/stationery.png"; 2136 2136 set icon_z17; 2137 2137 } 2138 2138 node[shop=tailor] { 2139 icon-image: "shop/tailor.png"; 2139 icon-image: "presets/shop/tailor.png"; 2140 2140 set icon_z17; 2141 2141 } … … 2146 2146 } 2147 2147 node[shop=toys] { 2148 icon-image: "shop/toys.png"; 2148 icon-image: "presets/shop/toys.png"; 2149 2149 set icon_z17; 2150 2150 } 2151 2151 node[shop=vacuum_cleaner] { 2152 icon-image: "shop/vacuum_cleaner.png"; 2152 icon-image: "presets/shop/vacuum_cleaner.png"; 2153 2153 set icon_z17; 2154 2154 } 2155 2155 node[shop=variety_store] { 2156 icon-image: "shop/variety_store.png"; 2156 icon-image: "presets/shop/variety_store.png"; 2157 2157 set icon_z17; 2158 2158 } 2159 2159 node[shop=video] { 2160 icon-image: "shop/video.png"; 2160 icon-image: "presets/shop/video.png"; 2161 2161 set icon_z17; 2162 2162 } … … 2171 2171 /* duplicate of shopping_centre? */ 2172 2172 node[shop=shopping_centre] { 2173 icon-image: "shop/mall.png"; 2173 icon-image: "presets/shop/mall.png"; 2174 2174 set icon_z17; 2175 2175 } 2176 2176 node[shop=pet] { 2177 icon-image: "shop/pet.svg"; 2177 icon-image: "presets/shop/pet.svg"; 2178 2178 set icon_z17; 2179 2179 } 2180 2180 node[shop=photo] { 2181 icon-image: "shop/photo.svg"; 2181 icon-image: "presets/shop/photo.svg"; 2182 2182 set icon_z17; 2183 2183 } 2184 2184 node[shop=ticket] { 2185 icon-image: "shop/ticket.svg"; 2185 icon-image: "presets/shop/ticket.svg"; 2186 2186 set icon_z17; 2187 2187 } 2188 2188 node[shop=interior_decoration] { 2189 icon-image: "shop/interior_decoration.svg"; 2189 icon-image: "presets/shop/interior_decoration.svg"; 2190 2190 set icon_z17; 2191 2191 } 2192 2192 node[shop=car_parts] { 2193 icon-image: "vehicle/car_parts.svg"; 2193 icon-image: "presets/vehicle/car_parts.svg"; 2194 2194 set icon_z17; 2195 2195 } 2196 2196 node[shop=video_games] { 2197 icon-image: "shop/video_games.png"; 2197 icon-image: "presets/shop/video_games.png"; 2198 2198 set icon_z17; 2199 2199 } 2200 2200 node[shop=bed] { 2201 icon-image: "shop/bed.svg"; 2201 icon-image: "presets/shop/bed.svg"; 2202 2202 set icon_z17; 2203 2203 } 2204 2204 node[shop=beauty] { 2205 icon-image: "shop/beauty.svg"; 2205 icon-image: "presets/shop/beauty.svg"; 2206 2206 set icon_z17; 2207 2207 } 2208 2208 node[shop=cosmetics] { 2209 icon-image: "shop/cosmetics.svg"; 2209 icon-image: "presets/shop/cosmetics.svg"; 2210 2210 set icon_z17; 2211 2211 } 2212 2212 node[shop=perfumery] { 2213 icon-image: "shop/perfumery.svg"; 2213 icon-image: "presets/shop/perfumery.svg"; 2214 2214 set icon_z17; 2215 2215 } 2216 2216 node[shop=tea] { 2217 icon-image: "shop/groceries/tea.svg"; 2217 icon-image: "presets/shop/groceries/tea.svg"; 2218 2218 set icon_z17; 2219 2219 } 2220 2220 node[shop=coffee] { 2221 icon-image: "shop/groceries/coffee.svg"; 2221 icon-image: "presets/shop/groceries/coffee.svg"; 2222 2222 set icon_z17; 2223 2223 } 2224 2224 node[shop=antiques] { 2225 icon-image: "shop/antique.svg"; 2225 icon-image: "presets/shop/antique.svg"; 2226 2226 set icon_z17; 2227 2227 } 2228 2228 node[shop=music] { 2229 icon-image: "shop/music.svg"; 2229 icon-image: "presets/shop/music.svg"; 2230 2230 set icon_z17; 2231 2231 } 2232 2232 node[shop=funeral_directors] { 2233 icon-image: "shop/funeral_directors.svg"; 2233 icon-image: "presets/shop/funeral_directors.svg"; 2234 2234 set icon_z17; 2235 2235 } 2236 2236 node[shop=wine] { 2237 icon-image: "shop/wine.svg"; 2237 icon-image: "presets/shop/wine.svg"; 2238 2238 set icon_z17; 2239 2239 } … … 2243 2243 } 2244 2244 node[shop=tattoo] { 2245 icon-image: "shop/tattoo.svg"; 2245 icon-image: "presets/shop/tattoo.svg"; 2246 2246 set icon_z17; 2247 2247 } 2248 2248 node[shop=art] { 2249 icon-image: "shop/art.svg"; 2249 icon-image: "presets/shop/art.svg"; 2250 2250 set icon_z17; 2251 2251 } 2252 2252 node[shop=bag] { 2253 icon-image: "shop/bag.svg"; 2253 icon-image: "presets/shop/bag.svg"; 2254 2254 set icon_z17; 2255 2255 } … … 2263 2263 } 2264 2264 node[emergency=ambulance_station] { 2265 icon-image: "emergency/ambulance_station.svg"; 2265 icon-image: "presets/emergency/ambulance_station.svg"; 2266 2266 set icon_z17; 2267 2267 } 2268 2268 node[emergency=water_tank] { 2269 icon-image: "emergency/water_tank.svg"; 2269 icon-image: "presets/emergency/water_tank.svg"; 2270 2270 set icon_z17; 2271 2271 } 2272 2272 node[emergency=phone] { 2273 icon-image: "vehicle/emergency_phone.png"; 2273 icon-image: "presets/vehicle/emergency_phone.png"; 2274 2274 set icon_z17; 2275 2275 } … … 2279 2279 } 2280 2280 node[emergency=fire_hydrant] { 2281 icon-image: "service/fire_hydrant.png"; 2281 icon-image: "presets/service/fire_hydrant.png"; 2282 2282 set icon_z17; 2283 2283 } 2284 2284 node[emergency=fire_extinguisher] { 2285 icon-image: "emergency/fire_extinguisher.svg"; 2285 icon-image: "presets/emergency/fire_extinguisher.svg"; 2286 2286 set icon_z17; 2287 2287 } 2288 2288 node[emergency=fire_hose] { 2289 icon-image: "emergency/fire_hose.svg"; 2289 icon-image: "presets/emergency/fire_hose.svg"; 2290 2290 set icon_z17; 2291 2291 } 2292 2292 node[emergency=assembly_point] { 2293 icon-image: "emergency/assembly_point.svg"; 2293 icon-image: "presets/emergency/assembly_point.svg"; 2294 2294 set icon_z17; 2295 2295 } 2296 2296 node[emergency=siren] { 2297 icon-image: "emergency/siren.svg"; 2297 icon-image: "presets/emergency/siren.svg"; 2298 2298 set icon_z17; 2299 2299 } … … 2318 2318 } 2319 2319 node[amenity=pub] { 2320 icon-image: "food/pub.png"; 2320 icon-image: "presets/food/pub.png"; 2321 2321 set icon_z17; 2322 2322 } 2323 2323 node[amenity=biergarten] { 2324 icon-image: "food/biergarten.png"; 2324 icon-image: "presets/food/biergarten.png"; 2325 2325 set icon_z17; 2326 2326 } 2327 2327 node[amenity=nightclub] { 2328 icon-image: "leisure/discoball.svg"; 2328 icon-image: "presets/leisure/discoball.svg"; 2329 2329 set icon_z17; 2330 2330 } 2331 2331 node[amenity=stripclub] { 2332 icon-image: "leisure/nightclub.png"; 2332 icon-image: "presets/leisure/nightclub.png"; 2333 2333 set icon_z17; 2334 2334 } 2335 2335 node[amenity=casino] { 2336 icon-image: "leisure/casino.svg"; 2336 icon-image: "presets/leisure/casino.svg"; 2337 2337 set icon_z17; 2338 2338 } 2339 2339 node[amenity=brothel] { 2340 icon-image: "leisure/stripclub.png"; 2340 icon-image: "presets/leisure/stripclub.png"; 2341 2341 set icon_z17; 2342 2342 } 2343 2343 node[amenity=cafe] { 2344 icon-image: "food/cafe.png"; 2344 icon-image: "presets/food/cafe.png"; 2345 2345 set icon_z17; 2346 2346 } 2347 2347 node[amenity=restaurant] { 2348 icon-image: "food/restaurant.svg"; 2348 icon-image: "presets/food/restaurant.svg"; 2349 2349 set icon_z17; 2350 2350 } 2351 2351 node[amenity=food_court] { 2352 icon-image: "food/restaurant.png"; 2352 icon-image: "presets/food/restaurant.png"; 2353 2353 set icon_z17; 2354 2354 } 2355 2355 node[amenity=fast_food] { 2356 icon-image: "food/fastfood.png"; 2356 icon-image: "presets/food/fastfood.png"; 2357 2357 set icon_z17; 2358 2358 } 2359 2359 node[amenity=bar] { 2360 icon-image: "food/bar.png"; 2360 icon-image: "presets/food/bar.png"; 2361 2361 set icon_z17; 2362 2362 } 2363 2363 node[amenity=ice_cream] { 2364 icon-image: "food/icecream.png"; 2364 icon-image: "presets/food/icecream.png"; 2365 2365 set icon_z17; 2366 2366 } … … 2385 2385 } 2386 2386 node[amenity=parking_space] { 2387 icon-image: "vehicle/parking/parking_space.svg"; 2387 icon-image: "presets/vehicle/parking/parking_space.svg"; 2388 2388 set icon_z17; 2389 2389 } 2390 2390 node[amenity=parking] { 2391 icon-image: "vehicle/parking.png"; 2391 icon-image: "presets/vehicle/parking.png"; 2392 2392 set icon_z17; 2393 2393 } 2394 2394 node[amenity=parking_entrance] { 2395 icon-image: "vehicle/parking.png"; 2395 icon-image: "presets/vehicle/parking.png"; 2396 2396 set icon_z17; 2397 2397 } 2398 2398 node[amenity=parking_entrance][parking=multi-storey], 2399 2399 node[amenity=parking][parking=multi-storey] { 2400 icon-image: "vehicle/parking/multi-storey.png"; 2400 icon-image: "presets/vehicle/parking/multi-storey.png"; 2401 2401 set icon_z17; 2402 2402 } 2403 2403 node[amenity=parking_entrance][parking=underground], 2404 2404 node[amenity=parking][parking=underground] { 2405 icon-image: "vehicle/parking/underground.png"; 2405 icon-image: "presets/vehicle/parking/underground.png"; 2406 2406 set icon_z17; 2407 2407 } 2408 2408 node[amenity=motorcycle_parking] { 2409 icon-image: "vehicle/parking/motorbike.png"; 2409 icon-image: "presets/vehicle/parking/motorbike.png"; 2410 2410 set icon_z17; 2411 2411 } 2412 2412 node[amenity=bicycle_parking] { 2413 icon-image: "vehicle/parking/bicycle.png"; 2413 icon-image: "presets/vehicle/parking/bicycle.png"; 2414 2414 set icon_z17; 2415 2415 } 2416 2416 node[park_ride][park_ride!=no] { 2417 icon-image: "vehicle/parking/park_ride.svg"; 2417 icon-image: "presets/vehicle/parking/park_ride.svg"; 2418 2418 set icon_z17; 2419 2419 } 2420 2420 node[amenity=parking_space][wheelchair?] { 2421 icon-image: "vehicle/parking/handicapped.png"; 2421 icon-image: "presets/vehicle/parking/handicapped.png"; 2422 2422 set icon_z17; 2423 2423 } 2424 2424 node[amenity=bicycle_rental] { 2425 icon-image: "vehicle/rental/bicycle.png"; 2425 icon-image: "presets/vehicle/rental/bicycle.png"; 2426 2426 set icon_z17; 2427 2427 } 2428 2428 node[amenity=bicycle_repair_station] { 2429 icon-image: "vehicle/bicycle_repair_station.svg"; 2429 icon-image: "presets/vehicle/bicycle_repair_station.svg"; 2430 2430 set icon_z17; 2431 2431 } 2432 2432 node[amenity=car_rental] { 2433 icon-image: "vehicle/rental/car.png"; 2433 icon-image: "presets/vehicle/rental/car.png"; 2434 2434 set icon_z17; 2435 2435 } 2436 2436 node[amenity=car_sharing] { 2437 icon-image: "vehicle/car_sharing.png"; 2437 icon-image: "presets/vehicle/car_sharing.png"; 2438 2438 set icon_z17; 2439 2439 } 2440 2440 node[amenity=car_wash] { 2441 icon-image: "vehicle/car_wash.png"; 2441 icon-image: "presets/vehicle/car_wash.png"; 2442 2442 set icon_z17; 2443 2443 } 2444 2444 node[amenity=taxi] { 2445 icon-image: "transport/taxi.png"; 2445 icon-image: "presets/transport/taxi.png"; 2446 2446 set icon_z17; 2447 2447 } 2448 2448 node[amenity=fuel] { 2449 icon-image: "vehicle/fuel.png"; 2449 icon-image: "presets/vehicle/fuel.png"; 2450 2450 set icon_z17; 2451 2451 } 2452 2452 node[amenity=charging_station] { 2453 icon-image: "vehicle/fuel/charging_station.png"; 2453 icon-image: "presets/vehicle/fuel/charging_station.png"; 2454 2454 set icon_z17; 2455 2455 } 2456 2456 node[amenity=grit_bin] { 2457 icon-image: "misc/grit_bin.svg"; 2457 icon-image: "presets/misc/grit_bin.svg"; 2458 2458 set icon_z17; 2459 2459 } 2460 2460 node[amenity=telephone] { 2461 icon-image: "service/telephone.png"; 2461 icon-image: "presets/service/telephone.png"; 2462 2462 set icon_z17; 2463 2463 } 2464 2464 node[amenity=clock] { 2465 icon-image: "service/clock.svg"; 2465 icon-image: "presets/service/clock.svg"; 2466 2466 set icon_z17; 2467 2467 } … … 2473 2473 } 2474 2474 node[amenity=toilets] { 2475 icon-image: "service/toilets.png"; 2475 icon-image: "presets/service/toilets.png"; 2476 2476 set icon_z17; 2477 2477 } 2478 2478 node[amenity=shower] { 2479 icon-image: "service/shower.svg"; 2479 icon-image: "presets/service/shower.svg"; 2480 2480 set icon_z17; 2481 2481 } 2482 2482 node[amenity=recycling] { 2483 icon-image: "service/recycling/recycling.svg"; 2483 icon-image: "presets/service/recycling/recycling.svg"; 2484 2484 set icon_z17; 2485 2485 } 2486 2486 node[amenity=recycling][recycling_type=container] { 2487 icon-image: "service/recycling/recycling_container.svg"; 2487 icon-image: "presets/service/recycling/recycling_container.svg"; 2488 2488 } 2489 2489 node[amenity=recycling][recycling_type=centre] { 2490 icon-image: "service/recycling/recycling_centre.svg"; 2490 icon-image: "presets/service/recycling/recycling_centre.svg"; 2491 2491 } 2492 2492 node[amenity=waste_basket] { 2493 icon-image: "service/recycling/trash-bin.png"; 2493 icon-image: "presets/service/recycling/trash-bin.png"; 2494 2494 set icon_z17; 2495 2495 } 2496 2496 node[amenity=waste_disposal] { 2497 icon-image: "service/recycling/waste_disposal.png"; 2497 icon-image: "presets/service/recycling/waste_disposal.png"; 2498 2498 set icon_z17; 2499 2499 } 2500 2500 node[amenity=sanitary_dump_station] { 2501 icon-image: "service/recycling/sanitary_dump_station.svg"; 2501 icon-image: "presets/service/recycling/sanitary_dump_station.svg"; 2502 2502 set icon_z17; 2503 2503 } … … 2512 2512 } 2513 2513 node[amenity=embassy] { 2514 icon-image: "service/administration/embassy.png"; 2514 icon-image: "presets/service/administration/embassy.png"; 2515 2515 set icon_z17; 2516 2516 } 2517 2517 node[amenity=community_centre] { 2518 icon-image: "service/community_centre.png"; 2518 icon-image: "presets/service/community_centre.png"; 2519 2519 set icon_z17; 2520 2520 } … … 2524 2524 } 2525 2525 node[amenity=drinking_water] { 2526 icon-image: "food/drinking_water.png"; 2526 icon-image: "presets/food/drinking_water.png"; 2527 2527 set icon_z17; 2528 2528 } 2529 2529 node[amenity=water_point] { 2530 icon-image: "accommodation/camping/water.png"; 2530 icon-image: "presets/accommodation/camping/water.png"; 2531 2531 set icon_z17; 2532 2532 } 2533 2533 node[amenity=fountain] { 2534 icon-image: "misc/fountain.png"; 2534 icon-image: "presets/misc/fountain.png"; 2535 2535 set icon_z17; 2536 2536 } … … 2548 2548 } 2549 2549 node[amenity=place_of_worship] { 2550 icon-image: "religion.png"; 2550 icon-image: "presets/religion.png"; 2551 2551 set icon_z17; 2552 2552 } 2553 2553 node[amenity=place_of_worship][religion=bahai] { 2554 icon-image: "religion/bahai.png"; 2554 icon-image: "presets/religion/bahai.png"; 2555 2555 set icon_z17; 2556 2556 } 2557 2557 node[amenity=place_of_worship][religion=buddhist] { 2558 icon-image: "religion/buddhism.png"; 2558 icon-image: "presets/religion/buddhism.png"; 2559 2559 set icon_z17; 2560 2560 } 2561 2561 node[amenity=place_of_worship][religion=christian] { 2562 icon-image: "religion/church.png"; 2562 icon-image: "presets/religion/church.png"; 2563 2563 set icon_z17; 2564 2564 } 2565 2565 node[amenity=place_of_worship][religion=hindu] { 2566 icon-image: "religion/hinduism.png"; 2566 icon-image: "presets/religion/hinduism.png"; 2567 2567 set icon_z17; 2568 2568 } 2569 2569 node[amenity=place_of_worship][religion=jain] { 2570 icon-image: "religion/jainism.png"; 2570 icon-image: "presets/religion/jainism.png"; 2571 2571 set icon_z17; 2572 2572 } 2573 2573 node[amenity=place_of_worship][religion=jewish] { 2574 icon-image: "religion/jewish.png"; 2574 icon-image: "presets/religion/jewish.png"; 2575 2575 set icon_z17; 2576 2576 } 2577 2577 node[amenity=place_of_worship][religion=muslim] { 2578 icon-image: "religion/muslim.png"; 2578 icon-image: "presets/religion/muslim.png"; 2579 2579 set icon_z17; 2580 2580 } 2581 2581 node[amenity=place_of_worship][religion=sikh] { 2582 icon-image: "religion/sikhism.png"; 2582 icon-image: "presets/religion/sikhism.png"; 2583 2583 set icon_z17; 2584 2584 } 2585 2585 node[amenity=place_of_worship][religion=shinto] { 2586 icon-image: "religion/shinto.png"; 2586 icon-image: "presets/religion/shinto.png"; 2587 2587 set icon_z17; 2588 2588 } 2589 2589 node[amenity=place_of_worship][religion=spiritualist][!is_prop_set(icon-image)] { 2590 icon-image: "misc/no_icon.png"; 2590 icon-image: "presets/misc/no_icon.png"; 2591 2591 set icon_z17; 2592 2592 } 2593 2593 node[amenity=place_of_worship][religion=taoist] { 2594 icon-image: "religion/taoism.png"; 2594 icon-image: "presets/religion/taoism.png"; 2595 2595 set icon_z17; 2596 2596 } 2597 2597 node[amenity=place_of_worship][religion=unitarian][!is_prop_set(icon-image)] { 2598 icon-image: "misc/no_icon.png"; 2598 icon-image: "presets/misc/no_icon.png"; 2599 2599 set icon_z17; 2600 2600 } 2601 2601 node[amenity=place_of_worship][religion=zoroastrian][!is_prop_set(icon-image)] { 2602 icon-image: "misc/no_icon.png"; 2602 icon-image: "presets/misc/no_icon.png"; 2603 2603 set icon_z17; 2604 2604 } 2605 2605 node[amenity=grave_yard] { 2606 icon-image: "rendering/landuse/cemetery.png"; 2606 icon-image: "presets/rendering/landuse/cemetery.png"; 2607 2607 set icon_z17; 2608 2608 } 2609 2609 node[amenity=crematorium][!is_prop_set(icon-image)] { 2610 icon-image: "misc/no_icon.png"; 2610 icon-image: "presets/misc/no_icon.png"; 2611 2611 set icon_z17; 2612 2612 } 2613 2613 node[amenity=post_office] { 2614 icon-image: "service/post_office.png"; 2614 icon-image: "presets/service/post_office.png"; 2615 2615 set icon_z17; 2616 2616 } 2617 2617 node[amenity=post_box] { 2618 icon-image: "service/post_box.png"; 2618 icon-image: "presets/service/post_box.png"; 2619 2619 set icon_z17; 2620 2620 } 2621 2621 node[amenity=studio] { 2622 icon-image: "service/studio.png"; 2622 icon-image: "presets/service/studio.png"; 2623 2623 set icon_z17; 2624 2624 } 2625 2625 node[amenity=school] { 2626 icon-image: "education/school.png"; 2626 icon-image: "presets/education/school.png"; 2627 2627 set icon_z17; 2628 2628 } 2629 2629 node[amenity=university] { 2630 icon-image: "education/university.png"; 2630 icon-image: "presets/education/university.png"; 2631 2631 set icon_z17; 2632 2632 } 2633 2633 node[amenity=college] { 2634 icon-image: "education/college.png"; 2634 icon-image: "presets/education/college.png"; 2635 2635 set icon_z17; 2636 2636 } 2637 2637 node[amenity=kindergarten] { 2638 icon-image: "education/kindergarten.png"; 2638 icon-image: "presets/education/kindergarten.png"; 2639 2639 set icon_z17; 2640 2640 } 2641 2641 node[amenity=driving_school] { 2642 icon-image: "education/driving_school.png"; 2642 icon-image: "presets/education/driving_school.png"; 2643 2643 set icon_z17; 2644 2644 } … … 2655 2655 } 2656 2656 node[amenity=pharmacy] { 2657 icon-image: "health/pharmacy.svg"; 2657 icon-image: "presets/health/pharmacy.svg"; 2658 2658 set icon_z17; 2659 2659 } 2660 2660 node[amenity=hospital] { 2661 icon-image: "health/hospital.svg"; 2661 icon-image: "presets/health/hospital.svg"; 2662 2662 set icon_z17; 2663 2663 } 2664 2664 node[amenity=clinic] { 2665 icon-image: "health/clinic.svg"; 2665 icon-image: "presets/health/clinic.svg"; 2666 2666 set icon_z17; 2667 2667 } 2668 2668 node[amenity=nursing_home] { 2669 icon-image: "social_facility/nursing_home.svg"; 2669 icon-image: "presets/social_facility/nursing_home.svg"; 2670 2670 set icon_z17; 2671 2671 } 2672 2672 node[amenity=social_facility][social_facility=group_home] { 2673 icon-image: "social_facility/group_home.svg"; 2673 icon-image: "presets/social_facility/group_home.svg"; 2674 2674 set icon_z17; 2675 2675 } 2676 2676 node[amenity=social_facility][social_facility=assisted_living] { 2677 icon-image: "social_facility/assisted_living.svg"; 2677 icon-image: "presets/social_facility/assisted_living.svg"; 2678 2678 set icon_z17; 2679 2679 } 2680 2680 node[amenity=social_facility][social_facility=outreach] { 2681 icon-image: "social_facility/outreach.svg"; 2681 icon-image: "presets/social_facility/outreach.svg"; 2682 2682 set icon_z17; 2683 2683 } 2684 2684 node[amenity=social_facility][social_facility=shelter] { 2685 icon-image: "social_facility/shelter.svg"; 2685 icon-image: "presets/social_facility/shelter.svg"; 2686 2686 set icon_z17; 2687 2687 } 2688 2688 node[amenity=social_facility][social_facility=food_bank] { 2689 icon-image: "social_facility/food_bank.svg"; 2689 icon-image: "presets/social_facility/food_bank.svg"; 2690 2690 set icon_z17; 2691 2691 } 2692 2692 node[amenity=baby_hatch] { 2693 icon-image: "health/baby_hatch.svg"; 2693 icon-image: "presets/health/baby_hatch.svg"; 2694 2694 set icon_z17; 2695 2695 } 2696 2696 node[amenity=doctors] { 2697 icon-image: "health/doctors.svg"; 2697 icon-image: "presets/health/doctors.svg"; 2698 2698 set icon_z17; 2699 2699 } 2700 2700 node[amenity=dentist] { 2701 icon-image: "health/dentist.svg"; 2701 icon-image: "presets/health/dentist.svg"; 2702 2702 set icon_z17; 2703 2703 } 2704 2704 node[amenity=veterinary] { 2705 icon-image: "health/veterinary.svg"; 2705 icon-image: "presets/health/veterinary.svg"; 2706 2706 set icon_z17; 2707 2707 } … … 2723 2723 } 2724 2724 node[amenity=library] { 2725 icon-image: "shop/library.png"; 2725 icon-image: "presets/shop/library.png"; 2726 2726 set icon_z17; 2727 2727 } 2728 2728 node[amenity=police] { 2729 icon-image: "service/police.png"; 2729 icon-image: "presets/service/police.png"; 2730 2730 set icon_z17; 2731 2731 } 2732 2732 node[amenity=ranger_station] { 2733 icon-image: "service/ranger_station.svg"; 2733 icon-image: "presets/service/ranger_station.svg"; 2734 2734 set icon_z17; 2735 2735 } 2736 2736 node[amenity=fire_station] { 2737 icon-image: "service/firebrigade.png"; 2737 icon-image: "presets/service/firebrigade.png"; 2738 2738 set icon_z17; 2739 2739 } 2740 2740 node[amenity=bus_station] { 2741 icon-image: "transport/bus.png"; 2741 icon-image: "presets/transport/bus.png"; 2742 2742 set icon_z17; 2743 2743 } 2744 2744 node[amenity=ferry_terminal] { 2745 icon-image: "nautical/ferry.svg"; 2745 icon-image: "presets/nautical/ferry.svg"; 2746 2746 set icon_z17; 2747 2747 } … … 2752 2752 } 2753 2753 node[amenity=cinema] { 2754 icon-image: "leisure/cinema.png"; 2754 icon-image: "presets/leisure/cinema.png"; 2755 2755 set icon_z17; 2756 2756 } 2757 2757 node[amenity=arts_centre] { 2758 icon-image: "service/arts_centre.png"; 2758 icon-image: "presets/service/arts_centre.png"; 2759 2759 set icon_z17; 2760 2760 } 2761 2761 node[amenity=courthouse] { 2762 icon-image: "service/administration/courthouse.svg"; 2762 icon-image: "presets/service/administration/courthouse.svg"; 2763 2763 set icon_z17; 2764 2764 } 2765 2765 node[amenity=prison] { 2766 icon-image: "service/administration/prison.svg"; 2766 icon-image: "presets/service/administration/prison.svg"; 2767 2767 set icon_z17; 2768 2768 } 2769 2769 node[amenity=bank] { 2770 icon-image: "money/bank.png"; 2770 icon-image: "presets/money/bank.png"; 2771 2771 set icon_z17; 2772 2772 } 2773 2773 node[amenity=bureau_de_change] { 2774 icon-image: "money/exchange.png"; 2774 icon-image: "presets/money/exchange.png"; 2775 2775 set icon_z17; 2776 2776 } 2777 2777 node[amenity=atm] { 2778 icon-image: "money/atm.png"; 2778 icon-image: "presets/money/atm.png"; 2779 2779 set icon_z17; 2780 2780 } … … 2784 2784 } 2785 2785 node[amenity=bench] { 2786 icon-image: "leisure/bench.png"; 2786 icon-image: "presets/leisure/bench.png"; 2787 2787 set icon_z17; 2788 2788 } 2789 2789 node[amenity=bbq] { 2790 icon-image: "leisure/bbq.png"; 2790 icon-image: "presets/leisure/bbq.png"; 2791 2791 set icon_z17; 2792 2792 } 2793 2793 node[amenity=compressed_air] { 2794 icon-image: "vehicle/compressed_air.svg"; 2794 icon-image: "presets/vehicle/compressed_air.svg"; 2795 2795 set icon_z17; 2796 2796 } … … 2801 2801 } 2802 2802 node[amenity=shelter] { 2803 icon-image: "accommodation/shelter.png"; 2803 icon-image: "presets/accommodation/shelter.png"; 2804 2804 set icon_z17; 2805 2805 } 2806 2806 node[amenity=shelter][shelter_type=public_transport] { 2807 icon-image: "accommodation/shelter_public_transport_brown.png"; 2807 icon-image: "presets/accommodation/shelter_public_transport_brown.png"; 2808 2808 set icon_z17; 2809 2809 } 2810 2810 node[amenity=shelter][shelter_type=picnic_shelter] { 2811 icon-image: "accommodation/shelter_picnic_brown.png"; 2811 icon-image: "presets/accommodation/shelter_picnic_brown.png"; 2812 2812 set icon_z17; 2813 2813 } 2814 2814 node[amenity=shelter][shelter_type=basic_hut] { 2815 icon-image: "accommodation/basic_hut_blue.png"; 2815 icon-image: "presets/accommodation/basic_hut_blue.png"; 2816 2816 set icon_z17; 2817 2817 } 2818 2818 node[amenity=shelter][shelter_type=lean_to] { 2819 icon-image: "accommodation/shelter_lean_to.svg"; 2819 icon-image: "presets/accommodation/shelter_lean_to.svg"; 2820 2820 set icon_z17; 2821 2821 } 2822 2822 node[amenity=hunting_stand] { 2823 icon-image: "hunting_stand.png"; 2823 icon-image: "presets/hunting_stand.png"; 2824 2824 set icon_z17; 2825 2825 } 2826 2826 node[amenity=marketplace] { 2827 icon-image: "place/marketplace.png"; 2827 icon-image: "presets/place/marketplace.png"; 2828 2828 set icon_z17; 2829 2829 } 2830 2830 node[amenity=wlan] { 2831 icon-image: "wlan.png"; 2831 icon-image: "presets/wlan.png"; 2832 2832 set icon_z17; 2833 2833 } 2834 2834 node[amenity=vending_machine] { 2835 icon-image: "transport/ticket-machine.png"; 2835 icon-image: "presets/transport/ticket-machine.png"; 2836 2836 set icon_z17; 2837 2837 } 2838 2838 node[vending=excrement_bags] { 2839 icon-image: "service/excrement_bags.png"; 2839 icon-image: "presets/service/excrement_bags.png"; 2840 2840 set icon_z17; 2841 2841 } … … 2872 2872 } 2873 2873 node[craft=carpenter][!is_prop_set(icon-image)] { 2874 icon-image: "misc/no_icon.png"; 2874 icon-image: "presets/misc/no_icon.png"; 2875 2875 set icon_z17; 2876 2876 } 2877 2877 node[craft=shoemaker][!is_prop_set(icon-image)] { 2878 icon-image: "misc/no_icon.png"; 2878 icon-image: "presets/misc/no_icon.png"; 2879 2879 set icon_z17; 2880 2880 } 2881 2881 node[craft=photographer][!is_prop_set(icon-image)] { 2882 icon-image: "misc/no_icon.png"; 2882 icon-image: "presets/misc/no_icon.png"; 2883 2883 set icon_z17; 2884 2884 } 2885 2885 node[craft=metal_construction][!is_prop_set(icon-image)] { 2886 icon-image: "misc/no_icon.png"; 2886 icon-image: "presets/misc/no_icon.png"; 2887 2887 set icon_z17; 2888 2888 }node[craft=electrician][!is_prop_set(icon-image)] { 2889 icon-image: "misc/no_icon.png"; 2889 icon-image: "presets/misc/no_icon.png"; 2890 2890 set icon_z17; 2891 2891 } 2892 2892 node[craft=brewery][!is_prop_set(icon-image)] { 2893 icon-image: "misc/no_icon.png"; 2893 icon-image: "presets/misc/no_icon.png"; 2894 2894 set icon_z17; 2895 2895 } 2896 2896 node[craft=plumber] { 2897 icon-image: "craft/plumber.png"; 2897 icon-image: "presets/craft/plumber.png"; 2898 2898 set icon_z17; 2899 2899 } 2900 2900 node[craft=sawmill][!is_prop_set(icon-image)] { 2901 icon-image: "misc/no_icon.png"; 2901 icon-image: "presets/misc/no_icon.png"; 2902 2902 set icon_z17; 2903 2903 } 2904 2904 node[craft=gardener][!is_prop_set(icon-image)] { 2905 icon-image: "misc/no_icon.png"; 2905 icon-image: "presets/misc/no_icon.png"; 2906 2906 set icon_z17; 2907 2907 } 2908 2908 node[craft=winery][!is_prop_set(icon-image)] { 2909 icon-image: "misc/no_icon.png"; 2909 icon-image: "presets/misc/no_icon.png"; 2910 2910 set icon_z17; 2911 2911 } 2912 2912 node[craft=hvac][!is_prop_set(icon-image)] { 2913 icon-image: "misc/no_icon.png"; 2913 icon-image: "presets/misc/no_icon.png"; 2914 2914 set icon_z17; 2915 2915 } 2916 2916 node[craft=painter] { 2917 icon-image: "craft/painter.png"; 2917 icon-image: "presets/craft/painter.png"; 2918 2918 set icon_z17; 2919 2919 } 2920 2920 node[craft=stonemason][!is_prop_set(icon-image)] { 2921 icon-image: "misc/no_icon.png"; 2921 icon-image: "presets/misc/no_icon.png"; 2922 2922 set icon_z17; 2923 2923 } 2924 2924 node[craft=handicraft][!is_prop_set(icon-image)] { 2925 icon-image: "misc/no_icon.png"; 2925 icon-image: "presets/misc/no_icon.png"; 2926 2926 set icon_z17; 2927 2927 } 2928 2928 node[craft=pottery] { 2929 icon-image: "craft/pottery.png"; 2929 icon-image: "presets/craft/pottery.png"; 2930 2930 set icon_z17; 2931 2931 } 2932 2932 node[craft=key_cutter][!is_prop_set(icon-image)] { 2933 icon-image: "misc/no_icon.png"; 2933 icon-image: "presets/misc/no_icon.png"; 2934 2934 set icon_z17; 2935 2935 } 2936 2936 node[craft=caterer][!is_prop_set(icon-image)] { 2937 icon-image: "misc/no_icon.png"; 2937 icon-image: "presets/misc/no_icon.png"; 2938 2938 set icon_z17; 2939 2939 } 2940 2940 node[craft=roofer][!is_prop_set(icon-image)] { 2941 icon-image: "misc/no_icon.png"; 2941 icon-image: "presets/misc/no_icon.png"; 2942 2942 set icon_z17; 2943 2943 } 2944 2944 node[craft=beekeeper][!is_prop_set(icon-image)] { 2945 icon-image: "misc/no_icon.png"; 2945 icon-image: "presets/misc/no_icon.png"; 2946 2946 set icon_z17; 2947 2947 } 2948 2948 node[craft=blacksmith][!is_prop_set(icon-image)] { 2949 icon-image: "misc/no_icon.png"; 2949 icon-image: "presets/misc/no_icon.png"; 2950 2950 set icon_z17; 2951 2951 } 2952 2952 node[craft=locksmith][!is_prop_set(icon-image)] { 2953 icon-image: "misc/no_icon.png"; 2953 icon-image: "presets/misc/no_icon.png"; 2954 2954 set icon_z17; 2955 2955 } 2956 2956 node[craft=window_construction] { 2957 icon-image: "craft/window_construction.png"; 2957 icon-image: "presets/craft/window_construction.png"; 2958 2958 set icon_z17; 2959 2959 } 2960 2960 node[craft=upholsterer][!is_prop_set(icon-image)] { 2961 icon-image: "misc/no_icon.png"; 2961 icon-image: "presets/misc/no_icon.png"; 2962 2962 set icon_z17; 2963 2963 } 2964 2964 node[craft=tiler] { 2965 icon-image: "craft/tiler.png"; 2965 icon-image: "presets/craft/tiler.png"; 2966 2966 set icon_z17; 2967 2967 } … … 2983 2983 } 2984 2984 node[tourism=hotel] { 2985 icon-image: "accommodation/hotel.svg"; 2985 icon-image: "presets/accommodation/hotel.svg"; 2986 2986 set icon_z17; 2987 2987 } 2988 2988 node[tourism=motel] { 2989 icon-image: "accommodation/motel.svg"; 2989 icon-image: "presets/accommodation/motel.svg"; 2990 2990 set icon_z17; 2991 2991 } 2992 2992 node[tourism=guest_house] { 2993 icon-image: "accommodation/guest_house.png"; 2993 icon-image: "presets/accommodation/guest_house.png"; 2994 2994 set icon_z17; 2995 2995 } 2996 2996 node[tourism=hostel] { 2997 icon-image: "accommodation/hostel.svg"; 2997 icon-image: "presets/accommodation/hostel.svg"; 2998 2998 set icon_z17; 2999 2999 } 3000 3000 node[tourism=chalet] { 3001 icon-image: "accommodation/chalet.png"; 3001 icon-image: "presets/accommodation/chalet.png"; 3002 3002 set icon_z17; 3003 3003 } 3004 3004 node[tourism=alpine_hut] { 3005 icon-image: "accommodation/alpine_hut_blue.png"; 3005 icon-image: "presets/accommodation/alpine_hut_blue.png"; 3006 3006 set icon_z17; 3007 3007 } 3008 3008 node[tourism=wilderness_hut] { 3009 icon-image: "accommodation/wilderness_hut_blue.png"; 3009 icon-image: "presets/accommodation/wilderness_hut_blue.png"; 3010 3010 set icon_z17; 3011 3011 } 3012 3012 node[tourism=camp_site] { 3013 icon-image: "accommodation/camping.png"; 3013 icon-image: "presets/accommodation/camping.png"; 3014 3014 set icon_z17; 3015 3015 } 3016 3016 node[tourism=caravan_site] { 3017 icon-image: "accommodation/camping/caravan.png"; 3017 icon-image: "presets/accommodation/camping/caravan.png"; 3018 3018 set icon_z17; 3019 3019 } … … 3027 3027 } 3028 3028 node[tourism=picnic_site] { 3029 icon-image: "leisure/picnic.png"; 3029 icon-image: "presets/leisure/picnic.png"; 3030 3030 set icon_z17; 3031 3031 } 3032 3032 node[tourism=viewpoint] { 3033 icon-image: "sightseeing/viewpoint.png"; 3033 icon-image: "presets/sightseeing/viewpoint.png"; 3034 3034 set icon_z17; 3035 3035 } 3036 3036 node[tourism=theme_park] { 3037 icon-image: "leisure/theme_park.png"; 3037 icon-image: "presets/leisure/theme_park.png"; 3038 3038 set icon_z17; 3039 3039 } 3040 3040 node[tourism=attraction] { 3041 icon-image: "sightseeing.png"; 3041 icon-image: "presets/sightseeing.png"; 3042 icon-width: 16; 3042 3043 set icon_z17; 3043 3044 } 3044 3045 node[tourism=zoo] { 3045 icon-image: "leisure/zoo.png"; 3046 icon-image: "presets/leisure/zoo.png"; 3046 3047 set icon_z17; 3047 3048 } … … 3054 3055 } 3055 3056 node[tourism=artwork] { 3056 icon-image: "service/arts_centre.png"; 3057 icon-image: "presets/service/arts_centre.png"; 3057 3058 set icon_z17; 3058 3059 } 3059 3060 node[tourism=museum] { 3060 icon-image: "sightseeing/museum.svg"; 3061 icon-image: "presets/sightseeing/museum.svg"; 3061 3062 set icon_z17; 3062 3063 } … … 3070 3071 } 3071 3072 node[tourism=information] { 3072 icon-image: "misc/information.png"; 3073 icon-image: "presets/misc/information.png"; 3073 3074 set icon_z17; 3074 3075 } 3075 3076 node[tourism=information][information=guidepost] { 3076 icon-image: "misc/information/guidepost.png"; 3077 icon-image: "presets/misc/information/guidepost.png"; 3077 3078 set icon_z17; 3078 3079 } … … 3081 3082 } 3082 3083 node[tourism=information][information=office] { 3083 icon-image: "misc/information/informationoffice.png"; 3084 icon-image: "presets/misc/information/informationoffice.png"; 3084 3085 set icon_z17; 3085 3086 } 3086 3087 node[tourism=information][information=map] { 3087 icon-image: "misc/information/map.png"; 3088 icon-image: "presets/misc/information/map.png"; 3088 3089 set icon_z17; 3089 3090 } 3090 3091 node[tourism=information][information=board] { 3091 icon-image: "misc/information/board.png"; 3092 icon-image: "presets/misc/information/board.png"; 3092 3093 set icon_z17; 3093 3094 } … … 3110 3111 } 3111 3112 node[historic=castle] { 3112 icon-image: "sightseeing/castle.svg"; 3113 icon-image: "presets/sightseeing/castle.svg"; 3113 3114 set icon_z17; 3114 3115 } 3115 3116 node[historic=monument] { 3116 icon-image: "sightseeing/monument.png"; 3117 icon-image: "presets/sightseeing/monument.png"; 3117 3118 set icon_z17; 3118 3119 } 3119 3120 node[historic=memorial] { 3120 icon-image: "sightseeing/memorial.png"; 3121 icon-image: "presets/sightseeing/memorial.png"; 3121 3122 set icon_z17; 3122 3123 } 3123 3124 node[historic=archaeological_site] { 3124 icon-image: "sightseeing/archaeological.png"; 3125 icon-image: "presets/sightseeing/archaeological.png"; 3125 3126 set icon_z17; 3126 3127 } 3127 3128 node[historic=ruins] { 3128 icon-image: "sightseeing/ruins.png"; 3129 icon-image: "presets/sightseeing/ruins.png"; 3129 3130 set icon_z17; 3130 3131 } 3131 3132 node[historic=battlefield] { 3132 icon-image: "sightseeing/battlefield.png"; 3133 icon-image: "presets/sightseeing/battlefield.png"; 3133 3134 set icon_z17; 3134 3135 } 3135 3136 node[geological=palaeontological_site] { 3136 icon-image: "historic/palaeontological_site.png"; 3137 icon-image: "presets/historic/palaeontological_site.png"; 3137 3138 set icon_z17; 3138 3139 } 3139 3140 node[historic=wayside_cross] { 3140 icon-image: "religion/wayside_cross.png"; 3141 icon-image: "presets/religion/wayside_cross.png"; 3141 3142 set icon_z17; 3142 3143 } 3143 3144 node[historic=wayside_shrine] { 3144 icon-image: "religion/wayside_shrine.png"; 3145 icon-image: "presets/religion/wayside_shrine.png"; 3145 3146 set icon_z17; 3146 3147 } 3147 3148 node[historic=boundary_stone] { 3148 icon-image: "historic/boundary_stone.png"; 3149 icon-image: "presets/historic/boundary_stone.png"; 3149 3150 set icon_z17; 3150 3151 } … … 3244 3245 } 3245 3246 node[landuse] { 3246 icon-image: "misc/deprecated.png"; 3247 icon-image: "presets/misc/deprecated.png"; 3247 3248 set icon_z17; 3248 3249 } … … 3260 3261 } 3261 3262 node[military=airfield] { 3262 icon-image: "transport/airport/airfield.png"; 3263 icon-image: "presets/transport/airport/airfield.png"; 3263 3264 set icon_z17; 3264 3265 } 3265 3266 node[military=bunker] { 3266 icon-image: "misc/landmark/bunker.png"; 3267 icon-image: "presets/misc/landmark/bunker.png"; 3267 3268 set icon_z17; 3268 3269 } 3269 3270 node[military=barracks][!is_prop_set(icon-image)] { 3270 icon-image: "misc/no_icon.png"; 3271 icon-image: "presets/misc/no_icon.png"; 3271 3272 set icon_z17; 3272 3273 } 3273 3274 node[military=danger_area] { 3274 icon-image: "misc/danger.png"; 3275 icon-image: "presets/misc/danger.png"; 3275 3276 set icon_z17; 3276 3277 } 3277 3278 node[military=range] { 3278 icon-image: "misc/landmark/range.png"; 3279 icon-image: "presets/misc/landmark/range.png"; 3279 3280 set icon_z17; 3280 3281 } … … 3288 3289 } 3289 3290 node[railway=station] { 3290 icon-image: "transport/railway_station.png"; 3291 icon-image: "presets/transport/railway_station.png"; 3291 3292 set icon_z17; 3292 3293 } … … 3296 3297 } 3297 3298 node[railway=tram_stop] { 3298 icon-image: "transport/tram.png"; 3299 icon-image: "presets/transport/tram.png"; 3299 3300 set icon_z17; 3300 3301 } 3301 3302 node[railway=subway_entrance] { 3302 icon-image: "transport/underground.png"; 3303 icon-image: "presets/transport/underground.png"; 3303 3304 set icon_z17; 3304 3305 } 3305 3306 node[railway=crossing] { 3306 icon-image: "transport/railway/crossing.svg"; 3307 icon-image: "presets/transport/railway/crossing.svg"; 3307 3308 set icon_z17; 3308 3309 } 3309 3310 node[railway=level_crossing] { 3310 icon-image: "transport/railway/level_crossing.svg"; 3311 icon-image: "presets/transport/railway/level_crossing.svg"; 3311 3312 icon-width: 16; 3312 3313 set icon_z17; … … 3416 3417 } 3417 3418 node[railway=turntable] { 3418 icon-image: "transport/railway/turntable.svg"; 3419 icon-image: "presets/transport/railway/turntable.svg"; 3419 3420 set icon_z17; 3420 3421 } 3421 3422 node[railway=buffer_stop] { 3422 icon-image: "transport/railway/buffer_stop.svg"; 3423 icon-image: "presets/transport/railway/buffer_stop.svg"; 3423 3424 set icon_z17; 3424 3425 } … … 3436 3437 } 3437 3438 node[railway=switch] { 3438 icon-image: "transport/railway/switch.svg"; 3439 icon-image: "presets/transport/railway/switch.svg"; 3439 3440 icon-width: 16; 3440 3441 set icon_z17; 3441 3442 } 3442 3443 node[railway=signal] { 3443 icon-image: "transport/railway/signal.svg"; 3444 icon-image: "presets/transport/railway/signal.svg"; 3444 3445 set icon_z17; 3445 3446 } 3446 3447 node[railway=milestone] { 3447 icon-image: "transport/railway/milestone.svg"; 3448 icon-image: "presets/transport/railway/milestone.svg"; 3448 3449 set icon_z17; 3449 3450 } … … 3454 3455 node[railway=platform], node[railway=funicular], 3455 3456 node[service=yard], node[service=siding], node[service=spur] { 3456 icon-image: "misc/deprecated.png"; 3457 icon-image: "presets/misc/deprecated.png"; 3457 3458 set icon_z17; 3458 3459 } … … 3493 3494 } 3494 3495 node[aeroway=aerodrome][military!=airfield] { 3495 icon-image: "transport/airport.png"; 3496 icon-image: "presets/transport/airport.png"; 3496 3497 set icon_z17; 3497 3498 } … … 3500 3501 } 3501 3502 node[aeroway=terminal] { 3502 icon-image: "transport/airport/terminal.png"; 3503 icon-image: "presets/transport/airport/terminal.png"; 3503 3504 set icon_z17; 3504 3505 } … … 3507 3508 } 3508 3509 node[aeroway=helipad] { 3509 icon-image: "transport/airport/helipad.png"; 3510 icon-image: "presets/transport/airport/helipad.png"; 3510 3511 set icon_z17; 3511 3512 } … … 3529 3530 } 3530 3531 node[aeroway=parking_position] { 3531 icon-image: "transport/airport/parking_position.png"; 3532 icon-image: "presets/transport/airport/parking_position.png"; 3532 3533 set icon_z17; 3533 3534 } … … 3539 3540 node[aeroway=runway], 3540 3541 node[aeroway=taxiway] { 3541 icon-image: "misc/deprecated.png"; 3542 icon-image: "presets/misc/deprecated.png"; 3542 3543 set icon_z17; 3543 3544 } 3544 3545 node[aeroway=hangar] { 3545 icon-image: "transport/airport/hangar.png"; 3546 icon-image: "presets/transport/airport/hangar.png"; 3546 3547 set icon_z17; 3547 3548 } 3548 3549 node[aeroway=gate] { 3549 icon-image: "transport/airport/gate.png"; 3550 icon-image: "presets/transport/airport/gate.png"; 3550 3551 set icon_z17; 3551 3552 } 3552 3553 node[aeroway=windsock] { 3553 icon-image: "transport/airport/windsock.png"; 3554 icon-image: "presets/transport/airport/windsock.png"; 3554 3555 set icon_z17; 3555 3556 } … … 3598 3599 } 3599 3600 node[aerialway=station] { 3600 icon-image: "transport/aerialway/station.png"; 3601 icon-image: "presets/transport/aerialway/station.png"; 3601 3602 set icon_z17; 3602 3603 } 3603 3604 node[aerialway=pylon] { 3604 icon-image: "transport/aerialway/pylon.svg"; 3605 icon-image: "presets/transport/aerialway/pylon.svg"; 3605 3606 set icon_z17; 3606 3607 } … … 3616 3617 node[aerialway=rope_tow], 3617 3618 node[aerialway=goods] { 3618 icon-image: "misc/deprecated.png"; 3619 icon-image: "presets/misc/deprecated.png"; 3619 3620 set icon_z17; 3620 3621 } … … 3625 3626 3626 3627 node[highway=bus_stop] { 3627 icon-image: "transport/bus_small.png"; 3628 icon-image: "presets/transport/bus_small.png"; 3628 3629 set icon_z17; 3629 3630 } 3630 3631 node[public_transport=stop_position] { 3631 icon-image: "transport/railway_small.png"; 3632 icon-image: "presets/transport/railway_small.png"; 3632 3633 set icon_z17; 3633 3634 } 3634 3635 node[public_transport=stop_position][share_taxi=yes] { 3635 icon-image: "transport/share_taxi.svg"; 3636 icon-image: "presets/transport/share_taxi.svg"; 3636 3637 set icon_z17; 3637 3638 } 3638 3639 node[public_transport=stop_position][bus=yes] { 3639 icon-image: "transport/bus.svg"; 3640 icon-image: "presets/transport/bus.svg"; 3640 3641 set icon_z17; 3641 3642 } 3642 3643 node[public_transport=stop_position][train=yes] { 3643 icon-image: "transport/train.svg"; 3644 icon-image: "presets/transport/train.svg"; 3644 3645 set icon_z17; 3645 3646 } 3646 3647 node[public_transport=stop_position][tram=yes] { 3647 icon-image: "transport/railway/tram.svg"; 3648 icon-image: "presets/transport/railway/tram.svg"; 3648 3649 set icon_z17; 3649 3650 } 3650 3651 node[public_transport=stop_position][subway=yes] { 3651 icon-image: "transport/railway/subway.svg"; 3652 icon-image: "presets/transport/railway/subway.svg"; 3652 3653 set icon_z17; 3653 3654 } 3654 3655 node[public_transport=stop_position][monorail=yes] { 3655 icon-image: "transport/railway/monorail.svg"; 3656 icon-image: "presets/transport/railway/monorail.svg"; 3656 3657 set icon_z17; 3657 3658 } 3658 3659 node[public_transport=stop_position][trolleybus=yes] { 3659 icon-image: "transport/trolleybus.svg"; 3660 icon-image: "presets/transport/trolleybus.svg"; 3660 3661 set icon_z17; 3661 3662 } 3662 3663 node[public_transport=stop_position][funicular=yes] { 3663 icon-image: "transport/railway/funicular.svg"; 3664 icon-image: "presets/transport/railway/funicular.svg"; 3664 3665 set icon_z17; 3665 3666 } 3666 3667 node[public_transport=stop_position][aerialway=yes] { 3667 icon-image: "transport/aerialway/station.png"; 3668 icon-image: "presets/transport/aerialway/station.png"; 3668 3669 set icon_z17; 3669 3670 } 3670 3671 node[public_transport=stop_position][ferry=yes] { 3671 icon-image: "nautical/ferry.svg"; 3672 icon-image: "presets/nautical/ferry.svg"; 3672 3673 set icon_z17; 3673 3674 } … … 3681 3682 } 3682 3683 node[public_transport=platform] { 3683 icon-image: "transport/platform.svg"; 3684 icon-image: "presets/transport/platform.svg"; 3684 3685 set icon_z17; 3685 3686 } … … 3688 3689 } 3689 3690 node[public_transport=station] { 3690 icon-image: "transport/station.svg"; 3691 icon-image: "presets/transport/station.svg"; 3691 3692 set icon_z17; 3692 3693 } … … 3710 3711 } 3711 3712 node[sport="9pin"] { 3712 icon-image: "sport/10pin.png"; 3713 icon-image: "presets/sport/10pin.png"; 3713 3714 set icon_z17; 3714 3715 } 3715 3716 node[sport="10pin"] { 3716 icon-image: "sport/10pin.png"; 3717 icon-image: "presets/sport/10pin.png"; 3717 3718 set icon_z17; 3718 3719 } 3719 3720 node[sport=athletics] { 3720 icon-image: "sport/athletics.png"; 3721 icon-image: "presets/sport/athletics.png"; 3721 3722 set icon_z17; 3722 3723 } 3723 3724 node[sport=running] { 3724 icon-image: "sport/running.svg"; 3725 icon-image: "presets/sport/running.svg"; 3725 3726 set icon_z17; 3726 3727 } 3727 3728 node[sport=soccer], 3728 3729 node[sport=gaelic_games] { 3729 icon-image: "sport/soccer.png"; 3730 icon-image: "presets/sport/soccer.png"; 3730 3731 set icon_z17; 3731 3732 } … … 3735 3736 node[sport=rugby_league], 3736 3737 node[sport=rugby_union] { 3737 icon-image: "sport/football.png"; 3738 icon-image: "presets/sport/football.png"; 3738 3739 set icon_z17; 3739 3740 } … … 3750 3751 } 3751 3752 node[sport=baseball] { 3752 icon-image: "sport/baseball.png"; 3753 icon-image: "presets/sport/baseball.png"; 3753 3754 set icon_z17; 3754 3755 } 3755 3756 node[sport=basketball] { 3756 icon-image: "sport/basketball.png"; 3757 icon-image: "presets/sport/basketball.png"; 3757 3758 set icon_z17; 3758 3759 } 3759 3760 node[sport=boules] { 3760 icon-image: "sport/boule.png"; 3761 icon-image: "presets/sport/boule.png"; 3761 3762 set icon_z17; 3762 3763 } 3763 3764 node[sport=bowls] { 3764 icon-image: "sport/boule.png"; 3765 icon-image: "presets/sport/boule.png"; 3765 3766 set icon_z17; 3766 3767 } 3767 3768 node[sport=canoe] { 3768 icon-image: "sport/canoe.svg"; 3769 icon-image: "presets/sport/canoe.svg"; 3769 3770 set icon_z17; 3770 3771 } 3771 3772 node[sport=chess] { 3772 icon-image: "sport/chess.png"; 3773 icon-image: "presets/sport/chess.png"; 3773 3774 set icon_z17; 3774 3775 } 3775 3776 node[sport=climbing] { 3776 icon-image: "sport/climbing.png"; 3777 icon-image: "presets/sport/climbing.png"; 3777 3778 set icon_z17; 3778 3779 } 3779 3780 node[sport=cricket] { 3780 icon-image: "sport/cricket.png"; 3781 icon-image: "presets/sport/cricket.png"; 3781 3782 set icon_z17; 3782 3783 } 3783 3784 node[sport=croquet] { 3784 icon-image: "sport/croquet.png"; 3785 icon-image: "presets/sport/croquet.png"; 3785 3786 set icon_z17; 3786 3787 } … … 3802 3803 } 3803 3804 node[sport=cycling] { 3804 icon-image: "sport/cycling.png"; 3805 icon-image: "presets/sport/cycling.png"; 3805 3806 set icon_z17; 3806 3807 } 3807 3808 node[sport=dog_racing] { 3808 icon-image: "leisure/dog.png"; 3809 icon-image: "presets/leisure/dog.png"; 3809 3810 set icon_z17; 3810 3811 } … … 3815 3816 } 3816 3817 node[sport=golf] { 3817 icon-image: "sport/golf.svg"; 3818 icon-image: "presets/sport/golf.svg"; 3818 3819 set icon_z17; 3819 3820 } … … 3823 3824 } 3824 3825 node[sport=field_hockey] { 3825 icon-image: "sport/field_hockey.png"; 3826 icon-image: "presets/sport/field_hockey.png"; 3826 3827 set icon_z17; 3827 3828 } 3828 3829 node[sport=ice_hockey] { 3829 icon-image: "sport/ice_hockey.png"; 3830 icon-image: "presets/sport/ice_hockey.png"; 3830 3831 set icon_z17; 3831 3832 } 3832 3833 node[sport=horse_racing] { 3833 icon-image: "sport/riding.png"; 3834 icon-image: "presets/sport/riding.png"; 3834 3835 set icon_z17; 3835 3836 } 3836 3837 node[sport=karting] { 3837 icon-image: "sport/karting.png"; 3838 icon-image: "presets/sport/karting.png"; 3838 3839 set icon_z17; 3839 3840 } 3840 3841 node[sport=motocross] { 3841 icon-image: "sport/motocross.png"; 3842 icon-image: "presets/sport/motocross.png"; 3842 3843 set icon_z17; 3843 3844 } 3844 3845 node[sport=motor] { 3845 icon-image: "sport/motor.png"; 3846 icon-image: "presets/sport/motor.png"; 3846 3847 set icon_z17; 3847 3848 } … … 3855 3856 } 3856 3857 node[sport=multi] { 3857 icon-image: "sport/multi.png"; 3858 icon-image: "presets/sport/multi.png"; 3858 3859 set icon_z17; 3859 3860 } 3860 3861 node[sport=pelota] { 3861 icon-image: "sport/pelota.png"; 3862 icon-image: "presets/sport/pelota.png"; 3862 3863 set icon_z17; 3863 3864 } 3864 3865 node[sport=racquet] { 3865 icon-image: "sport/racquetball.png"; 3866 icon-image: "presets/sport/racquetball.png"; 3866 3867 set icon_z17; 3867 3868 } 3868 3869 node[sport=ice_skating] { 3869 icon-image: "sport/skating.png"; 3870 icon-image: "presets/sport/skating.png"; 3870 3871 set icon_z17; 3871 3872 } 3872 3873 node[sport=roller_skating] { 3873 icon-image: "sport/roller_skating.svg"; 3874 icon-image: "presets/sport/roller_skating.svg"; 3874 3875 set icon_z17; 3875 3876 } 3876 3877 node[sport=skating] { 3877 icon-image: "misc/deprecated.png"; 3878 icon-image: "presets/misc/deprecated.png"; 3878 3879 set icon_z17; 3879 3880 } 3880 3881 node[sport=skateboard] { 3881 icon-image: "sport/skateboard.png"; 3882 icon-image: "presets/sport/skateboard.png"; 3882 3883 set icon_z17; 3883 3884 } … … 3886 3887 } 3887 3888 node[sport=swimming] { 3888 icon-image: "sport/pool.png"; 3889 icon-image: "presets/sport/pool.png"; 3889 3890 set icon_z17; 3890 3891 } … … 3895 3896 } 3896 3897 node[sport=table_tennis] { 3897 icon-image: "sport/table_tennis.png"; 3898 icon-image: "presets/sport/table_tennis.png"; 3898 3899 set icon_z17; 3899 3900 } 3900 3901 node[sport=tennis] { 3901 icon-image: "sport/tennis.png"; 3902 icon-image: "presets/sport/tennis.png"; 3902 3903 set icon_z17; 3903 3904 } 3904 3905 node[sport=paintball][!is_prop_set(icon-image)] { 3905 icon-image: "misc/no_icon.png"; 3906 icon-image: "presets/misc/no_icon.png"; 3906 3907 set icon_z17; 3907 3908 } … … 3920 3921 } 3921 3922 node[sport=squash][!is_prop_set(icon-image)] { 3922 icon-image: "misc/no_icon.png"; 3923 icon-image: "presets/misc/no_icon.png"; 3923 3924 set icon_z17; 3924 3925 } … … 3929 3930 } 3930 3931 node[sport=volleyball] { 3931 icon-image: "sport/volleyball.png"; 3932 icon-image: "presets/sport/volleyball.png"; 3932 3933 set icon_z17; 3933 3934 } 3934 3935 node[sport=beachvolleyball] { 3935 icon-image: "sport/beachvolleyball.png"; 3936 icon-image: "presets/sport/beachvolleyball.png"; 3936 3937 set icon_z17; 3937 3938 } 3938 3939 node[sport=billiards] { 3939 icon-image: "sport/billiards.svg"; 3940 icon-image: "presets/sport/billiards.svg"; 3940 3941 set icon_z17; 3941 3942 } 3942 3943 node[sport=bowling] { 3943 icon-image: "sport/10pin.png"; 3944 icon-image: "presets/sport/10pin.png"; 3944 3945 set icon_z17; 3945 3946 } 3946 3947 node[sport=handball] { 3947 icon-image: "sport/handball.png"; 3948 icon-image: "presets/sport/handball.png"; 3948 3949 set icon_z17; 3949 3950 } 3950 3951 node[sport=rowing] { 3951 icon-image: "sport/rowing.png"; 3952 icon-image: "presets/sport/rowing.png"; 3952 3953 set icon_z17; 3953 3954 } 3954 3955 node[sport=sailing][!is_prop_set(icon-image)] { 3955 icon-image: "misc/no_icon.png"; 3956 icon-image: "presets/misc/no_icon.png"; 3956 3957 set icon_z17; 3957 3958 } 3958 3959 node[sport=scuba_diving] { 3959 icon-image: "sport/scuba_diving.svg"; 3960 icon-image: "presets/sport/scuba_diving.svg"; 3960 3961 set icon_z17; 3961 3962 } 3962 3963 node[sport=badminton][!is_prop_set(icon-image)] { 3963 icon-image: "misc/no_icon.png"; 3964 icon-image: "presets/misc/no_icon.png"; 3964 3965 set icon_z17; 3965 3966 } … … 3971 3972 } 3972 3973 node[sport=archery] { 3973 icon-image: "sport/archery.png"; 3974 icon-image: "presets/sport/archery.png"; 3974 3975 set icon_z17; 3975 3976 } 3976 3977 node[sport=fishing] { 3977 icon-image: "sport/fishing.png"; 3978 icon-image: "presets/sport/fishing.png"; 3978 3979 set icon_z17; 3979 3980 } 3980 3981 node[sport=model_aerodrome] { 3981 icon-image: "transport/airport.png"; 3982 icon-image: "presets/transport/airport.png"; 3982 3983 set icon_z17; 3983 3984 } 3984 3985 node[sport=rc_car] { 3985 icon-image: "transport/car.png"; 3986 icon-image: "presets/transport/car.png"; 3986 3987 set icon_z17; 3987 3988 } … … 3995 3996 } 3996 3997 node[natural=spring] { 3997 icon-image: "misc/landmark/spring.svg"; 3998 icon-image: "presets/misc/landmark/spring.svg"; 3998 3999 set icon_z17; 3999 4000 } … … 4009 4010 } 4010 4011 node[natural=peak][tourism=viewpoint] { 4011 icon-image: "sightseeing/peak_viewpoint.svg"; 4012 icon-image: "presets/sightseeing/peak_viewpoint.svg"; 4012 4013 set icon_z0; 4013 4014 set text_z0; … … 4017 4018 } 4018 4019 node[natural=volcano] { 4019 icon-image: "misc/landmark/volcano_small.png"; 4020 icon-image: "presets/misc/landmark/volcano_small.png"; 4020 4021 set icon_z0; 4021 4022 set text_z0; … … 4031 4032 } 4032 4033 node[natural=cliff] { 4033 icon-image: "misc/cliff.svg"; 4034 icon-image: "presets/misc/cliff.svg"; 4034 4035 set icon_z17; 4035 4036 } … … 4097 4098 } 4098 4099 node[natural=rock] { 4099 icon-image: "misc/rock.svg"; 4100 icon-image: "presets/misc/rock.svg"; 4100 4101 set icon_z17; 4101 4102 } … … 4104 4105 } 4105 4106 node[natural=stone] { 4106 icon-image: "misc/stone.svg"; 4107 icon-image: "presets/misc/stone.svg"; 4107 4108 set icon_z17; 4108 4109 } … … 4112 4113 } 4113 4114 node[natural=bay] { 4114 icon-image: "nautical/bay.svg"; 4115 icon-image: "presets/nautical/bay.svg"; 4115 4116 set icon_z17; 4116 4117 } 4117 4118 node[natural=cave_entrance] { 4118 icon-image: "misc/landmark/cave_entrance.png"; 4119 icon-image: "presets/misc/landmark/cave_entrance.png"; 4119 4120 set icon_z17; 4120 4121 } 4121 4122 node[natural=tree] { 4122 icon-image: "misc/landmark/trees.png"; 4123 icon-image: "presets/misc/landmark/trees.png"; 4123 4124 set icon_z17; 4124 4125 } 4125 4126 node[natural=tree][type=conifer], 4126 4127 node[natural=tree][leaf_type=needleleaved] { 4127 icon-image: "misc/landmark/trees_conifer.png"; 4128 icon-image: "presets/misc/landmark/trees_conifer.png"; 4128 4129 set icon_z17; 4129 4130 } 4130 4131 node[natural=tree][type=broad_leaved], 4131 4132 node[natural=tree][leaf_type=broadleaved] { 4132 icon-image: "misc/landmark/trees_broad_leaved.png"; 4133 icon-image: "presets/misc/landmark/trees_broad_leaved.png"; 4133 4134 set icon_z17; 4134 4135 } 4135 4136 node[natural=tree][type=palm] { 4136 icon-image: "misc/landmark/trees_palm.png"; 4137 icon-image: "presets/misc/landmark/trees_palm.png"; 4137 4138 set icon_z17; 4138 4139 } … … 4155 4156 node[natural=ridge], 4156 4157 node[natural=valley] { 4157 icon-image: "misc/deprecated.png"; 4158 icon-image: "presets/misc/deprecated.png"; 4158 4159 set icon_z17; 4159 4160 } … … 4196 4197 } 4197 4198 node[waterway=dock] { 4198 icon-image: "nautical/boatyard.png"; 4199 icon-image: "presets/nautical/boatyard.png"; 4199 4200 set icon_z17; 4200 4201 } 4201 4202 node[waterway=lock_gate] { 4202 icon-image: "nautical/lock_gate.png"; 4203 icon-image: "presets/nautical/lock_gate.png"; 4203 4204 set icon_z17; 4204 4205 } 4205 4206 node[waterway=turning_point] { 4206 icon-image: "nautical/turning.png"; 4207 icon-image: "presets/nautical/turning.png"; 4207 4208 set icon_z17; 4208 4209 } … … 4211 4212 } 4212 4213 node[waterway=boatyard] { 4213 icon-image: "nautical/boatyard.png"; 4214 icon-image: "presets/nautical/boatyard.png"; 4214 4215 set icon_z17; 4215 4216 } … … 4217 4218 node[waterway=waste_disposal], 4218 4219 node[waterway=mooring] { 4219 icon-image: "misc/deprecated.png"; 4220 icon-image: "presets/misc/deprecated.png"; 4220 4221 set icon_z17; 4221 4222 } 4222 4223 node[mooring] { 4223 icon-image: "nautical/marina.png"; 4224 icon-image: "presets/nautical/marina.png"; 4224 4225 set icon_z17; 4225 4226 } … … 4228 4229 } 4229 4230 node[waterway=fuel] { 4230 icon-image: "nautical/marine_fuel.png"; 4231 icon-image: "presets/nautical/marine_fuel.png"; 4231 4232 icon-width: 16; 4232 4233 set icon_z17; … … 4237 4238 } 4238 4239 node[waterway=weir] { 4239 icon-image: "nautical/weir.svg"; 4240 icon-image: "presets/nautical/weir.svg"; 4240 4241 set icon_z17; 4241 4242 } … … 4248 4249 } 4249 4250 node[waterway=dam] { 4250 icon-image: "nautical/dam.svg"; 4251 icon-image: "presets/nautical/dam.svg"; 4251 4252 set icon_z17; 4252 4253 } … … 4257 4258 } 4258 4259 node[waterway=waterfall] { 4259 icon-image: "nautical/waterfall.svg"; 4260 icon-image: "presets/nautical/waterfall.svg"; 4260 4261 set icon_z17; 4261 4262 } … … 4264 4265 node[waterway=stream], 4265 4266 node[waterway=ditch], node[waterway=drain] { 4266 icon-image: "misc/deprecated.png"; 4267 icon-image: "presets/misc/deprecated.png"; 4267 4268 set icon_z17; 4268 4269 } … … 4285 4286 node[route=tour], 4286 4287 node[route=pub_crawl] { 4287 icon-image: "misc/deprecated.png"; 4288 icon-image: "presets/misc/deprecated.png"; 4288 4289 set icon_z17; 4289 4290 } … … 4294 4295 4295 4296 node[mountain_pass?] { 4296 icon-image: "misc/landmark/mountain_pass.svg"; 4297 icon-image: "presets/misc/landmark/mountain_pass.svg"; 4297 4298 set icon_z0; 4298 4299 set text_z0; … … 4370 4371 node[boundary=political], 4371 4372 node[boundary=national_park] { 4372 icon-image: "misc/deprecated.png"; 4373 icon-image: "presets/misc/deprecated.png"; 4373 4374 set icon_z17; 4374 4375 } … … 4378 4379 /******************/ 4379 4380 node[traffic_sign][maxspeed=none][!is_prop_set(icon-image)] { 4380 icon-image: "vehicle/restriction/maxspeed_none.svg"; 4381 icon-image: "presets/vehicle/restriction/maxspeed_none.svg"; 4381 4382 set icon_z17; 4382 4383 } … … 4494 4495 node[place=region], 4495 4496 node[place=county] { 4496 icon-image: "place/settlement/capital.png"; 4497 icon-image: "presets/place/settlement/capital.png"; 4497 4498 z-index: 2.9; 4498 4499 } 4499 4500 node[place=city] { 4500 icon-image: "place/settlement/city.png"; 4501 icon-image: "presets/place/settlement/city.png"; 4501 4502 z-index: 2.8; 4502 4503 } 4503 4504 node[place=town] { 4504 icon-image: "place/settlement/town.png"; 4505 icon-image: "presets/place/settlement/town.png"; 4505 4506 z-index: 2.7; 4506 4507 } 4507 4508 node[place=suburb] { 4508 icon-image: "place/settlement/suburb.png"; 4509 icon-image: "presets/place/settlement/suburb.png"; 4509 4510 z-index: 2.6; 4510 4511 } 4511 4512 node[place=village] { 4512 icon-image: "place/settlement/village.png"; 4513 icon-image: "presets/place/settlement/village.png"; 4513 4514 z-index: 2.5; 4514 4515 } 4515 4516 node[place=neighbourhood] { 4516 icon-image: "place/settlement/neighbourhood.png"; 4517 icon-image: "presets/place/settlement/neighbourhood.png"; 4517 4518 z-index: 2.4; 4518 4519 } 4519 4520 node[place=hamlet] { 4520 icon-image: "place/settlement/hamlet.png"; 4521 icon-image: "presets/place/settlement/hamlet.png"; 4521 4522 z-index: 2.3; 4522 4523 } 4523 4524 node[place=isolated_dwelling] { 4524 icon-image: "place/settlement/isolated_dwelling.png"; 4525 icon-image: "presets/place/settlement/isolated_dwelling.png"; 4525 4526 z-index: 2.2; 4526 4527 } 4527 4528 node[place=farm] { 4528 icon-image: "place/settlement/farm.png"; 4529 icon-image: "presets/place/settlement/farm.png"; 4529 4530 z-index: 2.1; 4530 4531 } 4531 4532 node|z15-[place=locality], 4532 4533 node|z-14[place=locality][!setting("hide_icons")] { 4533 icon-image: "place/locality.png"; 4534 icon-image: "presets/place/locality.png"; 4534 4535 font-weight: bold; 4535 4536 text-color:black; … … 4538 4539 } 4539 4540 node[place=island] { 4540 icon-image: "place/island.png"; 4541 icon-image: "presets/place/island.png"; 4541 4542 } 4542 4543 node[place=islet] { 4543 icon-image: "place/islet.png"; 4544 icon-image: "presets/place/islet.png"; 4544 4545 } 4545 4546 … … 4553 4554 node|z-15[FIXME][!setting("hide_icons")]::core_note_fixme { 4554 4555 object-z-index: 10; 4555 icon-image: "misc/fixme-annotation.png"; 4556 icon-image: "presets/misc/fixme-annotation.png"; 4556 4557 } 4557 4558 node|z16-[note]::core_note_fixme, 4558 4559 node|z-15[note][!setting("hide_icons")]::core_note_fixme { 4559 4560 object-z-index: 10; 4560 icon-image: "misc/note-annotation.png"; 4561 icon-image: "presets/misc/note-annotation.png"; 4561 4562 } 4562 4563 node|z16-[note][fixme]::core_note_fixme, … … 4564 4565 node|z16-[note][FIXME]::core_note_fixme, 4565 4566 node|z-15[note][FIXME][!setting("hide_icons")]::core_note_fixme { 4566 icon-image: "misc/note-fixme-annotation.png"; 4567 icon-image: "presets/misc/note-fixme-annotation.png"; 4567 4568 } 4568 4569 -
trunk/styles/standard/potlatch2.mapcss
r9343 r10565 27 27 28 28 relation[restriction=no_left_turn] { 29 icon-image: "vehicle/restriction/turn_restrictions/no_left_turn.png"; 29 icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.png"; 30 30 } 31 31 relation[restriction=no_right_turn] { 32 icon-image: "vehicle/restriction/turn_restrictions/no_right_turn.png"; 32 icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.png"; 33 33 } 34 34 relation[restriction=no_straight_on] { 35 icon-image: "vehicle/restriction/turn_restrictions/no_straight_on.png"; 35 icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.png"; 36 36 } 37 37 relation[restriction=no_u_turn] { 38 icon-image: "vehicle/restriction/turn_restrictions/no_u_turn.png"; 38 icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.png"; 39 39 } 40 40 relation[restriction=only_left_turn] { 41 icon-image: "vehicle/restriction/turn_restrictions/only_left_turn.png"; 41 icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.png"; 42 42 } 43 43 relation[restriction=only_right_turn] { 44 icon-image: "vehicle/restriction/turn_restrictions/only_right_turn.png"; 44 icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.png"; 45 45 } 46 46 relation[restriction=only_straight_on] { 47 icon-image: "vehicle/restriction/turn_restrictions/only_straight_on.png"; 47 icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.png"; 48 48 } 49 49
Note:
See TracChangeset
for help on using the changeset viewer.