Skip to content

Commit

Permalink
Update PPR + fix documentation (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohoch authored Feb 22, 2024
1 parent 7af7b74 commit a24f9a9
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pkg
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
[ppr]
url=git@github.com:motis-project/ppr.git
branch=master
commit=8a84abba677c985e9179461f2276cf8e6b9f7b8d
commit=884bed8debe22ed6952b4ed1195a51d75ef84429
[protobuf]
url=git@github.com:motis-project/protobuf.git
branch=main
Expand Down
4 changes: 2 additions & 2 deletions .pkg.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
9631282388436307189
14571522376964160082
cista 49090f7891d069e6136efef1e730a4f24a190a81
zlib fe8e13ffca867612951bc6baf114e5ac8b00f305
boost be5235eb2258d2ec19e32546ab767a62311d9b46
Expand Down Expand Up @@ -36,7 +36,7 @@ tbb 2067af88257710d07253761655a802732a32496e
osrm-backend c4174ff47ea04eee883b5d00b9937fb0fa39a831
cpptoml 2133029ec819e8398e96fa679993b269f21ff9f2
rapidjson 9ece673b648b19d0f1995b82d402c9a6fc0eb277
ppr 8a84abba677c985e9179461f2276cf8e6b9f7b8d
ppr 884bed8debe22ed6952b4ed1195a51d75ef84429
pugixml 60175e80e2f5e97e027ac78f7e14c5acc009ce50
rabbitmq-c 5c57cc7ebbfba2d77c4fd6adfe6644586c87b3bb
zstd bce26304a57dd504ae7ae51f384bf9292d7e3acb
Expand Down
4 changes: 4 additions & 0 deletions docs/api/schemas/motis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@ Transport:
description: TODO
direction:
description: TODO
route_color:
description: TODO
route_text_color:
description: TODO
Walk:
description: TODO
fields:
Expand Down
22 changes: 21 additions & 1 deletion docs/api/schemas/motis/ppr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SearchOptions:
description: Upper limit for walking duration in seconds
examples:
- profile: default
duration: 1800
duration_limit: 1800
EdgeType:
description: TODO
CrossingType:
Expand Down Expand Up @@ -45,6 +45,14 @@ Edge:
description: TODO
handrail:
description: TODO
door_type:
description: TODO
automatic_door_type:
description: TODO
traffic_signals_sound:
description: TODO
traffic_signals_vibration:
description: TODO
RouteStepType:
description: TODO
RouteStep:
Expand Down Expand Up @@ -74,6 +82,14 @@ RouteStep:
description: TODO
handrail:
description: TODO
door_type:
description: TODO
automatic_door_type:
description: TODO
traffic_signals_sound:
description: TODO
traffic_signals_vibration:
description: TODO
Route:
description: TODO
fields:
Expand Down Expand Up @@ -170,3 +186,7 @@ FootRoutingSimpleResponse:
fields:
routes:
description: TODO
DoorType:
description: TODO
AutomaticDoorType:
description: TODO
2 changes: 2 additions & 0 deletions docs/api/schemas/motis/routing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ RoutingRequest:
schedule ID (not universe ID) of that universe.
examples:
- 0
timeout:
description: TODO
RoutingResponse:
description: TODO
fields:
Expand Down

0 comments on commit a24f9a9

Please sign in to comment.