Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Map charts don't load, missing key #74

Open
yebrahim opened this issue Mar 7, 2017 · 1 comment
Open

Map charts don't load, missing key #74

yebrahim opened this issue Mar 7, 2017 · 1 comment
Assignees
Labels

Comments

@yebrahim
Copy link
Contributor

yebrahim commented Mar 7, 2017

Getting this error:

Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
_.kb @ js?v=3&callback=google.loader.callbacks.maps&sensor=false:37
(anonymous) @ common.js:53
(anonymous) @ common.js:194
c @ common.js:49
(anonymous) @ AuthenticationService.Authenticate?1shttp%3A%2F%2Flocalhost%3A8081%2Fnotebooks%2Fdev%2Fnotebooks%2F…:1
@yebrahim
Copy link
Contributor Author

One work around here is to create your own key, embed it in the notebook before calling the %%chart magic by using an html cell (replace _API_KEY with your key string):

%%html

<script src="https://maps.googleapis.com/maps/api/js?key=_API_KEY_&callback=initMap" async defer></script>

See #78 for more details.

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

No branches or pull requests

2 participants