Skip to content

Instantly share code, notes, and snippets.

@abarth500
Created December 20, 2019 02:07
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abarth500/bea5bd5ce8fa910a06f13cd5c99e855d to your computer and use it in GitHub Desktop.
Save abarth500/bea5bd5ce8fa910a06f13cd5c99e855d to your computer and use it in GitHub Desktop.
Overpass Turboで指定した範囲内の道を得るクエリ
// 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