diff options
author | cos <cos> | 2018-05-16 14:09:02 +0000 |
---|---|---|
committer | cos <cos> | 2018-05-16 14:09:02 +0000 |
commit | ca60904129788608a0f9f2dfa7b2605d87556df4 (patch) | |
tree | 0bf6282550cc4d52ae9a53f399d338a88970d07d | |
parent | 6563cce41ffcec1adcd489877d7189dc4275664a (diff) | |
download | RunnerUpLive-fix/require_gmaps_apikey.zip |
Document requirement on an api key from Googlefix/require_gmaps_apikey
Quoting from https://stackoverflow.com/q/2769148/37994162#37994162
"As of June 22, 2016 Google Maps V3 no longer supports keyless access
so you need to get a key for every (referrer-)domain which has never
had a Google Map on it before."
The same answer also helpfully mentions how to obtain one.
-rwxr-xr-x | config.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ $version = "0.1"; $mapapi = "gmaps"; -// you may set your google maps api key -// this is not obligatory by now +// you need to obtain and set a google maps api key +// if using the gmaps mapapi. // $gkey = "AIzaSyC2CYwhwpM2NLhTm6L6ZKg9-SBpvft4P4U"; // MySQL config |