1
2
3
4
5
6
7
8
9
10
11
12
 
/*
This has been generated by the overpass-turbo wizard.
The original search was:
“"tiger:name_direction_suffix"=* and ref=* and name!=* and type:way in Ohio”
*/
[out:json][timeout:25];
// fetch area “Ohio” to search in
{{geocodeArea:Ohio}}->.searchArea;
// gather results
way["tiger:name_direction_suffix"]["ref"]["name"!~".*"](area.searchArea);
// print results
out geom;
30 km
Leaflet © OpenStreetMap contributors
1
 
no data loaded yet