1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
x
 
<!--
This is an example Overpass query.
Try it out by pressing the Run button above!
You can find more examples with the Load tool.
-->
<union>
<query type="way">
  <has-kv k="motor_vehicle" regv="@"/>
      <bbox-query {{bbox}}/><!--this is auto-completed with the current map view coordinates.-->
</query>
 
 <query type="node">
  <has-kv k="motor_vehicle" regv="@"/>
      <bbox-query {{bbox}}/><!--this is auto-completed with the current map view coordinates.-->
</query> 
  <query type="relation">
  <has-kv k="motor_vehicle" regv="@"/>
      <bbox-query {{bbox}}/><!--this is auto-completed with the current map view coordinates.-->
</query>  
   <query type="area">
  <has-kv k="motor_vehicle" regv="@"/>
      <bbox-query {{bbox}}/><!--this is auto-completed with the current map view coordinates.-->
</query>  
  
  
  
  
</union>  
<!-- added by auto repair -->
<union>
  <item/>
  <recurse type="down"/>
</union>
<print mode="meta"/><!-- fixed by auto repair -->
 
300 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet