在我的网站http://tehcoffee.com/上,gmaps4rails gem无效。 (除了个别商店页面http://tehcoffee.com/shops/1,我称之为简单方式)
奇怪的是它适用于DEV。 (如果需要,我可以粘贴源代码)
gmaps4rails gem是最新的10.2
它正在heroku上托管。
答案 0 :(得分:1)
我猜你没有更新你的prod服务器上的东西(gem本身或一些缓存)。
实际上,这是你的html摘要:
Gmaps4Rails.markers = [{“description”:“”,“title”:“我的位置: 西雅图“,”侧边栏“:”“,”经度“:” - 122.3308333“,”纬度“: “47.6063889”,“picture”:“images / google-map-blue.png”,“width”:“32”, “身高”:“32”}];
这里有两件事告诉我gmaps4rails(或html缓存)没有更新:
现在删除所有空字段以使js代码更轻盈
longitude
和latitude
已替换为lng
和lat
答案 1 :(得分:0)
看起来你正试图策划太多商店。尝试绘制10,然后增加。