apneadiving / Google-Maps-for-Rails

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

Tilt issue #476

Closed gouravnaik closed 9 years ago

gouravnaik commented 9 years ago

Having issue in setting the tilt value ,by default the map is loading at a angle of 45 degree tilt ,even after passing the tilt value to 0 as below

<%= gmaps("map_options" => {:raw => '{ panControl: true}', "auto_adjust" => true, "auto_zoom" => false, "zoom" => 18, "Tilt" => 0, "type" => "SATELLITE"}, "markers" => {"data" => @map}) %>