You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
streetName should give a name that is useful for the traveler.
Observed behavior
streetName returns "way 444022997 from 5" for elavators which are closed ways which is not something the traveler can understand. It does not return "Elevator" as expected.
Version of OTP used (exact commit hash or JAR name)
otp-shaded-2.7.0-SHNAPSHOT.jar from the siri-lite branch iirc.
Data sets in use (links to GTFS and OSM PBF files)
Download osm data for way and surroundings try to route through the elevator and show the streetName. Observe that a poor streetName value is returned.
The text was updated successfully, but these errors were encountered:
Expected behavior
streetName should give a name that is useful for the traveler.
Observed behavior
streetName returns "way 444022997 from 5" for elavators which are closed ways which is not something the traveler can understand. It does not return "Elevator" as expected.
Version of OTP used (exact commit hash or JAR name)
otp-shaded-2.7.0-SHNAPSHOT.jar from the siri-lite branch iirc.
Data sets in use (links to GTFS and OSM PBF files)
OSM data for Uppsala centralstation containing way https://www.openstreetmap.org/way/444022997
Command line used to start OTP
jdk-22.0.2/bin/java.exe -Xmx7G -jar otp-shaded-2.7.0-SNAPSHOT.jar --build --serve C:/Users
Router config and graph build config JSON
Not applicable
Steps to reproduce the problem
Download osm data for way and surroundings try to route through the elevator and show the streetName. Observe that a poor streetName value is returned.
The text was updated successfully, but these errors were encountered: