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

Associate stops with routes #56

Open
Gerzer opened this issue Oct 12, 2022 · 0 comments · May be fixed by #76
Open

Associate stops with routes #56

Gerzer opened this issue Oct 12, 2022 · 0 comments · May be fixed by #76
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Gerzer
Copy link
Collaborator

Gerzer commented Oct 12, 2022

Currently, stops are represented in an entirely disconnected manner from routes. We should somehow associate each stop with one or more routes. Since the physical location of a stop is usually not directly on top of any route’s poly-line, we’ll need to give each stop a distance-along-route measurement (similarly to what will need to be done for buses in #54).

How to perform this association is an open question. We could dynamically compute it at runtime, or we could specify some way of hard-coding it in the GPX files. However this is done, the information should be communicated back to clients in response to relevant HTTP requests.

@Gerzer Gerzer added the enhancement New feature or request label Oct 12, 2022
@Gerzer Gerzer pinned this issue Oct 12, 2022
@Gerzer Gerzer added the help wanted Extra attention is needed label Nov 22, 2022
@Aeonoi Aeonoi self-assigned this Sep 22, 2023
@Aeonoi Aeonoi linked a pull request Oct 6, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants