This commit is contained in:
Laura Klünder 2024-12-17 22:54:37 +00:00
parent 0637b120cd
commit 53070ef4f9

View file

@ -49,7 +49,7 @@ class Router:
groups: dict[int, "RouterGroup"] groups: dict[int, "RouterGroup"]
restrictions: dict[int, "RouterRestriction"] restrictions: dict[int, "RouterRestriction"]
nodes: deque["RouterNode"] nodes: deque["RouterNode"]
edghes: dict[EdgeIndex, "RouterEdge"] edges: dict[EdgeIndex, "RouterEdge"]
waytypes: dict[int, "RouterWayType"] waytypes: dict[int, "RouterWayType"]
graph: np.ndarray graph: np.ndarray