Skip to content

Instantly share code, notes, and snippets.

@Able1991
Last active July 29, 2016 14:28
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 Able1991/2ecfa8299bc1d1ee8bc56431bdaf6516 to your computer and use it in GitHub Desktop.
Save Able1991/2ecfa8299bc1d1ee8bc56431bdaf6516 to your computer and use it in GitHub Desktop.
Запрос перекрестков
[timeout:900][bbox:{{bbox}}];
(
way[highway][name];
)->.n1;
foreach.n1(
.n1;out;
(.n1; - ._;)->.n2;
node(w._)->.n3;
node(w.n2)->.n4;
node.n3.n4;out;
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment