Changeset 8591 in josm


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

Location:
trunk
Files:
2 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
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r8580 r8591  
    791791                "waterway=stream | waterway=river | waterway=canal | waterway=drain | waterway=rapids | "+
    792792                "\"piste:type\"=downhill | \"piste:type\"=sled | man_made=\"piste:halfpipe\" | "+
    793                 "junction=roundabout";
     793                "junction=roundabout | (highway=motorway & -oneway=no & -oneway=reversible) | (highway=motorway_link & -oneway=no & -oneway=reversible) | ";
    794794
    795795        try {
Note: See TracChangeset for help on using the changeset viewer.