Guest User

Untitled

a guest
Jan 23rd, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. node(id:8093775,8093776)->.allnodes;
  2. way(bn.allnodes)->.ways;
  3. foreach .ways -> .singleway (
  4. node.allnodes(w.singleway);
  5. way.singleway(bn)(if:count(nodes) == allnodes.count(nodes));
  6. out geom;
  7. );
Add Comment
Please, Sign In to add comment