--- android/TrainInfo/src/dk/thoerup/traininfo/LocationLookup.java 2009/09/23 13:13:48 340 +++ android/TrainInfo/src/dk/thoerup/traininfo/LocationLookup.java 2009/09/24 08:19:23 341 @@ -73,7 +73,7 @@ if (hasGps) { if (!location.getProvider().equals("gps")) { return; // at least give the gps a chance - } else if (location.getAccuracy() > 128) { + } else if (location.getAccuracy() > 256) { return; //if we have a gps provider lets wait for a more precise fix }