1
2
3
4
5
6
7
8
9
10
11
12
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“building=* and historic=tomb in "Zielona Góra"”
*/
[out:json][timeout:25];
// fetch area “Zielona Góra” to search in
{{geocodeArea:Zielona Góra}}->.searchArea;
// gather results
nwr["building"]["historic"="tomb"](area.searchArea);
// print results
out geom;
10 m
Leaflet © OpenStreetMap contributors
1