My citygml file has building part, address, ground surface, roof surface. How do I write all the parts into one 3d tiles. My workbench produces separate parts but I want them merged into one for visualization
Page 1 / 1
Does your writer recieve an attribute that defines the layer, coming from the reader? (e.g. fme_layer), or do you have 'fanout dataset' checked on?
Does your writer recieve an attribute that defines the layer, coming from the reader? (e.g. fme_layer), or do you have 'fanout dataset' checked on?
my writer brings receive the attribute that defines the layer from the reader.
my writer brings receive the attribute that defines the layer from the reader.
Then try removing that attribute using an AttributeRemover, and see if it still separates the data in multiple files. Alternatively, you could also rename it, so you keep it in the attribute table (e.g. OriginalLayer)