Skip to main content
Question

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

  • December 7, 2020
  • 3 replies
  • 23 views

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
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

bertmeskens
Forum|alt.badge.img+2
  • 7 replies
  • December 10, 2020

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?


  • Author
  • 2 replies
  • December 10, 2020

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.

 


bertmeskens
Forum|alt.badge.img+2
  • 7 replies
  • December 10, 2020

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)