Ignore:
Timestamp:
2010-01-28T19:55:32+01:00 (15 years ago)
Author:
bastiK
Message:

a few minor issues:

  • fixed #2316 - Improve Inactive Presets handling
  • fixed #4075 - Selection panels title doesn't stay when selecting an object by clicking
  • fixed #4359 - Treat junction=roundabout as oneway=yes
  • close #4427 - JOSM typos (patch by andre68)
File:
1 edited

Legend:

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

    r2890 r2903  
    554554        }
    555555
     556        // FIXME: incline=\"-*\" search pattern does not work.
    556557        String reversedDirectionDefault = "oneway=\"-1\" | incline=down | incline=\"-*\"";
    557         String directionDefault = "oneway? | incline=* | aerialway=* | waterway=stream | waterway=river | waterway=canal | waterway=drain | waterway=rapids | \"piste:type\"=downhill | \"piste:type\"=sled | man_made=\"piste:halfpipe\" ";
     558       
     559        String directionDefault = "oneway? | incline=* | aerialway=* | "+
     560                                  "waterway=stream | waterway=river | waterway=canal | waterway=drain | waterway=rapids | "+
     561                                  "\"piste:type\"=downhill | \"piste:type\"=sled | man_made=\"piste:halfpipe\" | "+
     562                                  "junction=roundabout";
    558563
    559564        try {
Note: See TracChangeset for help on using the changeset viewer.