Is there a function I can use to move a vertex on layer A so it overlaps the closest line on layer B.
My situation is I divide a polygon into multiple sections which exist on another layer and sometimes the vertices of some of these sub polygons are off by the slightest of margins. I would like to run a routine to automatically see if the vertices share the same outer boundary and if not then adust the vertices of the sub polygons to align with the overall polygon border on layer A.
Does that make sense?