1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
 
[maxsize:1073741824]
[out:xml]
[timeout:900]
;
 
(
  node
    ["place"~"hamlet|village"]
    ({{bbox}});
  way
    ["place"~"hamlet|village"]
    ({{bbox}});>;
  relation
    ["place"~"hamlet|village"]
    ({{bbox}});>;
)->.b;
 
( 
  way
    ["building"~"."]
    ({{bbox}});>;
)->.c;
 
(
  node
    (around.c:500.0)
    ["place"~"hamlet|village"];
  way
    (around.c:500.0)
    ["place"~"hamlet|village"];>;
  relation
    (around.c:500.0)
    ["place"~"hamlet|village"];>;
) ->.d;
 
(.b; - .d;) ->.e;
 
.e out meta qt;
3 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet