dburles / meteor-google-maps

🗺 Meteor package for the Google Maps Javascript API v3
https://atmospherejs.com/dburles/google-maps
MIT License
196 stars 48 forks source link

Running project locally return an error Google Maps API warning: NoApiKeys #134

Closed Barulin closed 7 years ago

Barulin commented 7 years ago

Hi! I have a question about debugging my project on the local storage. Since some moment, Google Maps API needs API Key to work correctly and to render the map. So now, if I just place a handlebar with map instance and call load function on Rendered event, I don't see any map on the page and got this error in console:

Google Maps API warning: NoApiKeys https://developers.google.com/maps/documentation/javascript/error-messages#no-api-keys

And if I deploy the project on server, set API keys and run it via Nginx, everything works fine! So, the question is, is it possible to run Maps API locally? With no need to deploy project on the working server any time I make changes in it.

Thanks in advance!

Barulin commented 7 years ago

Sorry! Found a reason why this was happened to me. It was the same problem as in this issue: #58 Now it all works great! Thanks for the package!