GTFS Schedule Validation Report

This report was generated by the Canonical GTFS Schedule validator, version 7.1.0 at 2026-05-09T18:08:50Z,
for the dataset file:///shared/bg-bdz-gtfs_172a8fed.zip. No country code was provided.

Use this report alongside our documentation.

A new version of the Canonical GTFS Schedule validator is available! Please update to get the latest/best validation results.

Summary

Agencies included


  • БДЖ

Feed Info


Publisher Name:
N/A
Publisher URL:
N/A
Feed Email:
N/A
Feed Language:
N/A

Files included


  1. agency.txt
  2. attributions.txt
  3. calendar_dates.txt
  4. routes.txt
  5. shapes.txt
  6. stop_times.txt
  7. stops.txt
  8. trips.txt

Counts


  • Agencies: 1
  • Blocks: 0
  • Routes: 447
  • Shapes: 425
  • Stops: 599
  • Trips: 447

Specification Compliance report

6378 notices reported (16 errors, 6362 warnings, 0 infos)

Notice Code Severity Total
decreasing_or_equal_stop_time_distance ERROR 16

decreasing_or_equal_stop_time_distance

Decreasing or equal shape_dist_traveled in stop_times.txt.

When sorted by stop_times.stop_sequence, two consecutive entries in stop_times.txt should have increasing distance, based on the field shape_dist_traveled. If the values are equal, this is considered as an error.

You can see more about this notice here.

