Changeset 8746 in josm for trunk/data/validator


Ignore:
Timestamp:
2015-09-10T20:36:42+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11850 - don't ask for oneway on highway=motorway|motorway_link if junction=roundabout

File:
1 edited

Legend:

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

    r8730 r8746  
    138138}
    139139
    140 /* {0.tag} without {1.tag} (info level) see #11600 #11393*/
    141 *[highway=motorway][!oneway],
    142 *[highway=motorway_link][!oneway] {
     140/* {0.tag} without {1.tag} (info level) see #11600 #11393 #11850 */
     141*[highway=motorway][!oneway][junction!=roundabout],
     142*[highway=motorway_link][!oneway][junction!=roundabout] {
    143143  throwOther: tr("{0} without {1}", "{0.tag}", "{1.tag}");
    144144}
Note: See TracChangeset for help on using the changeset viewer.