Skip to main content

I am writing some geom to a KML file and wanting to group the data by Phasing. I have used the feature type name to identify the grouping.

When it writes the KML the groups are shows as

kml_id_doc_1.1.11.4

kml_id_doc_1.1.11.5

kml_id_doc_1.1.11.6

Does anyone know what is going wrong and how I can fix it?

Thanks

Hi @sebkingsley

Could you share us your Workspace and log file?

Thanks,

Danilo


Hi @sebkingsley,

It would be helpful if you could provide a bit more information as danilo_fme has suggested, as well as what your desired output might look like.

In the meantime, perhaps a feature type fanout might be helpful for your translation. If your data is already grouped by Phasing, you can simply set the Feature Type Name as the attribute Phasing in your writer parameters. This way it will write out different KML folders for each grouped phasing.


Reply