BitScout / hydrant_radar

A map of nearby fire hydrants
1 stars 0 forks source link

Add Swimming pools with estimated surface #1

Closed BitScout closed 7 months ago

BitScout commented 1 year ago

Example Query:

/*
This has been generated by the overpass-turbo wizard.
The original search was:
“extinguishing:medium=*”
*/
[out:json][timeout:25];
// gather results
(
  node["emergency"]({{bbox}});
  node["extinguishing:medium"]({{bbox}});
  area["extinguishing:medium"]({{bbox}});
  area["leisure"="swimming_pool"]({{bbox}});
);
// print results
out body;
>;
out skel qt;

https://overpass-turbo.eu/s/1uT3

BitScout commented 7 months ago

Implemented