diff options
| author | Keith Packard <keithp@keithp.com> | 2018-10-06 19:29:01 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2018-10-06 19:48:41 -0700 |
| commit | c7b1f3c6722ae59d09a888084075664446ff2768 (patch) | |
| tree | 29e22924ee5a6ecacad095f4a65b7f69c84eaf70 /altosuilib | |
| parent | fe761eb413430c061b12f6ca8003665e56e20262 (diff) | |
altoslib: Switch to maps.altusmetrum.org when no google map key is available
The map key is only usable from maps.altusmetrum.org at this point,
and that service will be proxying for everyone in the near future.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib')
| -rw-r--r-- | altosuilib/AltosUIConfigure.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/altosuilib/AltosUIConfigure.java b/altosuilib/AltosUIConfigure.java index e466f8b2..e61b5d52 100644 --- a/altosuilib/AltosUIConfigure.java +++ b/altosuilib/AltosUIConfigure.java @@ -270,9 +270,8 @@ public class AltosUIConfigure constraints(0, 3)); row++; - pane.add(new JLabel (String.format("AltOS version %s (%smaps key)", - AltosVersion.version, - AltosVersion.has_google_maps_api_key() ? "" : "no ")), + pane.add(new JLabel (String.format("AltOS version %s", + AltosVersion.version)), constraints(0, 3)); row++; |
