Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My gmaps zoom isn't working. Here's the code:

=gmaps("map_options" => {"zoom" => 20},"markers" => { "data" => @maps_json })

Is there something wrong that I'm doing with this implementation?

share|improve this question

1 Answer

Found this:

 = gmaps("map_options" => {"zoom" => 15, "auto_zoom" => false},"markers" => { "data" => @maps_json })
share|improve this answer
Good catch, many people ask for the auto_adjust by default which has this kind of drawbacks. Could you edit the doc? – apneadiving Jul 21 '12 at 22:11

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.