Changeset 7794 in josm for trunk


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

fix #10831 - refine crossing icons

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7790 r7794  
    10841084            <combo key="direction" text="Direction" values="clockwise" />
    10851085        </item> <!-- Mini-Roundabout -->
    1086         <item name="Pedestrian Crossing" icon="styles/standard/vehicle/zebra_crossing.png" type="node" preset_name_label="true">
     1086        <item name="Pedestrian Crossing" icon="styles/standard/vehicle/crossing.svg" type="node" preset_name_label="true">
    10871087            <link href="http://wiki.openstreetmap.org/wiki/Key:crossing"
    10881088                  de.href="http://wiki.openstreetmap.org/wiki/DE:Key:crossing"
  • 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.