Changeset 2903 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2010-01-28T19:55:32+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r2890 r2903 554 554 } 555 555 556 // FIXME: incline=\"-*\" search pattern does not work. 556 557 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"; 558 563 559 564 try {
Note:
See TracChangeset
for help on using the changeset viewer.