Hello. I'm trying to convert Sketchup files to CityGML, i've been following this tutorial: https://www.youtube.com/watch?v=1_eHzACY_RA
I'm very new to FME and CityGML in general, butI've managed to convert Shapefiles to CityGML using a similar workflow.
The skp files does not contain any attributes, and only consists of polygons.
I run the sketchup file through a AttributeCreator to create a gml_id -> CityGMLGeometrySetter (od2MultiSurface) -> CityGML Writer (Buildings - Automatic User Attributes):
If I inspect the CityGMLGeometrySetter I can see the 3D models in the Graphics tab, but it dissapears in the Writer.
Am I doing something obviosly wrong? Why is the geometry not being loaded in the CityGML writer?
Any help or pointers to tutorials explaining some basics that I might be missing is appreciated. I can also upload my workspace and files if that helps.
Robin