This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
This is an example Overpass query. | |
You can find more examples on link | |
https://wiki.openstreetmap.org/wiki/Overpass_API/Overpass_QL | |
*/ | |
[bbox:{{bbox}}][out:json][timeout:25]; | |
( | |
rel[route=subway]; | |
(._;>;); |
OlderNewer