Invalid value FFFF00 in field route_color
The route_text_color and route_color should be set to contrasting colors, as they are used as the text and background color (respectively) for displaying route names. When left blank, route_text_color defaults to 000000 (black) and route_color defaults to FFFFFF (white). A common source of issues here is setting route_color to a dark color, while leaving route_text_color set to black. In this case, route_text_color should be set to a lighter color like FFFFFF to ensure a legible contrast between the two.
in line 3 of routes.txt
| route_id | agency_id | route_short_name | route_long_name | route_desc | route_type | route_url | route_color | route_text_color | route_sort_order |
| 2 | 0 | 2 | Portage | | 3 | | FFFF00 | FFFFFF | 2 |
Invalid value FFA5A5 in field route_color
The route_text_color and route_color should be set to contrasting colors, as they are used as the text and background color (respectively) for displaying route names. When left blank, route_text_color defaults to 000000 (black) and route_color defaults to FFFFFF (white). A common source of issues here is setting route_color to a dark color, while leaving route_text_color set to black. In this case, route_text_color should be set to a lighter color like FFFFFF to ensure a legible contrast between the two.
in line 7 of routes.txt
| route_id | agency_id | route_short_name | route_long_name | route_desc | route_type | route_url | route_color | route_text_color | route_sort_order |
| 6 | 0 | 6 | Parchment | | 3 | | FFA5A5 | FFFFFF | 6 |
Invalid value A5FAFA in field route_color
The route_text_color and route_color should be set to contrasting colors, as they are used as the text and background color (respectively) for displaying route names. When left blank, route_text_color defaults to 000000 (black) and route_color defaults to FFFFFF (white). A common source of issues here is setting route_color to a dark color, while leaving route_text_color set to black. In this case, route_text_color should be set to a lighter color like FFFFFF to ensure a legible contrast between the two.
in line 10 of routes.txt
| route_id | agency_id | route_short_name | route_long_name | route_desc | route_type | route_url | route_color | route_text_color | route_sort_order |
| 9 | 0 | 9 | Gull Road | | 3 | | A5FAFA | FFFFFF | 9 |
Invalid value A6FFA5 in field route_color
The route_text_color and route_color should be set to contrasting colors, as they are used as the text and background color (respectively) for displaying route names. When left blank, route_text_color defaults to 000000 (black) and route_color defaults to FFFFFF (white). A common source of issues here is setting route_color to a dark color, while leaving route_text_color set to black. In this case, route_text_color should be set to a lighter color like FFFFFF to ensure a legible contrast between the two.
in line 12 of routes.txt
| route_id | agency_id | route_short_name | route_long_name | route_desc | route_type | route_url | route_color | route_text_color | route_sort_order |
| 11 | 0 | 11 | Stadium/KVCC | | 3 | | A6FFA5 | FFFFFF | 11 |
In stop_times.txt, the stop with trip_id=t6B3-b515-sl3 and stop_sequence=1260 has shape_dist_traveled=39731.379704, which is larger than the max shape_dist_traveled=37335.745539 of the corresponding shape (shape_id=4488_shp)
In stop_times.txt, the stop with trip_id=t6B3-b515-sl9 and stop_sequence=1260 has shape_dist_traveled=39731.379704, which is larger than the max shape_dist_traveled=37335.745539 of the corresponding shape (shape_id=4487_shp)
In stop_times.txt, the stop with trip_id=t587-b515-sl9 and stop_sequence=1260 has shape_dist_traveled=39731.379704, which is larger than the max shape_dist_traveled=37335.745539 of the corresponding shape (shape_id=4483_shp)
In stop_times.txt, the stop with trip_id=t32F-b515-sl3 and stop_sequence=1260 has shape_dist_traveled=39731.379704, which is larger than the max shape_dist_traveled=37335.745539 of the corresponding shape (shape_id=4484_shp)
In stop_times.txt, the stop with trip_id=t32F-b515-sl9 and stop_sequence=1260 has shape_dist_traveled=39731.379704, which is larger than the max shape_dist_traveled=37335.745539 of the corresponding shape (shape_id=4483_shp)
- and 17 more of this type.