Skip to content

Commit

Permalink
Revert renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed May 6, 2024
1 parent 90148e0 commit a4dc25b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/sandbox/Flex.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,17 @@ To enable this turn on `FlexRouting` as a feature in `otp-config.json`.
The GTFS feeds must conform to the final, approved version of the draft which has been
merged into the [mainline specification](https://gtfs.org/schedule/reference/) in March 2024.

### Experimental features

This sandbox feature also has experimental support for the following fields:

- `safe_duration_factor`
- `safe_duration_offset`

These features are currently [undergoing specification](https://github.com/MobilityData/gtfs-flex/pull/79)
and their definition might change. OTP's implementation will be also be changed so be careful
when relying on this feature.

## Configuration

This feature allows a limited number of config options. To change the configuration, add the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public int earliestDepartureTime(int stopIndex) {
@Override
public int latestArrivalTime(
int arrivalTime,
int ignored,
int fromStopIndex,
int toStopIndex,
int flexTripDurationSeconds
) {
Expand Down

0 comments on commit a4dc25b

Please sign in to comment.