1
2
3
4
 
// Stations or halts which don't have a parking tagged with park_ride close by (400m).",
// Why is this a problem? A parking not tagged as P+R could result in a detour to another P+R parking
// How to fix? Check on the ground if there is a P+R in the vicinity of the station/halt, which usually is the case
node[railway~'station|halt'][usage!=tourism]({{bbox}})->.stations;nwr[amenity=parking][park_ride][park_ride!=no]({{bbox}})->.park_ride;(node.stations; - node.stations(around.park_ride:400););(._;>;);out;
10 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet