The cityGML results keep all data except geometry data, then this error alert. What's the matter?Have you ever meet this problem?
Page 1 / 1
Hi @ypyao1993, the log messages are describing the reason. MultiAreas and Donuts cannot be converted to Polygons with the GeometryCoercer, and they will be output via the Untouched port without any transforming.
Why do you need to use the GeometryCoercer here?
Hi @ypyao1993, the log messages are describing the reason. MultiAreas and Donuts cannot be converted to Polygons with the GeometryCoercer, and they will be output via the Untouched port without any transforming.
Why do you need to use the GeometryCoercer here?
I think the GeometryCoercer may help to generate fme_polygon for next step to extrude the polygon. Thanks a lot for your help, as I just start to use FME.