Select to view content in your preferred language

GDB to KML using kml_style_id

876
2
05-13-2011 08:29 AM
deleted-user-h2MwrUDd3vgt
Deactivated User
I'm trying to develop an ETL tool to translate all of the feature classes in a file geodatabase to a single KML file. I have everything worked out, but am having difficulty figuring out how to set up the kml_style_id so that it will split out each of the values in a field into a separate style in order to change the symbology accordingly. I would greatly appreciate any suggestions or guidance.
0 Kudos
2 Replies
BruceHarold
Esri Frequent Contributor
Hi Nathan

Try AttributeFilter with the Import option to create separate output ports for each attribute value, set the ID value you want per port and connect all paths back together again.

Regards
0 Kudos
deleted-user-h2MwrUDd3vgt
Deactivated User
That did it, thanks!
0 Kudos