opentripplanner / OpenTripPlanner

An open source multi-modal trip planner
http://www.opentripplanner.org
Other
2.16k stars 1.02k forks source link

Turn restrictions not propagated to split street edges #2965

Closed hbruch closed 3 years ago

hbruch commented 4 years ago

Expected behavior

After splitting a StreetEdge (due to a bus stop, in this case), it's turn restrictions should be associated with the resulting split edges.

Observed behavior

ONLY_TURN STRAIGHT Relation 10264251 is not respected after it's FromEdge has been split.

grafik

Version of OTP used (exact commit hash or JAR name)

c348ebcb06c

Data sets in use (links to GTFS and OSM PBF files)

GTFS

https://www.openvvs.de/dataset/e66f03e4-79f2-41d0-90f1-166ca609e491/resource/bfbb59c7-767c-4bca-bbb2-d8d32a3e0378/download/vvs_gtfs.zip

OSM

https://download.geofabrik.de/europe/germany/baden-wuerttemberg/stuttgart-regbez-latest.osm.pbf

Command line used to start OTP

-

Router config and graph build config JSON

-

Steps to reproduce the problem

Request car route from (48.67794, 8.87228) to (48.67808, 8.87309)

leonardehrenfried commented 3 years ago

Team stadtnavi has fixed this downstream:

https://github.com/mfdz/OpenTripPlanner/pull/16 https://github.com/mfdz/OpenTripPlanner/pull/35

We intend so send a PR with tests and a fix.