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

Introduce State District #55

Closed boldtrn closed 5 years ago

boldtrn commented 5 years ago

Fixes #54 by falling back to state_district if county is not defined.

boldtrn commented 5 years ago

I just saw that Nominatim also provides the field state_district.

So I think it might be even better to add the state_district as a new field to the GHEntry?

boldtrn commented 5 years ago

But Nominatim isn't returning it for our test case.

boldtrn commented 5 years ago

WDYT @karussell, should we create a new field in GHEntry?

karussell commented 5 years ago

Yes, a new field might be better

boldtrn commented 5 years ago

Ok, I updated the PR :)