tripId (?) The id of the faulty trip. stopId (?) The id of the faulty stop. csvRowNumber (?) The row number from `stop_times.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. stopSequence (?) The faulty record's `stop_times.stop_sequence`. prevCsvRowNumber (?) The row number from `stop_times.txt` of the previous stop time. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous stop time. prevStopSequence (?) The previous record's `stop_times.stop_sequence`.
"Y7eME2xREHWtz3y4YhVagQ" "5227310" 5171 47031.285 10 5170 47031.285 9
"d/J4mdrfoiQrZDMWziWdwA" "5256040" 1099 83306.39 16 1098 83306.39 15
"MOvj4iqtZ2wLfL7hj4uvow" "5244012" 4207 36937.535 9 4206 36937.535 8
"TypcAcCNePh75JOcFaGnqQ" "5256038" 854 122690.055 17 853 122690.055 16
"9MBG1T/bXGhhvGyUWgBWeg" "5256040" 473 83306.39 16 472 83306.39 15
"+dPKg53XQaaqAR/X2xY7Kw" "5256040" 88 83306.39 16 87 83306.39 15
"WUgwpRABhK/ngNFzNONldg" "5227309" 5014 35373.01 10 5013 35373.01 9
"6NwNwaNtC1Ir2+KBItAdTA" "5256038" 368 122690.055 19 367 122690.055 18
"Kb54Z6ZlEf3MezUFmuTv4g" "5227309" 4075 35373.01 10 4074 35373.01 9
"/e0X/Y0COiL6YN265B/Gyg" "5227310" 1910 47031.285 10 1909 47031.285 9
"GT8/57o1jyuTrKdYLwiVDA" "5244011" 3483 158826.27 31 3482 158826.27 30
"0lu3SMQc0Uaz7dw8iSibfQ" "5244012" 2048 36937.535 9 2047 36937.535 8
"bAU6nm/NPnWI0drv2yLzUg" "5227309" 5428 35373.01 10 5427 35373.01 9
"o7mMhEy6AsNcOvPN3HC6tw" "5256038" 6388 32351.066 8 6387 32351.066 7
"dEHwDGZzIprrIB6gZQfsQA" "5256038" 1136 122690.055 18 1135 122690.055 17
"OtweKfJWSWgP8XyDZPaRuw" "5244011" 4509 82089.08 16 4508 82089.08 15
duplicate_route_name WARNING 3

duplicate_route_name

Two distinct routes have either the same route_short_name, the same route_long_name, or the same combination of route_short_name and route_long_name.

All routes of the same route_type with the same agency_id should have unique combinations of route_short_name and route_long_name.

Note that there may be valid cases where routes have the same short and long name, e.g., if they serve different areas. However, different directions must be modeled as the same route.

Example of bad data:

route_id route_short_name route_long_name
route1 U1 Southern
route2 U1 Southern

You can see more about this notice here.

csvRowNumber1 (?) The row number of the first occurrence. routeId1 (?) The id of the the first occurrence. csvRowNumber2 (?) The row number of the other occurrence. routeId2 (?) The id of the the other occurrence. routeShortName (?) Common `routes.route_short_name`. routeLongName (?) Common `routes.route_long_name`. routeTypeValue (?) Common `routes.route_type`. agencyId (?) Common `routes.agency_id`.
154 "VaDYwUrMCo0zDtC7pypAbg" 155 "ol1yFY74klEKJf1vvpw2aQ" "28202" "" -1 "unknown"
176 "F/VyFNAkZDx1dzBMCVbXdA" 177 "tG5G/2uYRkTD1524cByL7A" "30152" "" -1 "unknown"
179 "DTlmI9QRRkK6XofGDR3FLg" 180 "SBzcmXmWb/5XGKnIEELMcA" "30154" "" -1 "unknown"
equal_shape_distance_same_coordinates WARNING 5857

equal_shape_distance_same_coordinates

Two consecutive points have equal shape_dist_traveled and the same lat/lon coordinates in shapes.txt.

When sorted by shape.shape_pt_sequence, the values for shape_dist_traveled must increase along a shape. Two consecutive points with equal values for shape_dist_traveled and the same coordinates indicate a duplicative shape point.

You can see more about this notice here.

Only the first 50 of 5857 affected records are displayed below.

shapeId (?) The id of the faulty shape. csvRowNumber (?) The row number from `shapes.txt`. shapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the faulty record. shapePtSequence (?) The faulty record's `shapes.shape_pt_sequence`. prevCsvRowNumber (?) The row number from `shapes.txt` of the previous shape point. prevShapeDistTraveled (?) Actual distance traveled along the shape from the first shape point to the previous shape point. prevShapePtSequence (?) The previous record's `shapes.shape_pt_sequence`.
"shp_106_340" 252161 2375.854 26 252160 2375.854 25
"shp_106_340" 252190 8251.827 55 252189 8251.827 54
"shp_106_340" 252201 10667.976 66 252200 10667.976 65
"shp_106_340" 252211 13057.509 76 252210 13057.509 75
"shp_106_340" 252257 19567.055 122 252256 19567.055 121
"shp_106_340" 252263 22588.191 128 252262 22588.191 127
"shp_106_340" 252302 29920.281 167 252301 29920.281 166
"shp_106_340" 252319 36525.613 184 252318 36525.613 183
"shp_106_340" 252355 44827.258 220 252354 44827.258 219
"shp_106_340" 252377 52870.17 242 252376 52870.17 241
"shp_106_340" 252400 56795.465 265 252399 56795.465 264
"shp_106_340" 252408 59206.094 273 252407 59206.094 272
"shp_106_340" 252428 63855.78 293 252427 63855.78 292
"shp_106_340" 252458 68981.03 323 252457 68981.03 322
"shp_106_221" 186050 5182.955 69 186049 5182.955 68
"shp_106_221" 186093 9672.491 112 186092 9672.491 111
"shp_106_221" 186110 13224.071 129 186109 13224.071 128
"shp_106_221" 186128 17561.016 147 186127 17561.016 146
"shp_106_342" 254048 3263.569 28 254047 3263.569 27
"shp_106_342" 254062 4362.016 42 254061 4362.016 41
"shp_106_342" 254067 5832.938 47 254066 5832.938 46
"shp_106_342" 254076 8399.809 56 254075 8399.809 55
"shp_106_342" 254089 9382.134 69 254088 9382.134 68
"shp_106_342" 254103 14234.133 83 254102 14234.133 82
"shp_106_342" 254111 18617.275 91 254110 18617.275 90
"shp_106_342" 254117 23558.232 97 254116 23558.232 96
"shp_106_342" 254145 29852.729 125 254144 29852.729 124
"shp_106_342" 254273 39137.977 253 254272 39137.977 252
"shp_106_342" 254345 48012.33 325 254344 48012.33 324
"shp_106_342" 254379 51764.547 359 254378 51764.547 358
"shp_106_342" 254395 56333.348 375 254394 56333.348 374
"shp_106_342" 254411 59068.465 391 254410 59068.465 390
"shp_106_342" 254432 65320.945 412 254431 65320.945 411
"shp_106_342" 254531 71097.81 511 254530 71097.81 510
"shp_106_220" 185823 5182.955 69 185822 5182.955 68
"shp_106_220" 185866 9672.491 112 185865 9672.491 111
"shp_106_220" 185883 13224.071 129 185882 13224.071 128
"shp_106_220" 185901 17561.016 147 185900 17561.016 146
"shp_106_341" 252532 2101.859 30 252531 2101.859 29
"shp_106_341" 252543 5020.988 41 252542 5020.988 40
"shp_106_341" 252561 10560.656 59 252560 10560.656 58
"shp_106_341" 252604 13003.1 102 252603 13003.1 101
"shp_106_341" 252715 18286.143 213 252714 18286.143 212
"shp_106_341" 252731 19348.652 229 252730 19348.652 228
"shp_106_341" 252784 22001.27 282 252783 22001.27 281
"shp_106_341" 252835 24391.31 333 252834 24391.31 332
"shp_106_341" 252887 27746.664 385 252886 27746.664 384
"shp_106_341" 252945 31180.127 443 252944 31180.127 442
"shp_106_341" 252982 33287.535 480 252981 33287.535 479
"shp_106_341" 253044 36373.938 542 253043 36373.938 541
missing_recommended_file WARNING 1

missing_recommended_file

A recommended file is missing.

You can see more about this notice here.

filename (?) The name of the faulty file.
"feed_info.txt"
mixed_case_recommended_field WARNING 1

mixed_case_recommended_field

This field has customer-facing text and should use Mixed Case (should contain upper and lower case letters).

This field contains customer-facing text and should use Mixed Case (upper and lower case letters) to ensure good readability when displayed to riders. Avoid the use of abbreviations throughout the feed (e.g. St. for Street) unless a location is called by its abbreviated name (e.g. “JFK Airport”). Abbreviations may be problematic for accessibility by screen reader software and voice user interfaces.

Good examples:
Field Text Dataset
"Schwerin, Hauptbahnhof" Verkehrsverbund Berlin-Brandenburg
"Red Hook/Atlantic Basin" NYC Ferry
"Campo Grande Norte" Carris
Bad examples:
Field Text
"GALLERIA MALL"
"3427 GG 17"
"21 Clark Rd Est"

You can see more about this notice here.

filename (?) Name of the faulty file. fieldName (?) Name of the faulty field. fieldValue (?) Faulty value. csvRowNumber (?) The row number of the faulty record.
"stops.txt" "stop_name" "климат училище" 593
stop_too_far_from_shape WARNING 43

stop_too_far_from_shape

Stop too far from trip shape.

Per GTFS Best Practices, route alignments (in shapes.txt) should be within 100 meters of stop locations which a trip serves. This potentially indicates a problem with the location of the stop or the path of the shape.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
287 "shp_106_342" "b2jWSS8AtHfao6R/a78r0g" 5391 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
334 "shp_106_222" "iKbyuGgn1jcs0dmAplI8tQ" 5920 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
136 "shp_106_224" "Gm+vlA8Dk3gZL04ABBv/Vg" 3515 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
263 "shp_106_211" "Y1kTdroHshb254F1hwEH4g" 5151 "5251009" "Перник разпределителна" [42.60457600000001,23.05939] 175.98365252035967
68 "shp_106_360" "78sUS3fosoBWkdUCfIhjFQ" 2641 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
328 "shp_106_362" "hUuBARuXclUCUkfQ+mseiQ" 5814 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
168 "shp_106_128" "KJ9qLkF6OZM4dk0LQN+Qjw" 4039 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
259 "shp_106_129" "XZCw5oMazr0YBqMuJ+gf2Q" 5118 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
39 "shp_106_111" "2s3/yGzasNTTsV1+3z+6Yg" 2263 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
33 "shp_106_359" "28eknRcsviRLmIW1HPN0gw" 2132 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
102 "shp_106_358" "Cb9Zbe8Sl+GFzYptfZ61Ag" 2977 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
42 "shp_106_264" "3vxUqZBHLaK9gdA2CuHLDg" 2337 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
350 "shp_106_131" "kGZYQfn8ltOfs2S85LYyZw" 6187 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
104 "shp_106_376" "Cm8sMERqM3wqMc/EpSW5gg" 3045 "5251009" "Перник разпределителна" [42.60457600000001,23.05939] 175.98365252035967
169 "shp_106_379" "Ka3zXrzegfZ2nuM0NcsQYg" 4064 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
298 "shp_106_282" "cqMDqZvoupN3HzEmKb87nQ" 5542 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
164 "shp_106_280" "JaAaQ4gmC0SMfxzxpW1PyA" 3957 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
243 "shp_106_152" "VcsS/eNR2K6d08xGTsm5yw" 4956 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
101 "shp_106_278" "CZ6+LNd4UWTxPOgg5a3E6w" 2972 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
21 "shp_106_185" "0JDOtw7vDiHG8edIhmv3ZA" 2004 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
18 "shp_106_69" "02+m8ArsS5YSJZzd5i5gvw" 1952 "5251009" "Перник разпределителна" [42.60457600000001,23.05939] 175.98365252035967
131 "shp_102_281" "GFBjjTuIGGVhhr9ftaDppg" 736 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
371 "shp_102_399" "o2qVw9odBgWmD5tUsI7Lxw" 1411 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
199 "shp_106_89" "OKFu85LMsLZDUcRieNgX4A" 4394 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
27 "shp_102_383" "19j4ZngurZzG+dmLbwTabg" 196 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
343 "shp_106_97" "jNoqa8ZRpP0d6ML9eAHcSg" 6028 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
341 "shp_106_98" "j7b4HSBCmHNTDFA4wdotXw" 5987 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
10 "shp_106_95" "+tN3+a/mregDJcJv0mDUdQ" 1843 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
308 "shp_106_99" "ecc6/9wgP65XMPBRL9w22w" 5629 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
230 "shp_106_90" "T1UQJtVM1tgMUhf87cDjqQ" 4788 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
172 "shp_106_94" "L4s+obsIiqN65MGucE1zQA" 4085 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
277 "shp_106_91" "ZqtAkxTVPqN9YUsM0AMU3A" 5305 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
355 "shp_102_107" "kzYnzQbDoqRpgS3d+hYGiQ" 1385 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
271 "shp_102_109" "ZGahZz3n7p52dfDVfGPqCQ" 1049 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
8 "shp_102_100" "+jPumbTAYYDM1FRRftulMA" 108 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
348 "shp_102_101" "k+o7qTI7u4Y+4P7IM+TGYg" 1288 "5224000" "Горна Оряховица" [43.14018,25.680449] 127.2594588466021
125 "shp_102_335" "FnmrBp7rMOvLL2sYZ54K/A" 652 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
403 "shp_102_410" "tTZ+pPKH3xd0Ode203k9Ug" 1566 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
431 "shp_102_411" "xOQ7Wk8xMljcF00ewONvZQ" 1679 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
397 "shp_102_409" "srwRzO1GAtzBWu9ciFCuTA" 1519 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
130 "shp_102_401" "G1pO936RbVH5MXFrw1r3PA" 657 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
28 "shp_102_56" "1S6tGg1rJ5BWRp7CrD661A" 283 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
113 "shp_102_62" "EciuMIjOyCQOwbISX/98qw" 636 "5216905" "Искърско шосе" [42.66929003780952,23.403595418333257] 183.18472701093762
stop_too_far_from_shape_using_user_distance WARNING 24

stop_too_far_from_shape_using_user_distance

Stop time too far from shape.

A stop time entry that is a large distance away from the location of the shape in shapes.txt as defined by shape_dist_traveled values.

You can see more about this notice here.

tripCsvRowNumber (?) The row number of the faulty record from `trips.txt`. shapeId (?) The id of the shape that is referred to. tripId (?) The id of the trip that is referred to. stopTimeCsvRowNumber (?) The row number of the faulty record from `stop_times.txt`. stopId (?) The id of the stop that is referred to. stopName (?) The name of the stop that is referred to. match (?) Latitude and longitude pair of the location. geoDistanceToShape (?) Distance from stop to shape.
275 "shp_106_341" "Zp7sqjAvGUh66XzA4pyU/w" 5254 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
320 "shp_106_344" "gKb+x+pHhCOTlaSDyGEOvA" 5722 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
306 "shp_106_343" "eXNVXjBHs8zGJ+3+pwkj3Q" 5581 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
147 "shp_106_346" "I4rWsYle959H9V66ty5/8Q" 3658 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
338 "shp_106_345" "itHSvj81URJFZqAKm9s/CA" 5948 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
245 "shp_106_348" "VzM8Yuw82FSiLUNWNLmRzQ" 4968 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
89 "shp_106_265" "9ZlLFEIDFpDqLfpjUZ3K1A" 2825 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
42 "shp_106_264" "3vxUqZBHLaK9gdA2CuHLDg" 2281 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
426 "shp_106_266" "wgJySH6MJkq/WKaKxfCjZw" 6923 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
419 "shp_106_378" "w2N4o3sKmRL/EXtwHQ+02Q" 6898 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
122 "shp_106_162" "FLtckxgY24J6QGKAzBaTug" 3315 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
321 "shp_106_164" "ggpiFWXPEBwriUms6funjg" 5763 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
65 "shp_106_163" "6yPiAshe5uXqYiwGpCmaMw" 2607 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
192 "shp_106_160" "NCZgMz3IZa1eqm1M+1nYNg" 4344 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
187 "shp_106_186" "MuBpVCUgAfNpNKN+3X+LyQ" 4280 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
434 "shp_106_63" "xhYZILMUuXtSmzvm5wGO1g" 7057 "5283019" "Бургас Разпределителна" [42.51724599999999,27.424892] 110.43388380373464
166 "shp_106_188" "KHYC3QSnqmZDjdtpZ3tvVw" 3995 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
347 "shp_106_187" "jvxf6XoPdZJRuKZi7aHhhA" 6138 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
96 "shp_102_279" "BJ6zHCet2RZD2QwwM8rR8g" 512 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
435 "shp_106_70" "xohOVmT4GcWY+3ZGahqldw" 7089 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
359 "shp_106_31" "mFbFmR2EBgxUP3bcnxf6cw" 6244 "5272110" "Берковица" [43.239048,23.140388] 109.61265100761776
157 "shp_106_32" "J7m292S1Z3hyNerEzDpH+Q" 3815 "5272110" "Берковица" [43.239048,23.140388] 109.61265100761776
310 "shp_106_33" "egj6H+lQuaU188TRpkEqYw" 5648 "5272110" "Берковица" [43.239048,23.140388] 109.61265100761776
97 "shp_106_202" "BNtfS6BYNL+pg5yD8qSJBQ" 2930 "5223000" "Илиянци" [42.75143,23.327029999999997] 108.69090625614467
unexpected_enum_value WARNING 433

unexpected_enum_value

An enum has an unexpected value.

You can see more about this notice here.

Only the first 50 of 433 affected records are displayed below.

filename (?) The name of the faulty file. csvRowNumber (?) The row number of the faulty record. fieldName (?) The name of the field where the error occurred. fieldValue (?) Faulty value.
"routes.txt" 2 "route_type" 106
"routes.txt" 3 "route_type" 106
"routes.txt" 4 "route_type" 106
"routes.txt" 5 "route_type" 106
"routes.txt" 6 "route_type" 106
"routes.txt" 7 "route_type" 106
"routes.txt" 8 "route_type" 106
"routes.txt" 9 "route_type" 106
"routes.txt" 10 "route_type" 106
"routes.txt" 11 "route_type" 106
"routes.txt" 12 "route_type" 106
"routes.txt" 13 "route_type" 106
"routes.txt" 14 "route_type" 106
"routes.txt" 15 "route_type" 106
"routes.txt" 16 "route_type" 106
"routes.txt" 17 "route_type" 106
"routes.txt" 18 "route_type" 106
"routes.txt" 19 "route_type" 106
"routes.txt" 20 "route_type" 106
"routes.txt" 21 "route_type" 106
"routes.txt" 22 "route_type" 106
"routes.txt" 23 "route_type" 106
"routes.txt" 24 "route_type" 106
"routes.txt" 25 "route_type" 106
"routes.txt" 26 "route_type" 106
"routes.txt" 27 "route_type" 106
"routes.txt" 28 "route_type" 106
"routes.txt" 29 "route_type" 106
"routes.txt" 30 "route_type" 106
"routes.txt" 31 "route_type" 106
"routes.txt" 32 "route_type" 106
"routes.txt" 33 "route_type" 106
"routes.txt" 34 "route_type" 106
"routes.txt" 35 "route_type" 106
"routes.txt" 36 "route_type" 106
"routes.txt" 37 "route_type" 106
"routes.txt" 38 "route_type" 106
"routes.txt" 39 "route_type" 106
"routes.txt" 40 "route_type" 106
"routes.txt" 41 "route_type" 106
"routes.txt" 42 "route_type" 106
"routes.txt" 43 "route_type" 106
"routes.txt" 44 "route_type" 106
"routes.txt" 45 "route_type" 106
"routes.txt" 46 "route_type" 106
"routes.txt" 47 "route_type" 106
"routes.txt" 48 "route_type" 106
"routes.txt" 49 "route_type" 106
"routes.txt" 50 "route_type" 106
"routes.txt" 51 "route_type" 106