Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ianlopez1115/19881ee71d2f6a25acea6f125c0d26a7 to your computer and use it in GitHub Desktop.
Save ianlopez1115/19881ee71d2f6a25acea6f125c0d26a7 to your computer and use it in GitHub Desktop.
Used to locate missing street details in San Pablo, Laguna
[out:xml];/*fixed by auto repair*/
{{geocodeArea:San Pablo, Laguna}}->.searchArea;
(
way["highway"~"motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|link"]["surface"!~"."](area.searchArea);
way["highway"~"motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|link"]["lanes"!~"."](area.searchArea);
way["highway"~"motorway|trunk|primary|secondary|tertiary|unclassified|residential|service|link"]["lit"!~"."](area.searchArea);
);
// print results
out meta;
>;
out meta qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment