1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“boundary in Bangladesh”
*/
[out:json][timeout:25];
// fetch area “Bangladesh” to search in
{{geocodeArea:Bangladesh}}->.searchArea;
// gather results
(
  // query part for: “boundary”
  relation["type"="boundary"](area.searchArea);
);
// print results
out geom;
 
20 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet