Bringing in Mapquest API changes
previously the mapquest service was relying on an outdated url that was just defering to the Nominatum service. This commit brings in supported Mapquest API support for v1 of their API. It supports the open (free) tier of the API along with the licensed version of the service.
Showing
- lib/geocoder/lookups/mapquest.rb 31 additions, 4 deletionslib/geocoder/lookups/mapquest.rb
- lib/geocoder/results/mapquest.rb 46 additions, 2 deletionslib/geocoder/results/mapquest.rb
- test/fixtures/mapquest_madison_square_garden.json 50 additions, 25 deletionstest/fixtures/mapquest_madison_square_garden.json
- test/fixtures/mapquest_no_results.json 7 additions, 1 deletiontest/fixtures/mapquest_no_results.json
- test/services_test.rb 35 additions, 4 deletionstest/services_test.rb
- test/test_helper.rb 1 addition, 1 deletiontest/test_helper.rb
Loading
Please register or sign in to comment