Open koch-t opened 10 years ago
OpenTripPlanner generates custom names for ways without names based on the tags applied, to still allow some form of directions over paths without name. Ideally this would be done in a way it allows for localization at the end-point level.
For example: https://github.com/opentripplanner/OpenTripPlanner/blob/master/otp-core/src/main/java/org/opentripplanner/graph_builder/impl/osm/DefaultWayPropertySetSource.java#L479
https://github.com/opentripplanner/OpenTripPlanner/blob/master/src/main/java/org/opentripplanner/graph_builder/impl/osm/DefaultWayPropertySetSource.java
OpenTripPlanner generates custom names for ways without names based on the tags applied, to still allow some form of directions over paths without name. Ideally this would be done in a way it allows for localization at the end-point level.
For example: https://github.com/opentripplanner/OpenTripPlanner/blob/master/otp-core/src/main/java/org/opentripplanner/graph_builder/impl/osm/DefaultWayPropertySetSource.java#L479