Hi
My suggestion is to use an AreaOnAreaOverlayer and specify a list name. For each output area where "_overlaps" > 1, calculate and test the area. If your area is larger than your threshold, explode the list to retrieve the IDs of the overlapping polygons, these are the ones you want to dissolve. These IDs you can use to filter the input polygons (FeatureMerger) before sending them to the Dissolver. Something like this:
Before
After
David
Hi
My suggestion is to use an AreaOnAreaOverlayer and specify a list name. For each output area where "_overlaps" > 1, calculate and test the area. If your area is larger than your threshold, explode the list to retrieve the IDs of the overlapping polygons, these are the ones you want to dissolve. These IDs you can use to filter the input polygons (FeatureMerger) before sending them to the Dissolver. Something like this:
Before
After
David
@david_r Sorry for the late respons but thanks for the help!