{"center_latitude" -6ren">
gpt4 book ai didi

ruby-on-rails - 如何在gmaps4rails中居中 map ?

转载 作者:行者123 更新时间:2023-12-04 05:33:08 25 4
gpt4 key购买 nike

我想显示以特定位置为中心的 map 。
在我的 Controller 中,我使用

@gmapsoptions = {
"map_options" => {"center_latitude" => 40,
"center_longitude" => 73,
"detect_location" => false,
"center_on_user" => false,
"auto_adjust" => false,
"auto_zoom" => false,
"zoom" => 8 }
}

在我看来我使用
<%= gmaps(@gmapsoptions) %>

它可以很好地呈现 map ,但它不是以上面指定的位置为中心,而是以“0/0”即日期变更线为中心。
我该如何解决这个问题?

最佳答案

刚刚检查了你的仓库,你应该只有 auto_zoom设置为 true (或删除它,因为它是默认值)。

关于ruby-on-rails - 如何在gmaps4rails中居中 map ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12332891/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com