According to the documentation: "The AreaOnAreaOverlayer takes in area features. All polygons are considered against each other, and where they overlap, new polygons are created that represent both the overlapping area and the original areas with the overlap removed."
All I need are the overlapping areas themselves, not the 'original areas with the overlap removed'.. It seems like this should be a simple check box in the AreaOnAreaOverlayer tool? But I'm using three additional transformers to weed out those 'original areas' (Clipper, and a pair of testers) . Am I missing something (probably something very obvious)?
Thank you!