1
2
3
4
5
6
7
8
9
10
11
12
13
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“tourism=picnic_site or tourism=camp_site”
*/
[out:json][timeout:25];
// gather results
(
  nwr["tourism"="picnic_site"]({{bbox}});
  nwr["tourism"="camp_site"]({{bbox}});
);
// print results
out geom;
5 km
Leaflet © OpenStreetMap contributors
1