1
2
3
4
5
6
7
8
9
10
11
12
 
[out:json][timeout:25];
// gather results
(
  
  node["prison_camp"="re-education"]({{bbox}});
  way["prison_camp"="re-education"]({{bbox}});
  relation["prison_camp"="re-education"]({{bbox}});
);
// print results
out body;
>;
out skel qt;
100 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet