Overpass can grab turn restrictions. Read the wiki[1] for information on
how turn restrictions are tagged.

For example, this query [1] grabs all turn restrictions in my county. Once
the query has run download a geojson for loading into QGIS

[out:json][timeout:25];
// fetch area “skagit county” to search in
{{geocodeArea:skagit county}}->.searchArea;
// gather results
(
  // query part for: “type=restriction and restriction=*”

  relation["type"="restriction"]["restriction"](area.searchArea);
);
// print results
out body;
>;
out skel qt;

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

[1] http://overpass-turbo.eu/s/rn7
[2] https://wiki.openstreetmap.org/wiki/Relation:restriction


Clifford

-- 
@osm_seattle
osm_seattle.snowandsnow.us
OpenStreetMap: Maps with a human touch
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to