Files
OSINT-Cheat-sheet/Script/OSM-QUERY-LIST/osm-query-search-bridge.md
2024-10-11 01:10:09 +07:00

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;