Index: /trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java
===================================================================
--- /trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java	(revision 11248)
+++ /trunk/src/org/openstreetmap/josm/tools/RightAndLefthandTraffic.java	(revision 11249)
@@ -81,4 +81,7 @@
      */
     public static synchronized boolean isRightHandTraffic(LatLon ll) {
+        if (rlCache == null) {
+            initialize();
+        }
         return !rlCache.get(ll);
     }
