Add support to geocode through esri provider
Showing
- README.md 11 additions, 0 deletionsREADME.md
- lib/geocoder/lookup.rb 1 addition, 0 deletionslib/geocoder/lookup.rb
- lib/geocoder/lookups/esri.rb 52 additions, 0 deletionslib/geocoder/lookups/esri.rb
- lib/geocoder/results/esri.rb 51 additions, 0 deletionslib/geocoder/results/esri.rb
- test/fixtures/esri_madison_square_garden 59 additions, 0 deletionstest/fixtures/esri_madison_square_garden
- test/fixtures/esri_no_results 8 additions, 0 deletionstest/fixtures/esri_no_results
- test/fixtures/esri_reverse 21 additions, 0 deletionstest/fixtures/esri_reverse
- test/lookup_test.rb 1 addition, 0 deletionstest/lookup_test.rb
- test/services_test.rb 43 additions, 0 deletionstest/services_test.rb
- test/test_helper.rb 7 additions, 0 deletionstest/test_helper.rb
lib/geocoder/lookups/esri.rb
0 → 100644
lib/geocoder/results/esri.rb
0 → 100644
test/fixtures/esri_madison_square_garden
0 → 100644
test/fixtures/esri_no_results
0 → 100644
test/fixtures/esri_reverse
0 → 100644
Please register or sign in to comment