- Oct 19, 2018
-
-
Jorge Santos authored
- Fixes #1353 - Do not limit the results returned from Pelias to 1; - Removed test that was enforcing this condition;
-
- Oct 18, 2018
-
-
Ryan Dlugosz authored
It appears that at some point they changed the "TLS only for paying customers" rule. See: https://ipinfo.io/developers#https-ssl "Our API is available over a secure HTTPS connection for all users, even on the free plan."
-
Alex Reisner authored
Defunct as of Feb 1, 2018: https://mapzen.com/blog/shutdown/
-
- Sep 11, 2018
-
-
Ignatius Reza authored
-
- Sep 07, 2018
-
-
Mihail-K authored
-
- Sep 04, 2018
-
-
Tim Neems authored
-
- Aug 24, 2018
-
-
Tim Neems authored
-
- Jul 31, 2018
-
-
Alex Reisner authored
Fixes #1059.
-
Alex Reisner authored
Make Nominatim the default lookup and map provider. Closes #1026.
-
- Jul 27, 2018
-
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
-
ip2location authored
-
ip2location authored
-
Alex Reisner authored
-
Alex Reisner authored
-
- Jun 18, 2018
-
-
Alex Reisner authored
Appears to be defunct.
-
- Jun 17, 2018
-
-
Alex Reisner authored
Fixes #609. Bing seems to support this type of character escaping now. It's not discussed in their documentation but it works with every query I've tried so hopefully we're finally good on this issue. Also remove some unnecessary assertions from tests.
-
Alex Reisner authored
-
Alex Reisner authored
-
Alex Reisner authored
No longer seems to exist.
-
- Jun 15, 2018
-
-
Alex Reisner authored
Fixes #1299.
-
- May 14, 2018
-
-
Heath Attig authored
* Update initializer template to use ipinfo_io * Implement ipstack lookup * Add Ipstack readme documentation * Add post-install message * Remove DSL from ipstack lookup * Remove unnecessary logging * Update post-install message
-
- Apr 19, 2018
-
-
Alex Reisner authored
-
- Apr 10, 2018
-
-
Scott Wenborne authored
-
- Apr 09, 2018
-
-
Alex Reisner authored
-
Alex Reisner authored
Freegeoip/IPstack no longer provides keyless service.
-
- Apr 05, 2018
-
-
David authored
-
- Apr 04, 2018
-
-
David authored
-
- Mar 13, 2018
-
-
Jordan Moncharmont authored
some google geocoding requests have bounds within the result. add a helper to extract these. * Add tests to cover results with no bounds In this case, calling .bounds should return nil. Oddly, calling viewport on a result with no viewport causes the current code to `fail`. I have preserved this behavior even though I think it to be a little odd.
-
Alex Reisner authored
but default to HTTPS (custom hosts may not support HTTPS). This partially reverts 7cb0acc9.
-
- Feb 27, 2018
-
-
Alex Reisner authored
This reverts commit 385aafa0.
-
- Feb 20, 2018
-
-
Alex Reisner authored
Should have been part of 7cb0acc9
-
- Feb 13, 2018
-
-
- Feb 04, 2018
-
-
- Jan 16, 2018
-
-
German Velasco authored
Bing returns the status codes within the json response. When a request is forbidden, it will return a 403. If there is an internal server error, it will return a 500. And if the service is unavailable for some other reason, it will return a 503. That information was obtained from bing's [Status Codes and Error Handling](https://msdn.microsoft.com/en-us/library/ff701703.aspx) documentation. We handle those three status codes here to raise `Geocoder::RequestDenied` (for 403) and `Geocoder::ServiceUnavailable` (for 500 and 503). This allows for the users of the Geocoder to handle those errors in their applications.
-
- Jan 11, 2018
-
-
Robert Schaefer authored
-
Robert Schaefer authored
-
- Jan 10, 2018
-
-
Robert Schaefer authored
Remove silly check for HTML tags Add test case for invalid json
-
Robert Schaefer authored
-