<div dir="ltr">Overpass can grab turn restrictions. Read the wiki[1] for information on how turn restrictions are tagged.<div><br></div><div>For example, this query [1] grabs all turn restrictions in my county. Once the query has run download a geojson for loading into QGIS</div><div> </div><div>[out:json][timeout:25];</div><div>// fetch area “skagit county” to search in</div><div>{{geocodeArea:skagit county}}->.searchArea;</div><div>// gather results</div><div>(</div><div>  // query part for: “type=restriction and restriction=*”</div><div><br></div><div>  relation["type"="restriction"]["restriction"](area.searchArea);</div><div>);</div><div>// print results</div><div>out body;</div><div>>;</div><div>out skel qt;</div><div><br></div><div>FYI - Read the OSM wiki[2] for information on how turn restrictions are tagged to help improve the query or to narrow down the results</div><div><br></div><div>[1] <a href="http://overpass-turbo.eu/s/rn7">http://overpass-turbo.eu/s/rn7</a></div><div>[2] <a href="https://wiki.openstreetmap.org/wiki/Relation:restriction">https://wiki.openstreetmap.org/wiki/Relation:restriction</a></div><div><br></div><div><br></div><div>Clifford</div><div class="gmail_extra"><div class="gmail_quote"><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>@osm_seattle<br></div><div><a href="http://osm_seattle.snowandsnow.us" target="_blank">osm_seattle.snowandsnow.us</a></div><div>OpenStreetMap: Maps with a human touch</div></div></div>
</div></div>