diff options
| author | Anthony Towns <aj@erisian.com.au> | 2014-01-20 19:38:21 +1000 |
|---|---|---|
| committer | Anthony Towns <aj@erisian.com.au> | 2014-01-20 19:38:21 +1000 |
| commit | 7a8551fe8e5f0a90cbc494842715a96f08c11900 (patch) | |
| tree | 305d691433aebad480451b38e67acee5e2e0b1b9 /altosui/AltosSiteMapPreload.java | |
| parent | 0faa098f05d43eefc1fa54462401171fca5034cb (diff) | |
altosui: rate limit map downloads
Diffstat (limited to 'altosui/AltosSiteMapPreload.java')
| -rw-r--r-- | altosui/AltosSiteMapPreload.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosSiteMapPreload.java b/altosui/AltosSiteMapPreload.java index 7112fed6..66399557 100644 --- a/altosui/AltosSiteMapPreload.java +++ b/altosui/AltosSiteMapPreload.java @@ -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); |
