Hi! I have two sets/layers of polygons, one containing boundaries for areas which my company have responsibility for, and one layer containing the categorization of the environment within these boundaries. The categorization layer should of course match the boundary layer exactly, but that is unfortunately not the case. Often, the categorization layer either overlaps the boundary, or there is a (very small) gap between the two. I have accomplished to remove the environment overlapping the boundary using the Clipper transformer.
Â
What I want to do now is to fill in the gaps between the two layers, so that the categorization layer matches the boundary layer exactly. What I imagine I want to do is to fill in the gaps with the closest environment layer polygon, so that the polygon stretches out and snaps to the boundary. Any ideas on how to do this? I have tried to merge the two sets with each other, but since they do not have any common attributes that have failed.
Â
Best regards!
Â