I have a layer representing building polygons and another layer showing garden polygons; what I need is to create one merged polygon representing a building and a garden.
This is based upon whether the building polygon touches/abuts (borders) a garden polygon, however this must be a 1:1 relationship so if there is more than one garden that the building abuts, then it must choose the garden polygon it has the longest edge with.
I have tried to use the NeighborFinder and Dissolver, but it does not seem to work between the two polygon layers.
Any ideas are welcome. Thank you.