Created
April 22, 2012 22:56
-
-
Save ornerymoose/2467408 to your computer and use it in GitHub Desktop.
Map Show Page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ul id="markers_list"> | |
<%= gmaps({ | |
"map_options" => { "auto_zoom" => true }, | |
"markers" => { "data" => @markers, "options" => { "draggable" => true} } | |
}) | |
%> | |
</ul> | |
#if I just have "zoom" and change the value it does not change anything. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment