You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked into how to skip KML files when creating the PlotIndex, latex output or animations, but it wasn't completely obvious where to insert something like
if plotfigure.use_for_kml:
pass
The text was updated successfully, but these errors were encountered:
donnaaboise
changed the title
KML files should not show up in PlotIndex or animations
Google Earth : KML files should not show up in PlotIndex or animations
May 24, 2015
That's the correct behavior but maybe that's implemented to far out to be useful for the KML plots. Perhaps adding logic at that point and checking if use_for_kml is True would still trigger making plots but keeps track of which figure numbers are to be used?
I looked into how to skip KML files when creating the PlotIndex, latex output or animations, but it wasn't completely obvious where to insert something like
The text was updated successfully, but these errors were encountered: