Created
December 20, 2019 02:07
-
-
Save abarth500/bea5bd5ce8fa910a06f13cd5c99e855d to your computer and use it in GitHub Desktop.
Overpass Turboで指定した範囲内の道を得るクエリ
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
// https://overpass-turbo.eu/ | |
// 上記のURLに行ってこのコードをペーストし、地図でBBOXを指定し、実行する。 | |
[out:json]; | |
way["highway"]({{bbox}}); | |
foreach((._;>;);out;); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment