-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support use of ember-g-map from China #127
Comments
I think the quickest fix would be to use the It'd be great if we could find a way to have the addon handle this, but I'm not sure there's a bullet-proof client-side solution for this problem. I'm open to suggestions though. |
On my index.html I have:
This way at least it's not breaking. This would also allow you to always load something in the plugin code. But thanks! Your suggestion will probably fix my issue. |
I added a note about this in the readme in PR #128 |
The url
https://maps.googleapis.com/maps/api/js
is blocked in China andhttp://maps.google.cn/maps/api/js
should be used instead.https://developers.google.com/maps/documentation/javascript/localization#GoogleMapsChina
Is there a way to handle this? Or only gracefully handle the error without breaking everything?
Thank you!
The text was updated successfully, but these errors were encountered: