Created
August 17, 2020 04:19
-
-
Save KHwong12/3a9bafde7daf59dc3665ff52d3aaf0c5 to your computer and use it in GitHub Desktop.
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
[out:json][timeout:25]; | |
// fetch area “HK” to search in | |
{{geocodeArea:HK}}->.searchArea; | |
// gather results | |
( | |
// query part for: “route=ferry” | |
way["route"="ferry"](area.searchArea); | |
relation["route"="ferry"](area.searchArea); | |
); | |
// print results | |
out body; | |
>; | |
out skel qt; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment