Nickiam said almost 7 years ago on Plotting Points on a Map from Scratch :

Thanks, Dave!

Really enjoying the maps episodes!


dancinglightning said almost 7 years ago on Plotting Points on a Map from Scratch :

Yes, thanks for that.

Did you see a way of getting from actual addresses to those coordinates that you used ?


David Kimura PRO said almost 7 years ago on Plotting Points on a Map from Scratch :

Check out episode 84 where the geocoding from street address to coordinates is done via the geocoder gem.


Silviu Salajan said over 6 years ago on Plotting Points on a Map from Scratch :

It works on local environment but in production mode (heroku) don't.

Thank you for this tutorials!


Silviu Salajan said over 6 years ago on Plotting Points on a Map from Scratch :

I put this <script src="https://maps.googleapis.com/maps/api/js?key=$API_KEY&callback=initMap" async> </script> on recipes/map.html.erb and i removed all application.js code and meta tag with api key from layouts/application.html.erb because it dosen't work in production. Thanks!


David Kimura PRO said over 6 years ago on Plotting Points on a Map from Scratch :

Any JS errors?


Silviu Salajan said over 6 years ago on Plotting Points on a Map from Scratch :

Yes because of `` used on  $.getScript(`https://maps.googleapis.com/maps/api/js?key=${google_map}&callback=initMap`); :D


Login to Comment