Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to search on an address #27

Closed
sardeenz opened this issue Jun 8, 2013 · 1 comment
Closed

Unable to search on an address #27

sardeenz opened this issue Jun 8, 2013 · 1 comment

Comments

@sardeenz
Copy link

sardeenz commented Jun 8, 2013

Chrome developers tools tell me 404 error, not found. Check models/address.rb MultiGeocoder appears to be using GoogleGeocoder but that has been deprecated. Changing this to GoogleGeocoder3 appears to fix it.

class Address
include Geokit::Geocoders

def self.geocode(address)
GoogleGeocoder3.geocode(address).ll.split(',').map{|s| s.to_f}
end
end

@nickborromeo
Copy link

can this issue be closed? seems to be a non-issue if this has no response yet.

@sferik sferik closed this as completed Mar 23, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants