1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
[out:json];
node
  [amenity=drinking_water]
  ({{bbox}});
out meta;
 
{{style:
 
node {
  fill-color: gray;
  fill-opacity: 1;
  opacity: 0;
  symbol-size: 4;
}
node[@uid=26139] {
  fill-color: blue;
}
 
}}
 
500 m
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet