1
2
3
4
5
 
// Park and Ride parkings which don't have a railway station, tram_stop or halt close by (400m).
// Why is this a problem? Some P+R parkings are wrongly tagged as park_ride though they are not, or if they are, perhaps a close by station or halt is not mapped correctly or not at all.
// How to fix? Check on the ground if this parking is an P+R parking. It might be park_ride for a different mode than train, so perhaps park_rid=bus|hov might be more appropriate. If a station or halt is missing, add or correct it."
(node({{bbox}})
 [railway~'station|halt|tram_stop'];)->.railway_station;(nwr[amenity=parking][park_ride=yes]({{bbox}});)->.park_ride;(nwr.park_ride; - nwr.park_ride(around.railway_station:400););(._;>;);out;
10 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet