Skip to main content

How do I expose the KML placemark attributes using fme?

Here is the file I want to use:

Hi @rdcrawford

 

You can expose these attributes on feature type Placemarks:

After select the Attributes in Format Attributes:

Thanks,

Danilo


Hi @rdcrawford

 

You can expose these attributes on feature type Placemarks:

After select the Attributes in Format Attributes:

Thanks,

Danilo

In addition to that you can use an AttributeExposer transformer. I personally prefer that way in the interest of long-term maintainability of the workspace. If I open it after a few months I'll see that I've exposed attributes. If I don't use the AttributeExposer I might forget that. Same thing goes for when others have to edit the workspace.

 

 


Reply