我想顯示以特定位置爲中心的地圖。 以我控制器,我使用如何在gmaps4rails中放置地圖?
@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) %>
它呈現在地圖得很好,但它不是集中在上面的,但是,所指定的位置「0/0 「又名日期。 我該如何解決這個問題?
無法重現。但我正在使用我正在工作的(穩定)分支https://github.com/apneadiving/Google-Maps-for-Rails/tree/objectify_js – apneadiving
感謝您的快速響應。我使用的是gmaps4rails 1.5.5,並且在[link](https://github.com/apneadiving/Google-Maps-for-Rails/issues/201)中做了你的建議。當我點擊Chrome中生成的鏈接時,它會顯示:「alert(」Ihre Anfrage wurde vom Google Maps-API-Server abgelehnt。Der in der Anfrage angegebene \ x22sensor \ x22-Parameter muss entweder \ x22true \ x22 oder \ x22false \ x22 sein。「)」,這大致意味着'請求中的傳感器\ x22必須是真或假'。但它已經確定了,那麼爲什麼我會得到這個錯誤呢? –
不知道又不能重現...任何公開網址? – apneadiving