创建并存储地理位置数据
我正在创建 Rails 应用程序,它允许用户将餐馆、商店等的地理位置数据添加到(Google)地图并进行查询。
首先,我从 http://geoapi.com 开始,因为有一个功能可以创建我们自己的实体并查询它们。但这项服务并不能很好地支持我的国家。因此,我决定在自己的数据库中创建和存储地理位置数据。
有人可以告诉我最好的宝石/插件是什么吗? 我找到了这些,但我想得到你的一些反馈。谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会推荐 PostGIS,然后使用 Ruby Connector。
I would reccomend PostGIS and then use a Ruby Connector.