我不会发现任何未界定的固定错误或任何东西,因此我知道,gin底至少安装了。 网页上显示,但都有一个空洞的tag子:
<div id="map" style="width:400px;height:300px" ></div>
......没有地图。
主计长:
@user = User.find_by_email(session[:email])
@tickets = Ticket.find(:all, :origin => [@user.lat, @user.lng], :within => 60, :order => distance )
@map = GMap.new("map")
@map.center_zoom_init([@user.lat, @user.lng], 5)
观点(注:我不想打上任何 j子):
<%= @map.div(:width => 400, :height => 300) %>
观点......(......)
--- !ruby/object:Ym4r::GmPlugin::GMap
container: map
global_init: []
init: []
init_begin:
- !ruby/object:Ym4r::GmPlugin::Variable
variable: map.setCenter(new GLatLng("xxxxxxx","-xxxxx"),5)
init_end: []
variable: map
The config/gmaps_api_key.yml has a key produced from localhost:3000
任何人都知道我做错了什么?