Skip to content

Commit

Permalink
fix lyon edgt adisp trip mode for driving ambulance (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitnelav authored Nov 6, 2024
1 parent 7f73d12 commit 2d3d9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/hts/edgt_lyon/cleaned_adisp.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def configure(context):
}

MODES_MAP = {
"car": [13, 15, 21, 81],
"car": [10, 13, 15, 21, 81], # 10 is (driving) an ambulance
"car_passenger": [14, 16, 22, 82],
"pt": [31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 51, 52, 53, 61, 71, 91, 92, 94, 95],
"bike": [11, 17, 12, 18, 93],
Expand Down

0 comments on commit 2d3d9c1

Please sign in to comment.