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

Map not rendering when using visualize.dashboard() #26

Open
scottbmiles opened this issue Apr 24, 2018 · 1 comment
Open

Map not rendering when using visualize.dashboard() #26

scottbmiles opened this issue Apr 24, 2018 · 1 comment

Comments

@scottbmiles
Copy link
Owner

The visualize.dashboard() function works but the top map doesn't render. An error "Oops! Something..." is shown instead.

@scottbmiles
Copy link
Owner Author

scottbmiles commented Apr 25, 2018

The problem was that the Google Map API key used in visualize.py (Line 146) had expired.

#set Google Maps API key
mapplot.api_key = "AIzaSyDedFXgNZ71_xOGmVE_eAhElFJOuVweB1Y"

A new API key was created and substituted. One could also create their own API key and use it instead (Line 146). You can get your own API key here:
https://developers.google.com/maps/documentation/javascript/get-api-key

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

1 participant