Question

How to work properly with kml

  • 16 April 2020
  • 2 replies
  • 4 views

Hi guys, I do have an issue working with KML on FME.

 

1) I have a shp file with loads of features and I would like to transform each one of them in one specific kml file.

 

The pic below show us the features I have:

I do want to transform them into individual kml files , with an specific name ( i have this information on the file). And I also need that the kml looks like this:

 

I couldn´t manage to make them hollow like this. Can anyone help me?

 


2 replies

Userlevel 4
Badge +30

Hi @grazielatm

You can use the option Fanout option on Navigator - like image bellow:

 

Thanks,

Danilo

 

Userlevel 1
Badge +21

In addition, the kml styler will help you get the appearance you need - i'm not sure if you actually are after lines or polygons with no fill. For the latter you can set the opacity to be fully transparent, if the former you can use a geometrycoercer to turn you polygons into lines

Reply