--- android/TrainInfo/src/dk/thoerup/traininfo/LocationLookup.java 2010/07/01 11:16:43 947 +++ android/TrainInfo/src/dk/thoerup/traininfo/LocationLookup.java 2010/07/02 14:58:44 948 @@ -81,7 +81,7 @@ if (hasGps) { if (!location.getProvider().equals("gps")) { return; // at least give the gps a chance - } else if (location.getAccuracy() > 256) { + } else if (location.getAccuracy() > 512) { return; //if we have a gps provider lets wait for a more precise fix }