altosdroid: Set offline map scale to 1
authorKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 06:25:50 +0000 (23:25 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 7 Oct 2018 06:25:50 +0000 (23:25 -0700)
Offline maps only supports scale 1 now.

Signed-off-by: Keith Packard <keithp@keithp.com>
altosdroid/src/org/altusmetrum/AltosDroid/AltosMapOffline.java

index 39392ff3cfb10ff12a3ec3b2268fde0b03ddc167..826a7627bbdc66fc9ce295c2097508ffd7f20120 100644 (file)
@@ -86,7 +86,7 @@ public class AltosMapOffline extends View implements ScaleGestureDetector.OnScal
        AltosMap                map;
        AltosDroid              altos_droid;
 
        AltosMap                map;
        AltosDroid              altos_droid;
 
-       static int scale = 2;
+       static int scale = 1;
 
        AltosLatLon     here;
        AltosLatLon     there;
 
        AltosLatLon     here;
        AltosLatLon     there;