osm-ToniE / ptna

Public Transport Network Analysis for OSM
GNU General Public License v3.0
19 stars 5 forks source link

fix bug in noAccess() #41

Closed osm-ToniE closed 5 years ago

osm-ToniE commented 5 years ago

consider railway=tram|light_rail|train as equivalent to psv=yes when used together with highway. I.e. tram shares lane with cars,...

consider route=ferry on a way as allowed access for a relation with route=ferry.

if public_transport != 2 (or not defined), check also 'role' against 'platform' or 'stop' (yes non-PTv2 routes might also use this if PTv is simply not set)