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
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“place=village and boundary=administrative and admin_level=8 and is_in:state_code=VT”
*/
[out:json]/*fixed by auto repair*/[timeout:25];
// gather results
(
  area[admin_level=4]["name"="Vermont"][boundary=administrative]->.boundaryarea;
   way["highway"="trunk"](area.boundaryarea);
   way["highway"="trunk_link"](area.boundaryarea);
  way["highway"="motorway"](area.boundaryarea);
   way["highway"="motorway_link"](area.boundaryarea);
  
);
// print results
out meta;/*fixed by auto repair*/
>;
out meta qt;/*fixed by auto repair*/
 
{{style:
way[highway=motorway]
{ color:red; }
way[highway=motorway_link]
{ color:red; }
}}
20 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet