Skip to content

Commit

Permalink
Update example_csv_to_kml.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sergebdt authored May 3, 2019
1 parent 0554e1a commit bb631d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/examples/data_conversion/example_csv_to_kml.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def makeExtendedDataElements(datadict):
KML.Style(
KML.IconStyle(
KML.color(color),
KML.scale(int(threshold/2)),
KML.scale(threshold/2.),
KML.Icon(
KML.href("http://maps.google.com/mapfiles/kml/shapes/earthquake.png"),
),
Expand Down

0 comments on commit bb631d8

Please sign in to comment.