We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb44366 commit 6667480Copy full SHA for 6667480
2 files changed
feeds/bg.json
@@ -82,6 +82,7 @@
82
"name": "bdz",
83
"type": "http",
84
"url": "https://gtfs.livetransport.eu/gtfs/bdz.zip",
85
+ "script": "bg-bdz.lua",
86
"license": {
87
"spdx-identifier": "CC0-1.0"
88
}
scripts/bg-bdz.lua
@@ -0,0 +1,6 @@
1
+-- SPDX-FileCopyrightText: Transitous Contributors
2
+-- SPDX-License-Identifier: AGPL-3.0-or-later
3
+
4
+function process_trip(trip)
5
+ trip:set_display_name(trip:get_route():get_short_name() .. " " .. trip:get_short_name())
6
+end
0 commit comments