Ignore:
Timestamp:
2015-07-10T17:29:17+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11600 see #11393 - (re)add default direction arrows for highway=motorway(_link); lower missing oneway tag to info level

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/validator/combinations.mapcss

    r8578 r8591  
    138138}
    139139
    140 /* {0.tag} without {1.tag} */
     140/* {0.tag} without {1.tag} (info level) see #11600 #11393*/
    141141*[highway=motorway][!oneway],
    142142*[highway=motorway_link][!oneway] {
    143   throwWarning: tr("{0} without {1}", "{0.tag}", "{1.tag}");
     143  throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
    144144}
    145145
Note: See TracChangeset for help on using the changeset viewer.