From: Mitch Jackson Date: Wed, 22 Aug 2018 19:14:25 +0000 (-0400) Subject: RT# 81150 Google now requires api key for drawing api X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=26de6b1b4f7b4ae81bceb650d8ac3a043f9834c7;hp=052866cc1a6f486f2522641a5b94f6e5526c6c19 RT# 81150 Google now requires api key for drawing api --- 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'); +
-