I use the Aggregator to merge polygons based on one attribute.
- When the output is Shapefile, multipolygons are created and all works fine.
- When the output is OGC Geopackage or Spatialite, FME creates a GeometryCollection instead of multipolygons (and I can't use GeometryCollection with others GIS softwares).
I want to force multipolygons instead of GeometryCollection. When I use GeometryCoercer, nothing is coerced.
Thanks a lot for your help :-)