Add wiki and add osm query

This commit is contained in:
Jieyab89
2024-10-11 01:10:09 +07:00
parent c21f5ab76a
commit 4e8fff7ec4
4 changed files with 92 additions and 2 deletions

View 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;
```