hove-io / navitia

The open source software to build cool stuff with locomotion
https://www.navitia.io/
GNU Affero General Public License v3.0
434 stars 126 forks source link

Generate custom names for OSM ways's without name #325

Open koch-t opened 10 years ago

koch-t commented 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

stifoon commented 9 years ago

https://github.com/opentripplanner/OpenTripPlanner/blob/master/src/main/java/org/opentripplanner/graph_builder/impl/osm/DefaultWayPropertySetSource.java