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

zoom Out #168

Closed ulugbekov closed 12 years ago

ulugbekov commented 12 years ago

gmaps4rails( @json, "map_options" => { "zoom" => 5, :provider => "google", "auto_adjust" => true,"center_on_user" => true })

iIt is not zooming out.

apneadiving commented 12 years ago

The 'auto_zoom' option should be set to false to get your expected behavior.

Doc here: https://github.com/apneadiving/Google-Maps-for-Rails/wiki/%28Multiple%29-Maps