diff --git a/LocationLib/bin/locationlib.jar b/LocationLib/bin/locationlib.jar index af2caed..bc97567 100644 Binary files a/LocationLib/bin/locationlib.jar and b/LocationLib/bin/locationlib.jar differ diff --git a/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java b/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java index 11f2488..eb51b92 100644 --- a/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java +++ b/LocationLib/src/com/TwentyCodes/android/overlays/UserOverlayBase.java @@ -90,7 +90,7 @@ public abstract class UserOverlayBase extends Overlay implements GeoPointLocatio index++; isCountingDown = false; try { - sleep(700l); + sleep(2000l); } catch (InterruptedException e) { e.printStackTrace(); return;