- Jun 24, 2011
-
-
Alex Reisner authored
-
- Jun 02, 2011
-
-
Adnan Ali authored
-
Alex Reisner authored
-
- May 10, 2011
-
-
Ahmed Adam authored
Allows custom handling of geocoding service connection problems.
-
- May 08, 2011
-
-
Jeff Keen authored
Fixes #56
-
- May 02, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
Instead use a proxy if http_proxy or https_proxy is set. Also revise code style to be more consistent with rest of library.
-
Olivier Garcia authored
Geocoder will try to use environment's http_proxy or https_proxy when doing lookups unless that behaviour has been disabled in the configuration
-
- Apr 23, 2011
-
-
Alex Reisner authored
-
- Apr 22, 2011
-
-
Andrew Stevens authored
-
Andrew Stevens authored
-
Alex Reisner authored
Also alias as #province and #province_code.
-
Alex Reisner authored
-
Alex Reisner authored
-
- Apr 21, 2011
-
-
Alex Reisner authored
-
- Apr 05, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Apr 01, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Also add extract_coordinates method and use wherever relevant.
-
- Mar 29, 2011
-
-
Alex Reisner authored
Reported by github.com/joelmats. The array passed to Geocoder::Calculations.geographic_center was being modified in-place.
-
- Mar 25, 2011
-
-
Alex Reisner authored
Get rid of space after comma, if any (Google was returning no results).
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Mar 24, 2011
-
-
Alex Reisner authored
Was ignoring non-ASCII characters. Thanks to github.com/supergivi for reporting the bug.
-
Alex Reisner authored
-
Alex Reisner authored
Also clean up code comments.
-
Alex Reisner authored
-
- Mar 22, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
Was preventing other test from running.
-
Alex Reisner authored
Improve comments, make code style consistent with rest of Geocoder, and remove options (keep it dead simple).
-
Mat Ellis authored
Adds methods for calculating the bearing between two points and for converting that bearing into a compass point, e.g. North or South West. If you want fewer or additional compass points (e.g. South By South West, or just NESW) provide a second parameter containing your array of points, e.g. Geocoder::Calculations::compass_point(90,['north','east','south','west'])
-
- Mar 21, 2011
-
-
Alex Reisner authored
After further consideration, multiple results should be the default behavior for this method. Some services only return one result (eg: any IP-based service) but a great feature of advanced services like Yahoo and Google is that they return an array of choices when doing a vague search like "100 Main St" with no city, region, or country specified.
-
- Mar 18, 2011
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
Google results don't return a 'city', so we have to look at several fields in descending order of preference.
-