- Mar 11, 2016
-
-
Thu Trang Pham authored
Add support for the LatLon.io geocoder service
-
- Mar 07, 2016
-
-
Evan Marks authored
-
- Mar 01, 2016
-
-
Thu Trang Pham authored
add maxmind_geoip2 setup to README.md
-
Juan F. Pérez authored
-
- Feb 26, 2016
-
-
Alex Reisner authored
Add supported_protocols to Freegeoip.rb lookup
-
- Feb 25, 2016
-
-
PWoltman authored
I uncovered a small issue when switching from Yahoo BOSS to Google (with API, which requires enabling :use_https). Because the Freegeoip.rb file is missing a supported_protocols method, it attempts to do an https lookup for IP lookups when enabling :use_https. I already tested this on my setup and it appears to resolve the issue, with lookups/base.rb detecting that https is not supported for Freegeoip
-
- Feb 21, 2016
-
-
Alex Reisner authored
Replace TimeoutError with Timeout::Error
-
Emil Sågfors authored
TimeoutError is deprecated in Ruby 2.3.0. It has been an alias for Timeout::Error starting in Ruby 1.8.0, and should be safe to replace.
-
- Feb 20, 2016
-
-
Alex Reisner authored
-
Alex Reisner authored
Add viewport method to results that provide one
-
Alex Reisner authored
Warn that the Yahoo BOSS Placefinder API is being discontinued.
-
Galia authored
https://developer.yahoo.com/boss/placefinder/ the Yahoo lookup will be fully removed via: https://github.com/alexreisner/geocoder/pull/985
-
- Feb 18, 2016
-
-
Emil Sågfors authored
-
Emil Sågfors authored
-
Emil Sågfors authored
-
Emil Sågfors authored
-
- Feb 15, 2016
-
-
Emil Sågfors authored
-
Emil Sågfors authored
-
Emil Sågfors authored
-
Emil Sågfors authored
-
- Feb 12, 2016
-
-
Emil Sågfors authored
-
Emil Sågfors authored
-
Emil Sågfors authored
-
- Jan 31, 2016
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Thu Trang Pham authored
Add adapter for geoportail.lu (Luxembourg)
-
mathias authored
-
- Jan 28, 2016
-
-
Alex Reisner authored
-
- Jan 25, 2016
-
-
Alex Reisner authored
Require lookups only as they are used.
-
Alex Reisner authored
Fix Geocoder::Calculations.endpoint comment
-
Derek Kniffin authored
-
- Jan 23, 2016
-
-
Derek Kniffin authored
I just spent a few hours trying to get this function to work, then realized I had my parameters in the wrong order. I was following the order listed in the comment, rather than the actual method definition! *facepalm* Anyhow, this fixes the comment, for the next person to read it.
-
- Jan 21, 2016
-
-
Thu Trang Pham authored
-
- Jan 20, 2016
-
-
Thu Trang Pham authored
-
- Jan 19, 2016
-
-
Alex Reisner authored
Removed 'LIMIT 1' in maxmind local lookup that prevented from using database index.
-
Vojta Drbohlav authored
-
- Jan 13, 2016
-
-
Thu Trang Pham authored
For #928
-
- Jan 12, 2016
-
-
Thu Trang Pham authored
Google geocoder results - expose partial_match and place_id fields
-
Robert Pocklington authored
-
- Jan 09, 2016
-
-
Alex Reisner authored
Add place_name and place_type to esri result
-