Skip to content

Commit

Permalink
Split Lechmere into two visual zones (#723)
Browse files Browse the repository at this point in the history
* Split Lechmere into two visual zones

* use extra audio configs
  • Loading branch information
PaulJKim authored Nov 9, 2023
1 parent 2de209d commit 103d305
Showing 1 changed file with 34 additions and 1 deletion.
35 changes: 34 additions & 1 deletion priv/signs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9152,7 +9152,7 @@
"max_minutes": 60
},
{
"id": "bus.Lechmere_bus_mezzanine",
"id": "bus.Lechmere_inner",
"pa_ess_loc": "SLEC",
"read_loop_interval": 360,
"read_loop_offset": 180,
Expand All @@ -9179,7 +9179,40 @@
"direction_id": 0
}
]
}
],
"extra_audio_configs": [
{
"sources": [
{
"stop_id": "70500",
"route_id": "87",
"direction_id": 0
}
]
},
{
"sources": [
{
"stop_id": "70500",
"route_id": "88",
"direction_id": 0
}
]
}
],
"max_minutes": 60

},
{
"id": "bus.Lechmere_outer",
"pa_ess_loc": "SLEC",
"read_loop_interval": 360,
"read_loop_offset": 0,
"text_zone": "c",
"audio_zones": [],
"type": "bus",
"configs": [
{
"sources": [
{
Expand Down

0 comments on commit 103d305

Please sign in to comment.