We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The visualize.dashboard() function works but the top map doesn't render. An error "Oops! Something..." is shown instead.
visualize.dashboard()
The text was updated successfully, but these errors were encountered:
The problem was that the Google Map API key used in visualize.py (Line 146) had expired.
visualize.py
#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
Sorry, something went wrong.
No branches or pull requests
The
visualize.dashboard()
function works but the top map doesn't render. An error "Oops! Something..." is shown instead.The text was updated successfully, but these errors were encountered: