Questions tagged [gmaps4rails2]
50 questions
23
votes
3 answers
Gmaps4rails V2 - change default zoom
I'm a complete noob, building my first rails app. I successfully implemented Google-maps-for-rails V2, using apneadiving's tutorial on youtube: http://www.youtube.com/watch?v=R0l-7en3dUw&feature=youtu.be
My issue is that for each of my maps, I'm…

dmt2989
- 1,610
- 3
- 17
- 30
5
votes
4 answers
gmap4rails - can't find file underscore / Gmaps is not defined
I am following the simple tutorial here: https://github.com/JonKernPA/gmaps
I keep getting the error:
couldn't find file 'underscore'
(/app/assets/javascripts/application.js:16)
with the following line highlighted:
<%=…

chiefkikio
- 275
- 2
- 11
3
votes
1 answer
How to get lat long position of any clicked point on a map? Gmaps4rails
Hello i am looking for a way to get the lat,long of any clicked point on a map and have that information stored in an id tag. I am using gmaps4rails v2 and my current code is as follows: