Skip to content

Instantly share code, notes, and snippets.

@ornerymoose
Created April 22, 2012 22:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ornerymoose/2467408 to your computer and use it in GitHub Desktop.
Save ornerymoose/2467408 to your computer and use it in GitHub Desktop.
Map Show Page
<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