Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我gmaps zoom的不工作。这是代码:
gmaps
zoom
=gmaps("map_options" => {"zoom" => 20},"markers" => { "data" => @maps_json })
我对这个实现有什么问题吗?
发现这个:
= gmaps("map_options" => {"zoom" => 15, "auto_zoom" => false},"markers" => { "data" => @maps_json })