1
2
3
4
5
6
7
8
9
10
11
12
 
/*
Find benches with seats= tag on local map 
*/
[out:json][timeout:25];
// gather results
(
  node["amenity"="bench"]["seats"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
1 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet