- Timestamp:
- 2009-12-17T21:50:40+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r2645 r2651 568 568 569 569 /** 570 * Replies a list of direction-dependent keys that make an object 571 * direction dependent. 572 * 573 * @return a list of direction-dependent keys that make an object 574 * direction dependent. 575 */ 576 public static Collection<String> getDirectionKeys() { 577 return Main.pref.getCollection("tags.direction", 578 Arrays.asList("oneway","incline","incline_steep","aerialway")); 579 } 580 581 /** 570 582 * Implementation of the visitor scheme. Subclasses have to call the correct 571 583 * visitor function. … … 1104 1116 } 1105 1117 } 1118 1119 1106 1120 /** 1107 1121 * true if this object has direction dependent tags (e.g. oneway)
Note:
See TracChangeset
for help on using the changeset viewer.