jamespfennell / transiter

Web service for transit data
https://demo.transiter.dev
MIT License
59 stars 7 forks source link

Stops should inherit the service maps of their children #48

Closed jamespfennell closed 4 years ago

jamespfennell commented 4 years ago

This is actually a key part of #60, because it means that in many cases we don't need to generate the full stop tree graph, but just the root, or the ancestors of a certain base.

jamespfennell commented 4 years ago

Need to consider if we should we assume (as is currently the case) that stations can only have a child or a parent as a station but not a grandparent or grandchild.