Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ianlopez1115/5dcad8e812d0e6f441a80a4618d74aa5 to your computer and use it in GitHub Desktop.
Save ianlopez1115/5dcad8e812d0e6f441a80a4618d74aa5 to your computer and use it in GitHub Desktop.
[out:json];
{{geocodeArea:Makati}}->.searchArea;
(
way["highway"="motorway"]["lanes"!~"."](area.searchArea);
way["highway"="motorway_link"]["lanes"!~"."](area.searchArea);
way["highway"="trunk"]["lanes"!~"."](area.searchArea);
way["highway"="trunk_link"]["lanes"!~"."](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