You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm this. For the sake of source code improvements the KEY should not be stored in session.php, but in the creds.php instead, because that file is ignored.
I opened a PR #43
Need to add a variable to include your google maps API key for the map to work now. (At least for me).
I added to line 109 of session.php
..... src="https://maps.googleapis.com/maps/api/js?key=GOOGLEMAPSAPIKEY"></script>
I removed the sensor parameter as it looks like it's deprecated.
I got my key from here
https://developers.google.com/maps/documentation/javascript/
You will need a google id to get the key, then copy where GOOGLEMAPSAPIKEY is above.
The text was updated successfully, but these errors were encountered: