Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maps not displaying without Google Maps API Key #41

Open
j2deen opened this issue Jan 4, 2017 · 1 comment
Open

Maps not displaying without Google Maps API Key #41

j2deen opened this issue Jan 4, 2017 · 1 comment

Comments

@j2deen
Copy link

j2deen commented Jan 4, 2017

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.

@maldag
Copy link

maldag commented Feb 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants