1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
 
{{RootRiverName="Colorado River"}} // ENTER DESIRED RIVER HERE
 
{{style:
relation
{ color:blue; width:2; opacity:1; 
  text: name;
}
}}
 
[out:json]
//[out:csv(name,destination)]
[timeout:25];
relation["type"="waterway"][name={{RootRiverName}}];
complete {
  way(r);node(w);way(bn);rel(bw)[type=waterway];
}
out body qt;
> -> .stuff;
nwr.stuff({{bbox}});
out skel qt;
 
500 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet