I have a stream of features containing polygons and multipolygons.
I would like to identify only the polygons and promote them to multipolygons (containing one polygon). I tried GeometryAggregator but it is converting multipolygons into geometryCollection(multipolygon) which I don't want.
Must be something simple that I just can't see. Any help appreciated.
Simon