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 /altosdroid/res/layout/map_preload.xml | |
| 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 'altosdroid/res/layout/map_preload.xml')
| -rw-r--r-- | altosdroid/res/layout/map_preload.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/altosdroid/res/layout/map_preload.xml b/altosdroid/res/layout/map_preload.xml index 321e5ee3..4e60df2d 100644 --- a/altosdroid/res/layout/map_preload.xml +++ b/altosdroid/res/layout/map_preload.xml @@ -62,6 +62,7 @@ android:layout_height="wrap_content" android:text="@string/preload_types" /> +<!-- <CheckBox android:id="@+id/preload_hybrid" android:layout_width="fill_parent" android:layout_height="wrap_content" @@ -82,6 +83,7 @@ android:layout_height="wrap_content" android:text="@string/preload_terrain" /> +--> <TextView android:id="@+id/preload_min_zoom_label" android:layout_width="fill_parent" android:layout_height="wrap_content" |
