mirror of
https://github.com/Jieyab89/OSINT-Cheat-sheet.git
synced 2026-02-27 22:02:58 -08:00
Add wiki and add osm query
This commit is contained in:
12
Script/OSM-QUERY-LIST/osm-query-search-bridge.md
Normal file
12
Script/OSM-QUERY-LIST/osm-query-search-bridge.md
Normal file
@@ -0,0 +1,12 @@
|
||||
```
|
||||
/*
|
||||
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;
|
||||
```
|
||||
Reference in New Issue
Block a user