codeforamerica / adopt-a-hydrant

A web application that allows citizens to "adopt" civic infrastructure, such as fire hydrants that need to be shoveled out after it snows.
http://adopt-a-hydrant.herokuapp.com/
BSD 3-Clause "New" or "Revised" License
713 stars 233 forks source link

Unable to search on an address #27

Closed sardeenz closed 10 years ago

sardeenz commented 11 years ago

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 commented 10 years ago

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