创建并存储地理位置数据

发布于 2024-08-20 18:59:45 字数 512 浏览 6 评论 0原文

我正在创建 Rails 应用程序,它允许用户将餐馆、商店等的地理位置数据添加到(Google)地图并进行查询。

首先,我从 http://geoapi.com 开始,因为有一个功能可以创建我们自己的实体并查询它们。但这项服务并不能很好地支持我的国家。因此,我决定在自己的数据库中创建和存储地理位置数据。

有人可以告诉我最好的宝石/插件是什么吗? 我找到了这些,但我想得到你的一些反馈。谢谢

http://github.com/queso/ym4r-gm

http://github.com/andre/geokit-rails

I'm creating rails application where it allow users to add geo-location data for restaurants, shops, etc., to a (Google) map and query it.

First I started with http://geoapi.com, as there is a feature for creating our own entities and querying them. But the service doesn't support my country well. So, I decided to create and store the geo-location data on my own database.

Can someone please tell me what are the best gems/plugins available for this?
I found these, but I'd like to get some feedback from you. Thanks

http://github.com/queso/ym4r-gm

http://github.com/andre/geokit-rails

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

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

发布评论

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

评论(1

凉风有信 2024-08-27 18:59:45

我会推荐 PostGIS,然后使用 Ruby Connector。

I would reccomend PostGIS and then use a Ruby Connector.

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