diff --git a/src/c3nav/routing/router.py b/src/c3nav/routing/router.py index 2bcc5e33..327d6500 100644 --- a/src/c3nav/routing/router.py +++ b/src/c3nav/routing/router.py @@ -49,7 +49,7 @@ class Router: groups: dict[int, "RouterGroup"] restrictions: dict[int, "RouterRestriction"] nodes: deque["RouterNode"] - edghes: dict[EdgeIndex, "RouterEdge"] + edges: dict[EdgeIndex, "RouterEdge"] waytypes: dict[int, "RouterWayType"] graph: np.ndarray