Skip to content
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

[Planner] Would it be possible to add approach routing to the planner? #424

Open
pelderson opened this issue May 30, 2024 · 2 comments
Open

Comments

@pelderson
Copy link
Collaborator

Currently, the user is limited to the nodes and node2node connections displayed on the map. Would it be possible to have the user click anywhere on the map for start and end points, then use regular routing from start to the nearest node or node2node route, then do node network routing to near the end point, then use regular routing again to the end point?

@vmarc
Copy link
Owner

vmarc commented Jun 8, 2024

To perform routing outside the node network requires information that is currently not available within the knooppuntnet routing database. One possible solution would be to use an external service for this kind of additional routing. I guess this would be possible, but I think there are still many many other things on the todo-list that an higher priority today.

@pyrog
Copy link

pyrog commented Jun 13, 2024

Brouter could be used because it's possible to give a higher rank to (node network) routes.
One issue is that, unlike KPN, the data aren't constantly updated.

One could make a "proof of concept" in an external webpage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ideas
Development

No branches or pull requests

3 participants