Changeset 7794 in josm for trunk/styles


Ignore:
Timestamp:
2014-12-11T23:54:02+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #10831 - refine crossing icons

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r7790 r7794  
    665665}
    666666node[highway=crossing] {
    667     icon-image: "vehicle/zebra_crossing.png";
     667    icon-image: "vehicle/crossing.svg";
     668    set icon_z17;
     669    text: auto;
     670}
     671node[highway=crossing][crossing=unmarked] {
     672    icon-image: "vehicle/crossing_unmarked.svg";
     673    set icon_z17;
     674    text: auto;
     675}
     676node[highway=crossing][crossing=island] {
     677    icon-image: "vehicle/crossing_island.svg";
     678    set icon_z17;
     679    text: auto;
     680}
     681node[highway=crossing][crossing_ref=zebra] {
     682    icon-image: "vehicle/crossing_ref_zebra.svg";
     683    set icon_z17;
     684    text: auto;
     685}
     686node[highway=crossing][crossing=traffic_signals] {
     687    icon-image: "vehicle/crossing_traffic_signals.png";
    668688    set icon_z17;
    669689    text: auto;
Note: See TracChangeset for help on using the changeset viewer.