Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.34k stars 3.36k forks source link

connection to subway stations located on areas/squares #476

Open emiltin opened 11 years ago

emiltin commented 11 years ago

often a subway station is located on a square, without any ways connecting it to the outside street/pedestrian network.

it would be nice if osrm was smart enough to connect it when it's inside a routable area.

a related situation is railway lines located close to a platform, yet not being connected.

emiltin commented 11 years ago

square example: http://www.openstreetmap.org/?lat=55.663306&lon=12.602953&zoom=18&layers=M

emiltin commented 11 years ago

platform example: http://www.openstreetmap.org/?lat=55.687191&lon=12.492301&zoom=18&layers=M

emiltin commented 11 years ago

another case is highway=steps leading down to a point somewhere in the middle of a railway=platform

mjoris commented 11 years ago

This is a very related OSM proposal: http://wiki.openstreetmap.org/wiki/Relations/Proposed/Station

You could model the whole station as a connecting node in the routing graph. It can solve the problem of connecting the station with the railway network, but the problem of connecting the station with the outside street network persists ...

emiltin commented 11 years ago

related to #524, but not the same

waldyrious commented 9 years ago

This is related to #64, right?

emiltin commented 9 years ago

yes related