mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2026-01-05 09:17:12 -08:00
249 B
249 B
/*
This query looks for nodes, ways and relations
with the given key/value combination.
Choose your region and hit the Run button above!
*/
[out:json][timeout:25];
// gather results
nwr["bridge"="yes"]({{bbox}});
// print results
out geom;