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

photon: support countrycode #64

Closed mlundblad closed 3 years ago

mlundblad commented 3 years ago

Expose the countrycode attribute from the Photon backend

karussell commented 3 years ago

Thanks for this! Will be deployed shortly. Seems like the tests pass in master.

mlundblad commented 3 years ago

mån 2021-04-26 klockan 00:46 -0700 skrev Peter:

Thanks for this! Will be deployed shortly. Seems like the tests pass in master. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Great, thanks!

Seems to work fine! Started working on using this information in Maps to be able to get more accurate region detection for search results (which will improve rendering of transliterated names and some other things in some border areas for example). Hopefully I will be able to utilize this also in the next stable patch release 40.1 to be released on Saturday!

//Marcus