apneadiving / Google-Maps-for-Rails

Enables easy Google map + overlays creation in Ruby apps
https://apneadiving.github.io/
MIT License
2.26k stars 382 forks source link

added draggable option for markers #40

Closed przemad closed 13 years ago

przemad commented 13 years ago

This simple modification allow us to:

<%= gmaps( "markers" => { "data" => @offer.to_gmaps4rails, "options" => { "draggable" => true }}) %>

I will update Wiki if U merge this.

apneadiving commented 13 years ago

thanks!