Ignore:
Timestamp:
2015-07-07T17:45:22+02:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #11600 see #11393 - don't assume oneway=yes without oneway on highway=motorway_link

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java

    r8565 r8579  
    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 | (highway=motorway_link & -oneway=no & -oneway=reversible)";
     793                "junction=roundabout | ";
    794794
    795795        try {
Note: See TracChangeset for help on using the changeset viewer.