-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for GetAddress UK Postcode Geocoding and Lookups #1645
Add support for GetAddress UK Postcode Geocoding and Lookups #1645
Conversation
This commit adds support for GetAddress (getaddress.io) postcode geocoding and lookups.
This commit removes the sanitize method from query (as it's never a hash) and instead ensures the query string doesn't contain whitespace.
This commit adds support for GetAddress (getaddress.io) postcode geocoding and lookups.
Resolve deprecation warning
* add trimble maps backend https://developer.trimblemaps.com/restful-apis/location/single-search/single-search-api/ * add tests & fix a few bugs * add url escaping * add Trimble Maps to API guide * don't depend on activesupport * raise an error if api key is invalid * rename to PC Miler The company is Trimble. The mapping product is Trimble Maps. The geolocation service is PC Miler.
…eisner#1616) Document caching limitations in API guide
* adds metadata add metadata option to single search for trimble maps api call * modify fixtures * Revert "modify fixtures" This reverts commit 67334e3. * copy metadata over to each location so data object would include that adds test for that * update fixtures * add bang to add_metadata_to_locations method name
* Remove double encoding * Fix existing test
f7608ab
to
803a3df
Compare
Thanks for this. From what I can tell it looks pretty good, but could you please rebase to current master so I can run tests and review properly? Thanks! |
Apologies @alexreisner. I'm not sure how this PR turned into such a fresh hot mess so quickly. I've given up with trying to maintain any sort of history of the original commits for this work. Instead I've opened a fresh PR which is straight forward and clean. I'll close this one. Thank you very much in advance for looking at this new functionality. I stand ready to address any concerns you may raise. |
Add support for GetAddressUk lookups