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

Feature add locale #21

Closed boldtrn closed 8 years ago

boldtrn commented 8 years ago

This PR adds the locale to the Response. We parse the given locale if it's valid. If it's valid we forward it to the geocoding provider, otherwise we fallback to English.

@karussell Would you mind to review this PR?

boldtrn commented 8 years ago

Thanks for your review :)