geokit
geocoding rails
I am trying to geocode multiple addresses in a model using either geokit or geocoder and I can\'t get either on of the gems to work as I want them to.开发者_运维技巧 Here is the code that I am applyin[详细]
2023-04-09 16:35 分类:问答Rails 3.1.0, geokit, with error acts_as_mappable
I am getting the undefined local variable or method `acts_as_mappable\' error when using geokit, and after tons of Goggling and attempts, I cannot seem to be able correct the problem.[详细]
2023-04-08 15:39 分类:问答Put this text in array
I wanna put res into an array[google, Rue Abdallaye, null, Trarza, null, 18.0951362, -15.9806735, MR, true]. How do I do that? Thanks.[详细]
2023-04-02 09:52 分类:问答geokit -- using raw lat lng in rails
I\'ve been using GeoKit for Rails and it works 开发者_C百科great. However, I noticed that when pulling alot of listings it is VERY slow in loading.[详细]
2023-03-23 18:48 分类:问答rails geokit - get travel/commute time
Is there a way to use geokit in rails to get the estimated travel time between two locations? Right now, I\'m simply showing the distance away but I think a better approach would be to show \'15 minut[详细]
2023-03-23 17:44 分类:问答how to handle Geokit::Geocoders::GeocodeError in rails 3
Hi, I am using Geokit plugin in Ruby on Rails 3, it works fine for me. But when I give origin value not in a proper way it throws Geokit::Geocoders::GeocodeError[详细]
2023-03-23 17:35 分类:问答Distance and range calculation in Geokit/Geocoder
I have the following issue. Consider 2 models with attributes: Place - lat - lng - range User - lat - lng Places have location and some range defined (think about it as area of shipping). User ha[详细]
2023-03-17 05:03 分类:问答'distance' field gets dropped when using Geokit with acts_as_mappable :through
We know that the distance field gets dropped when using the Geokit gem in Rails wit开发者_如何学JAVAh acts_as_mappable :through model class. I wonder if there\'s a way to work around this to get the d[详细]
2023-03-06 04:42 分类:问答Geocoder vs Geokit for finding objects within X miles of a latitude/longitude coordinate?
Newbie to Rails. I am building an app where users create events at a certain location, and plan to host on heroku. Other users can view events taking place with开发者_如何学JAVAin x miles of their lat[详细]
2023-03-01 10:20 分类:问答Geokit helper usage
I\'m trying to localize my users throught their IP address. As the docs say, a class method called geocode_ip_address has been mixed into the ActionController::Base. But there must be something I\'m m[详细]
2023-02-28 10:04 分类:问答