1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
<!--
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
-->
 
<query type="way">
    <has-kv k="highway" v=""/>  
    <has-kv k="access:forward" v="agricultural"/>
<bbox-query {{bbox}}/><!--this is auto-completed with the current map view coordinates.-->
</query>
 
 
<!-- added by auto repair -->
<union>
    <item/>
    <recurse type="down"/>
</union>
<print mode="meta"/><!-- fixed by auto repair -->
 
5000 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet