OpenStreetMap logo OpenStreetMap

WDCHa's Notes

Notes submitted or commented on by WDCHa

Id Creator Description Created at Last changed
4768192 WDCHa

/*
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
*/
node
[amenity=drinking_water]
({{bbox}});
out;