Skip to content

Instantly share code, notes, and snippets.

@hyperreality
Created October 22, 2025 22:04
Show Gist options
  • Select an option

  • Save hyperreality/acd05c622667ddf8a0fb2446ababd851 to your computer and use it in GitHub Desktop.

Select an option

Save hyperreality/acd05c622667ddf8a0fb2446ababd851 to your computer and use it in GitHub Desktop.
Overpass: Get Highways
[out:json][timeout:25];
// gather results
(
// query part for: “highway=*”
node["highway"]({{bbox}});
way["highway"]({{bbox}});
relation["highway"]({{bbox}});
);
// 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