Hi, I have two boundary sets.
1. Census Enumeration Districts (EDs)
2. Polygons filling the space between the EDs and the official coastal boundary.
What I need to do is to extent the EDs to that coastline.
The job's 99% done, but some of the coastal slivers extend for several miles and as it stands, would be allocated to a single 'tadpole' ED. I need to break these slivers at ED boundaries.
What I am looking for is to:
- Select the vertex where two EDs meet the coastal sliver;
- Buffer that vertex until it hits the far side of the sliver;
- Create a new vertex there.
- Draw a line from the vertex at the centre of the buffer to the new vertex;
- Cut the sliver with the line;
- Dissolve the new sliver units into their proper ED.
Is this possible, please?
Many thanks