graphhopper / geocoder-converter

Converts arbitrary geocoding responses to a GraphHopper response
https://graphhopper.com/api/1/docs/geocoding/#external-providers
Apache License 2.0
9 stars 11 forks source link

Remove the country name process on client side since it is now on server #44

Closed gisgraphy closed 6 years ago

gisgraphy commented 6 years ago

Since the calculation is on server side f0af8555, we can now remove the country name process.

karussell commented 6 years ago

Thanks!