Skip to content

Commit 8147ddb

Browse files
authored
Update package.md
1 parent 6e07813 commit 8147ddb

File tree

1 file changed

+4
-6
lines changed
  • application/src/main/java/org/opentripplanner/routing/algorithm/transferoptimization

1 file changed

+4
-6
lines changed

application/src/main/java/org/opentripplanner/routing/algorithm/transferoptimization/package.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,11 @@ those paths (the post-processing).
3939
3. For a transfer between two trips we want to find the right balance, between
4040
extra-transfer-time and the path generalized-cost(like the cost of walking and riding a bus).
4141

42-
## Not Supported (jet)
42+
## Not Supported
4343

44-
- Using GTFS transfers.txt it is possible to set the `min_transfer_time` with `transfer_type = 2`.
45-
See issue [#3369](https://github.com/opentripplanner/OpenTripPlanner/issues/3369)
46-
- The NeTEx Interchange MaximumWaitTime is ignored.
47-
- Transfer not-allowed at location. See
48-
issue [#3505](https://github.com/opentripplanner/OpenTripPlanner/issues/3505).
44+
- The NeTEx Interchange MaximumWaitTime is ignored. Real-time feed is responsible for making the
45+
transfer possible. If not, OTP will not suggest the transfer even though it is marked as
46+
guaranteed.
4947
- Support for Trip matching when only Route is specified in transfers.txt. See
5048
issue [#3429](https://github.com/opentripplanner/OpenTripPlanner/issues/3429)
5149

0 commit comments

Comments
 (0)