-
Notifications
You must be signed in to change notification settings - Fork 523
[GraphHopper] Add provider parameter #1251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
[GraphHopper] Add provider parameter #1251
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a feature still in development.
The provider parameter is currently under development and can fall back to default at any time.
-- https://docs.graphhopper.com/openapi/geocoding/getgeocode#geocoding/getgeocode/t=request&in=query&path=provider
8fedd22
to
4d66689
Compare
0fbc0e1
to
320b5d7
Compare
Could you maybe still add a real test? |
What's a real test for you? |
Graphhopper geocoding supports different providers. Hereby the option is given to use those providers. # Conflicts: # src/Provider/GraphHopper/CHANGELOG.md
…aphHopper geocoding api Graphhopper geocoding supports different providers. Hereby the option is given to use only available providers. [GraphHopper] Add GraphHopperProviders enum for provider options of GraphHopper geocoding api Graphhopper geocoding supports different providers. Hereby the option is given to use only available providers.
…ns of GraphHopper geocoding api" This reverts commit 320b5d7.
676a401
to
ecb2707
Compare
hey @jbelien Could you elaborate on your "real test" requirement? I would love to have this feature too. |
@bisleadity Sorry, I mean a test that makes a geocoding request on GraphHopper with the new Thanks! |
Graphhopper geocoding now supports different providers. Hereby the option is given to use those providers.
As we do need to use one of those providers and there was no possibility given so far I added it.