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
39
40
41
42
43
44
45
46
47
48
49
50
51
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“glacier in Iceland”
*/
[out:xml][timeout:25];
// fetch area “Iceland” to search in
{{geocodeArea:"Andhra Pradesh}}->.searchArea;
 
relation["admin_level"~"5|6"](area.searchArea)->.dist;
 
node(r.dist:"admin_centre")->.admin_centres;
(node["place"]["wikidata"](area.searchArea); - node(area.admin_centres);) ->.other_villages;
 
(.admin_centres;
 .other_villages;
);
out skel;
 
.admin_centres;
convert node
     ::id = id(),
     ::=::,
     role = "admin_centres";
out body;
 
.other_villages;
convert node
      ::id = id(),
      ::=::,
      role = "other_villages";
out body;
 
{{style:
node,way,relation {
    text:eval("any(tag('name:te'),tag('name'))");
}
 
node[role=admin_centres] {
  color: green;
}
 
node[role=other_villages] {
  color: red;
}
}}
 
 
 
 
 
10 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet