I read a shp file, and work with the Extruder transformer , after that write to a geojson file, but geojson's geometry type is "MultiLineString", I want to set the geometry type of "MultiPloygon", how to set?
I read a shp file, and work with the Extruder transformer , after that write to a geojson file, but geojson's geometry type is "MultiLineString", I want to set the geometry type of "MultiPloygon", how to set?
Hi @keplerleee, you may have to transform the extrusion (IFMEExtrusion) to a multi-part polygon (IFMEMultiArea). If the base face for the extrusion was a polygon (not donut), a possible way is:
Hi @keplerleee, you may have to transform the extrusion (IFMEExtrusion) to a multi-part polygon (IFMEMultiArea). If the base face for the extrusion was a polygon (not donut), a possible way is: