-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Broken Google maps #3749
Comments
Thanks for posting this @simonihmig! I think we need to use Leaflet here like it was done in the Super Rentals app: https://github.com/ember-learn/super-rentals/pull/110/files |
Howdy folks 👋 I've just implemented leaflet in the new website here ember-learn/ember-website#96 but I don't know if we need to fix it on the old one before the new one is launched 🤔 @MelSumner any thoughts? do you think we can hold off and just release the new website to fix this? |
I think just the API key they recently introduced is missing: https://developers.google.com/maps/documentation/javascript/get-api-key |
Yes, but that requires providing billing details, and costs could occur depending on the actual usage volume. So that's probably a blocker for an OSS project without a corporate backer willing to pay that!? |
True :( It's sad that they choose to do this... |
I wouldn't worry about this issue too much as it is solved on the new website: https://ember-beta-website.netlify.com/community/meetups I don't feel comfortable closing this issue until the swap-over has actually happened though 🤔 |
@mansona nice! Had to file an issue though: ember-learn/ember-website#152 🤷♂️ |
Current Behavior
Google Map cannot be loaded. See below for a screenshot.
Expected Behavior
Google Maps should load correctly.
Steps to Reproduce
Possible Solution
Seems GMaps is loaded without an API key, which does not work anymore: https://developers.google.com/maps/documentation/javascript/error-messages?utm_source=maps_js&utm_medium=degraded&utm_campaign=keyless#api-key-and-billing-errors
Sources
The text was updated successfully, but these errors were encountered: