Skip to content

Instantly share code, notes, and snippets.

@ianlopez1115
Last active December 30, 2022 11:59
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/5a506a97b879883072c3086ec88a4b32 to your computer and use it in GitHub Desktop.
Save ianlopez1115/5a506a97b879883072c3086ec88a4b32 to your computer and use it in GitHub Desktop.
Used to locate street names named Merry or Christmas
[out:xml][timeout:500];
{{geocodeArea:Anyplace}}->.searchArea;
(
way["highway"]["name"~"Merry"](area.searchArea);
way["highway"]["name"~"Christmas"](area.searchArea);
);
out body;
>;
out skel qt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment