diff options
author | Keith Packard <keithp@keithp.com> | 2018-10-07 10:01:30 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-10-07 10:01:30 -0700 |
commit | 5c957107ee5917d865eb866319f86cf8c109f212 (patch) | |
tree | 41ad62be720a8c86d6775c2a3dfd502134344e35 /altoslib/AltosMapLoader.java | |
parent | e4f4183ce206d4cb7bbc89e1065eb34b05cf11c4 (diff) |
altosui/altosdroid: Disable offline map type selections
Our server only supports hybrid maps for now. If that changes, we can
re-add this support easily enough.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altoslib/AltosMapLoader.java')
-rw-r--r-- | altoslib/AltosMapLoader.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/altoslib/AltosMapLoader.java b/altoslib/AltosMapLoader.java index 727dfbcb..4047907d 100644 --- a/altoslib/AltosMapLoader.java +++ b/altoslib/AltosMapLoader.java @@ -214,7 +214,10 @@ public class AltosMapLoader extends Thread implements AltosMapStoreListener { this.min_z = min_z; this.max_z = max_z; this.radius = radius; +/* this.all_types = all_types; +*/ + this.all_types = 1 << AltosMap.maptype_hybrid; this.scale = scale; this.abort = false; start(); |