Advertisement
Zer0Div

Untitled

Apr 30th, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. [timeout:620]
  2. [bbox:{{bbox}}];
  3. (
  4. way[natural=water];
  5. way[water=lake];
  6. way[natural=lake];
  7. );
  8. out body;
  9. >;
  10. out skel qt;
  11.  
  12. {{style:
  13. way[natural=water]
  14. { color:blue; fill-color:blue; }
  15.  
  16. way[water=lake],
  17. way[natural=lake]
  18. { color:grey; fill-color:grey; }
  19. }}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement