Skip to content

Commit

Permalink
Fix Pathway Connections
Browse files Browse the repository at this point in the history
  • Loading branch information
emmambd authored Oct 8, 2024
1 parent 652ccdb commit 2130b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The validator will produce the [list of features](https://gtfs.org/getting_start
| Fares | Zone-Based Fares | One line of data in [areas.txt](https://gtfs.org/schedule/reference/#areastxt) | https://gtfs.org/getting_started/features/fares/#zone-based-fares |
| Fares | Fare Transfers | One line of data in [fare_transfer_rules.txt](https://gtfs.org/schedule/reference/#fare_transfer_rulestxt) | https://gtfs.org/getting_started/features/fares/#fares-transfers |
| Fares | Fares V1 | One line of data in [fare_attributes.txt](https://gtfs.org/schedule/reference/#fare_attributestxt) | https://gtfs.org/getting_started/features/fares/#fares-v1 |
| Pathways | Pathways Connections* | One line of data in [pathways.txt](https://gtfs.org/schedule/reference/#pathwaystxt) | https://gtfs.org/getting_started/features/pathways/#pathway-connections |
| Pathways | Pathway Connections* | One line of data in [pathways.txt](https://gtfs.org/schedule/reference/#pathwaystxt) | https://gtfs.org/getting_started/features/pathways/#pathway-connections |
| Pathways | Pathways Details* | One value of **max_slope**<br/>OR<br/>**min_width** <br/>OR<br/>**length** <br/>OR<br/>**stair_count** in [pathways.txt](https://gtfs.org/schedule/reference/#pathwaystxt) | https://gtfs.org/getting_started/features/pathways/#pathway-details |
| Pathways | Levels | One line of data in [levels.txt](https://gtfs.org/schedule/reference/#levelstxt) | https://gtfs.org/getting_started/features/pathways/#levels |
| Pathways | In-station traversal time | One **traversal_time** value in [pathways.txt](https://gtfs.org/schedule/reference/#pathwaystxt) | https://gtfs.org/getting_started/features/pathways/#in-station-traversal-time |
Expand Down

0 comments on commit 2130b2e

Please sign in to comment.