-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
Directions: Search automatically if pin or transportation type change #763
Comments
This would be possible only with different API provider. Graphopper lets us use 500 requests per day, and yesterday we already got 140 🙈 I think there was some other provider mentioned in some issue. |
Can we maybe self host graphhopper? |
@Dlurak - i prefer to focus on frontend which we do well i believe, and leave server maintanenace to other dedicated teams. Hosting a world-scale OSM server has its challenges - reliability, data freshness, cost etc. .. But if you want to explore the topic, go for it and share your results! 👍 I found in issue #31 that |
That was quick, Peter from GraphHopper granted us 2500 requests/day, that should be enough for some time! 👍 🙂 |
And i accidentaly found the other provider I mentioned above - it is https://openrouteservice.org/plans/ which offers 10k requests per day for non-profit. If we reach the limit in Graphhopper, this would be an option. via @amenk in #515 (comment) |
It shouldn't be necessary to click on "search" when I change from "car" to "cycling" etc. Also when I change place it should also automatically trigger search.
Also we should search automatically when user fills second point without waiting for button click.
These interactions should trigger search:
also state on the image shouldnt happen (it shows old route)
The text was updated successfully, but these errors were encountered: