Changeset 12991 in josm


Ignore:
Timestamp:
2017-10-13T00:49:58+02:00 (7 years ago)
Author:
Klumbumbus
Message:

fix #15431 - add light_rail stop position

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r12957 r12991  
    35183518            <check key="share_taxi" text="Share taxi" />
    35193519            <check key="subway" text="Subway" />
     3520            <check key="light_rail" text="Light Rail" />
    35203521            <check key="monorail" text="Monorail" />
    35213522            <check key="funicular" text="Funicular" />
  • trunk/styles/standard/elemstyles.mapcss

    r12702 r12991  
    37113711    set icon_z17;
    37123712}
     3713node[public_transport=stop_position][light_rail=yes] {
     3714    icon-image: "presets/transport/railway/light_rail.svg";
     3715    set icon_z17;
     3716}
    37133717node[public_transport=stop_position][tram=yes] {
    37143718    icon-image: "presets/transport/railway/tram.svg";
Note: See TracChangeset for help on using the changeset viewer.