<p dir="ltr">Hi Tyler, not exactly what you need, but I use a combination of the following to snap a point shp to a line shp.</p>
<p dir="ltr">v .to.points set at 0.5m distances on line layer (obviously the lower the more accurate)</p>
<p dir="ltr">Distance to nearest hub from original point to newly created point,output as line</p>
<p dir="ltr">Join attributes by location using v.to.points layer as target and nearest hub layer as join vector layer. Wet predicate to touches. Take attributes of first located feature and only keep matching records.</p>
<p dir="ltr">You could probably query to find the closest line from each point once you have run distance from hub.</p>
<p dir="ltr">Hope that's of some use.</p>
<p dir="ltr">CheersĀ <br>
Graham</p>
<div class="gmail_quote">On 30 Jun 2016 13:18, "Tyler Veinot" <<a href="mailto:tylerkveinot@gmail.com">tylerkveinot@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Bump!<div>Nobody? Am I looking at having to use some PostGIS functions to accomplish this?</div><div>Tyler</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 29, 2016 at 8:57 AM, Tyler Veinot <span dir="ltr"><<a href="mailto:tylerkveinot@gmail.com" target="_blank">tylerkveinot@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi All;<div>I have a point file and a line file. I want to move all non-intersecting points to the line position closest to them. Does QGIS have a tool for that? Is there a plugin?</div><div>Cheers</div><span><font color="#888888"><div>Tyler</div></font></span></div>
</blockquote></div><br></div>
<br>_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br></blockquote></div>