<div dir="ltr">Using QuickOSM, there are 2 specials Processing algorithms to deal with OSM Relations which are not multipolygons, routes or boundaries. It's using XML Sax parser because OGR can't read these relations. I agree, it's missing some docs here.</div><div class="gmail_extra"><br><div class="gmail_quote">2017-08-31 13:30 GMT+02:00 Andre Joost <span dir="ltr"><<a href="mailto:andre+joost@nurfuerspam.de" target="_blank">andre+joost@nurfuerspam.de</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Am 31.08.2017 um 07:14 schrieb Clifford Snow:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Overpass can grab turn restrictions. Read the wiki[1] for information on<br>
how turn restrictions are tagged.<br>
<br>
For example, this query [1] grabs all turn restrictions in my county. Once<br>
the query has run download a geojson for loading into QGIS<br>
<br>
[out:json][timeout:25];<br>
// fetch area “skagit county” to search in<br>
{{geocodeArea:skagit county}}->.searchArea;<br>
// gather results<br>
(<br>
   // query part for: “type=restriction and restriction=*”<br>
<br>
   relation["type"="restriction"<wbr>]["restriction"](area.searchAr<wbr>ea);<br>
);<br>
// print results<br>
out body;<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
;<br>
</blockquote>
out skel qt;<br>
<br>
</blockquote>
<br></span>
I tried QuickOSM with<br>
<br>
 relation["type"="restriction"<wbr>]["restriction"]({{bbox}});> ;out;<br>
<br>
which returns the ways with their tags, but not the relation tags.<br>
<br>
The geojson result from Overpass turbo works better, but it is still a lot of coding necessary to get a road sign at the right pace and orientation from that. Maybe it is easier to use the raw XML format.<div class="HOEnZb"><div class="h5"><br>
<br>
Greetings,<br>
André Joost<br>
<br>
<br>
______________________________<wbr>_________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/qgis-user</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailma<wbr>n/listinfo/qgis-user</a></div></div></blockquote></div><br></div>