Changeset 11249 in josm for trunk/src/org
- Timestamp:
- 2016-11-13T03:19:10+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java
r11247 r11249 81 81 */ 82 82 public static synchronized boolean isRightHandTraffic(LatLon ll) { 83 if (rlCache == null) { 84 initialize(); 85 } 83 86 return !rlCache.get(ll); 84 87 }
Note:
See TracChangeset
for help on using the changeset viewer.