add todo for route options schema

This commit is contained in:
Laura Klünder 2023-12-03 23:29:37 +01:00
parent ea335a8fe8
commit 182fe4eafe

View file

@ -54,6 +54,7 @@ class AltitudeWayTypeChoice(StrEnum):
class RouteOptionsSchema(Schema):
# todo: default is wrong, this should be optional
mode: RouteMode = RouteMode.FASTEST
walk_speed: WalkSpeed = WalkSpeed.DEFAULT
way_types: dict[