clawpack / visclaw

Clawpack visualization tools
http://www.clawpack.org
BSD 3-Clause "New" or "Revised" License
29 stars 47 forks source link

Leave KML figures in plots direcotry, not just in KMZ file #160

Closed donnaaboise closed 9 years ago

donnaaboise commented 9 years ago

This prevents the animation creation step from breaking if it doesn't find KML figures.

In fact, the KML figures should probably not be in the PlotIndex, or animated, so this fix is temporary. But it looks like skipping KML figures in the plotclaw2html or movie code is more involved than I thought.

This is a non-issue when separate setplot files are created for non-kml and kml files. In this case, all figures will either be KML or non-KML, and so the animation step is happy in either case.