- Timestamp:
- 2009-03-14T10:25:04+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r1471 r1489 345 345 hasDirectionKeys = false; 346 346 if(directionKeys == null) 347 /* this list only works for keys but not for values (e.g. highway=incline won't work here) */ 347 348 directionKeys = Main.pref.getCollection("tags.direction", 348 Arrays.asList(new String[]{"oneway","incline","incline_steep","aerialway" }));349 Arrays.asList(new String[]{"oneway","incline","incline_steep","aerialway","junction"})); 349 350 if (keys != null) { 350 351 for (Entry<String,String> e : keys.entrySet()) {
Note:
See TracChangeset
for help on using the changeset viewer.