Skip to main content
Solved

Fanout to KML and not KMZ

  • December 3, 2015
  • 2 replies
  • 32 views

I have a single KML file that I am trying to use fanout based on "name" field to new separate KML files for either polyline from the original file. When I turn fanout to yes I will get .KMZ's for every file. Is there something I'm missing that I can set to force KML's and not KMZ's?

Best answer by erik_jan

If you use .kml as a suffix in the dataset fanout, it will create KML files.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • December 3, 2015

If you use .kml as a suffix in the dataset fanout, it will create KML files.


  • Author
  • December 3, 2015

If you use .kml as a suffix in the dataset fanout, it will create KML files.

Perfect. Knew it had to be something easy. Thanks.