Skip to content

Commit d2de962

Browse files
committed
fix(gtfs): change order of route types so that most common (bus) is first in dropdown
1 parent aaab3ad commit d2de962

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gtfs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@
4242
required: false
4343
inputType: DROPDOWN
4444
options:
45+
- value: 3
46+
text: Bus
4547
- value: 0
4648
text: Tram
4749
- value: 1
4850
text: Subway
4951
- value: 2
5052
text: Rail
51-
- value: 3
52-
text: Bus
5353
- value: 4
5454
text: Ferry
5555
- value: 5

0 commit comments

Comments
 (0)