Mongoid 的地理编码 gem
是否有类似于 Mongoid 的 acts_as_geocodable 的地理编码 gem?据我所知,所有地理编码宝石似乎都是为 ActiveRecord 构建的。
Is there a geocoding gem similar to acts_as_geocodable for Mongoid? So far as I can tell all geocoding gems seem to be built for ActiveRecord.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
地理编码器似乎可以与 mongoid http://www.rubygeocoder.com/ 配合使用
这里还有一个很好的截屏视频 http://railscasts.com/episodes/273-geocoder。
Geocoder seems to work with mongoid http://www.rubygeocoder.com/
There is also a nice screencast here http://railscasts.com/episodes/273-geocoder.
如果您使用的是 google,只需使用 GCoder https://github.com/heycarsten/gcoder 之类的东西即可。
如果您想要像acts_as_geocodable这样的回调,您可以扩展您的模型以使用此库。
Just use something like GCoder https://github.com/heycarsten/gcoder if you are using google.
If you want callbacks like acts_as_geocodable you can extend your model to use this lib.