Created
February 8, 2023 14:43
-
-
Save Gabboxl/830904a9426dd82f0cd1fba1a3614032 to your computer and use it in GitHub Desktop.
Get nodes that are attached/belong to a way with Overpass
This file contains 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
node["railway"~"station"] | |
({{bbox}}); | |
way(bn)->.wy; | |
node._(w.wy); | |
out; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment