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 /altoslib/AltosVersion.java.in | |
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 'altoslib/AltosVersion.java.in')
-rw-r--r-- | altoslib/AltosVersion.java.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/altoslib/AltosVersion.java.in b/altoslib/AltosVersion.java.in index fd9256aa..6b660bb5 100644 --- a/altoslib/AltosVersion.java.in +++ b/altoslib/AltosVersion.java.in @@ -20,10 +20,4 @@ package org.altusmetrum.altoslib_13; public class AltosVersion { public final static String version = "@VERSION@"; - - public final static String google_maps_api_key = "@GOOGLEKEY@"; - - public static boolean has_google_maps_api_key() { - return google_maps_api_key != null && google_maps_api_key.length() > 1; - } } |