Changeset 7328 in josm for trunk


Ignore:
Timestamp:
2014-07-22T12:43:17+02:00 (10 years ago)
Author:
Don-vip
Message:

fix #10296 - Add highway=turning_loop to internal preset/map style (patch by Klumbumbus)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7317 r7328  
    11811181            <key key="highway" value="turning_circle" />
    11821182        </item>
     1183        <item name="Turning Loop" icon="styles/standard/vehicle/turning_loop.png" type="node" preset_name_label="true">
     1184            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=turning_lopp"
     1185                  de.href="http://wiki.openstreetmap.org/wiki/DE:Tag:highway=turning_loop" />
     1186            <key key="highway" value="turning_loop" />
     1187        </item>
    11831188        <item name="City Limit" icon="presets/citylimit.png" type="node" preset_name_label="true">
    11841189            <link href="http://wiki.openstreetmap.org/wiki/Tag:traffic_sign=city_limit"
  • trunk/styles/standard/elemstyles.mapcss

    r7311 r7328  
    739739node[highway=turning_circle] {
    740740    icon-image: "vehicle/turning_circle.png";
     741    text: auto;
     742}
     743node[highway=turning_loop] {
     744    icon-image: "vehicle/turning_loop.png";
    741745    text: auto;
    742746}
Note: See TracChangeset for help on using the changeset viewer.