Hi Tyler, not exactly what you need, but I use a combination of the following to snap a point shp to a line shp.
v .to.points set at 0.5m distances on line layer (obviously the lower the more accurate) Distance to nearest hub from original point to newly created point,output as line 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. You could probably query to find the closest line from each point once you have run distance from hub. Hope that's of some use. Cheers Graham On 30 Jun 2016 13:18, "Tyler Veinot" <[email protected]> wrote: > Bump! > Nobody? Am I looking at having to use some PostGIS functions to accomplish > this? > Tyler > > On Wed, Jun 29, 2016 at 8:57 AM, Tyler Veinot <[email protected]> > wrote: > >> Hi All; >> 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? >> Cheers >> Tyler >> > > > _______________________________________________ > Qgis-user mailing list > [email protected] > List info: http://lists.osgeo.org/mailman/listinfo/qgis-user > Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user >
_______________________________________________ Qgis-user mailing list [email protected] List info: http://lists.osgeo.org/mailman/listinfo/qgis-user Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-user
