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

Nan should print error message not server error #26

Closed karussell closed 7 years ago

karussell commented 7 years ago

This request

locale=en&reverse=true&point=NaN%2CNaN

results in a 500 http error but should be a 400 bad request instead IMO

boldtrn commented 7 years ago

Thanks for reporting. Will have a look.

boldtrn commented 7 years ago

Thanks, should be fixed with #26.