1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
 
[out:json][timeout:25];
(
  node["amenity"="toilets"]({{bbox}});
  way["amenity"="toilets"]({{bbox}});
  relation["amenity"="toilets"]({{bbox}});
);
out body;>;out skel qt;
{{style:
node, way, relation {
    color: red; fill-color: red;
}
 
node[unisex=yes], way[unisex=yes], relation[unisex=yes], node[male][female], way[male][female], relation[male][female] {
    color: green; fill-color: green;
  }
}}
 
100 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet