From 26de6b1b4f7b4ae81bceb650d8ac3a043f9834c7 Mon Sep 17 00:00:00 2001 From: Mitch Jackson Date: Wed, 22 Aug 2018 15:14:25 -0400 Subject: [PATCH] RT# 81150 Google now requires api key for drawing api --- httemplate/search/elements/gmap.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/httemplate/search/elements/gmap.html b/httemplate/search/elements/gmap.html index 47db1507d..399ed8353 100644 --- a/httemplate/search/elements/gmap.html +++ b/httemplate/search/elements/gmap.html @@ -46,7 +46,9 @@ my $tree = { features => \@features }; +my $apikey = FS::Conf->new->config('google_maps_api_key'); +
-