我在使用gmaps4rails的谷歌地圖上顯示了10個左右的標記。當標記靠得很近時,我會聚集。我已將「do_clustering」設置爲false,並且仍然會聚集。理想情況下,我希望看到每個標記,不管它與另一個標記有多接近。最簡單的方法是什麼? 乾杯, 湯姆使用gmaps4rails預防標記羣集
更新:我使用rails 2.3.11。 gmaps4rails是1.3.2。我使用了2.3指令並覆蓋了gmaps4rails視圖。我不使用gmappable,我只是直接生成json。 映射選項是:
@map_info = {
:map_options => {
:type => "ROADMAP",
:center_longitude => 180,
:zoom => 2,
:auto_adjust => false,
:do_clustering => false,
}
}
怪異的,你的代碼和寶石版本是什麼? – apneadiving 2011-12-27 19:24:04
我只是自己試過,他是對的,它似乎沒有工作。 (49640473947679dd088c30c3c044dc2bf17ba71b) – Robin 2011-12-27 23:07:35
@Robin:你好shoukd只是通過標記散列中的vlustering選項 – apneadiving 2011-12-29 08:36:01