diff --git a/bin/leonardo2kmz.py b/bin/leonardo2kmz.py
index 7761184..8affc50 100755
--- a/bin/leonardo2kmz.py
+++ b/bin/leonardo2kmz.py
@@ -69,11 +69,10 @@ def main(argv):
'igc2kmz
Copyright © Tom Payne, 2008')
html = '
%s%s' % p for p in ps)
description = kml.CDATA(html)
- snippet = kml.Snippet()
balloon_style = kml.BalloonStyle(text=kml.CDATA('$[description]'))
style = kml.Style(balloon_style)
screen_overlay = kml.ScreenOverlay(icon, overlay_xy, screen_xy, size,
- snippet, style, name=options.name, description=description)
+ style, Snippet=None, name=options.name, description=description)
#
engine = create_engine(options.engine)
metadata = MetaData(bind=engine)