gmaps4rails 在 DEV 上工作,但不在现场(heroku 网站)

发布于 2024-11-28 22:07:43 字数 318 浏览 1 评论 0原文

在我的网站 http://tehcoffee.com/ 上,gmaps4rails gem 无法正常工作。 (除了我正在调用的单个商店页面 http://tehcoffee.com/shops/1很简单)

奇怪的是它可以在 DEV 上运行。 (如果需要,我可以粘贴源代码)

gmaps4rails gem 是最新的 10.2

它托管在 heroku 上。

On my website http://tehcoffee.com/ the gmaps4rails gem is not working. (except for the individual shop page http://tehcoffee.com/shops/1 where I'm calling it the simple way)

The bizarre thing is that it works on DEV. (I can paste source code if it's needed)

the gmaps4rails gem is up to date 10.2

It's being hosted on heroku.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

小兔几 2024-12-05 22:07:43

我猜您没有更新产品服务器上的某些内容(gem 本身或某些缓存)。

实际上,这是 html 的摘要:

Gmaps4Rails.markers = [{"description": "", "title": "我的位置:
西雅图", "侧边栏": "", "经度": "-122.3308333", "纬度":
"47.6063889", "图片": "images/google-map-blue.png", "宽度": "32",
“高度”:“32”}];

这里有两件事告诉我 gmaps4rails (或 html 缓存)没有更新:

  • 现在删除所有空字段以使 js 代码更轻

  • < code>longitude 和 latitude 已替换为 lnglat

I guess you didn't update something on your prod server (the gem itself or some cache).

Actually, here is an abstract of your html:

Gmaps4Rails.markers = [{"description": "", "title": "My Location:
Seattle", "sidebar": "", "longitude": "-122.3308333", "latitude":
"47.6063889", "picture": "images/google-map-blue.png", "width": "32",
"height": "32"}];

Two things here tell me the gmaps4rails (or html cache) isn't updated:

  • all empty fields are now removed to make js code lighter

  • longitude and latitude have been replace with lng and lat

甜点 2024-12-05 22:07:43

看来您试图绘制太多商店。尝试绘制 10,然后递增。

在此处输入图像描述

Looks like you are trying to plot too many shops. Try plotting 10, and then increment.

enter image description here

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文