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/?a=commitdiff_plain;h=26de6b1b4f7b4ae81bceb650d8ac3a043f9834c7;p=freeside.git 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'); +
-