altosui: rate limit map downloads
[fw/altos] / altosui / AltosSiteMapPreload.java
index 7112fed680b36c83c2a2894d02a4a329631e9cd8..66399557e6813289da168fd511bcc711a84e442f 100644 (file)
@@ -213,7 +213,7 @@ public class AltosSiteMapPreload extends AltosUIDialog implements ActionListener
        AltosMapPos     lat;
        AltosMapPos     lon;
 
-       final static int        radius = 3;
+       final static int        radius = 5;
        final static int        width = (radius * 2 + 1);
        final static int        height = (radius * 2 + 1);