Changeset 7979 in josm


Ignore:
Timestamp:
2015-01-22T16:52:25+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11003 - add highway=escape to preset and mappaint style

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/defaultpresets.xml

    r7978 r7979  
    675675            </optional>
    676676        </item> <!-- Parking Aisle -->
     677        <item name="Escape" icon="presets/way_unclassified.png" type="way" preset_name_label="true">
     678            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=escape" />
     679            <space />
     680            <key key="highway" value="escape" />
     681            <label text="Emergency lane beside long descending slopes for trucks and other vehicles to stop safely after brake failure." />
     682            <optional>
     683                <reference ref="surface" />
     684                <text key="width" text="Width (meters)" />
     685                <check key="lit" text="Lit" />
     686            </optional>
     687        </item> <!-- Escape -->
    677688        <item name="Road (Unknown Type)" icon="presets/way_unclassified.png" type="way,closedway" preset_name_label="true">
    678689            <link href="http://wiki.openstreetmap.org/wiki/Tag:highway=road"
  • trunk/styles/standard/elemstyles.mapcss

    r7977 r7979  
    503503    width: 2;
    504504    color: street#c0c0c0;
     505}
     506way[highway=escape] {
     507    width: 3;
     508    color: street#c0c0c0;
     509    dashes: 3,3;
    505510}
    506511way[highway=road] {
Note: See TracChangeset for help on using the changeset viewer.