0

我正在尝试制作一个 facebookish 类型的个人资料页面,但使用 gmap 而不是图像。

我正在使用 gmaps4rails 显示地图,并且所有内容都使用下面的代码正确显示。

<%= image_tag "http://maps.google.com/maps/api/staticmap?size=1200x50&sensor=false&zoom=16&markers=#{@user.latitude}%2C#{@user.longitude}" %>

当我将地图添加为背景图像时,它不会绘制@user.latitude/longitude。地图已显示,但未绘制坐标。

#cover_container{
overflow: auto;
width: 100%;
background-image: url("http://maps.google.com/maps/api/staticmap?size=450x200&sensor=false&zoom=16&markers=#{@user.latitude}%2C#{@user.longitude}");
}

欢迎任何帮助。

谢谢!

4

0 回答 0