1
2
3
4
5
6
7
8
9
10
11
12
 
[out:json][timeout:25];
// fetch area “bielefeld” to search in
{{geocodeArea:bielefeld}}->.searchArea;
// gather results
(
  // query part for: “boundary=cadastre”
  node[place][place!=city][place!=suburb][place!=village][place!=farm][place!=locality][place!=hamlet][place!=neighbourhood][place!=isolated_dwelling](area.searchArea);
);
// print results
out body;
>;
out skel qt;
3 km
Leaflet © OpenStreetMap contributors
1