added output
This commit is contained in:
2
gmap.py
2
gmap.py
@@ -49,7 +49,7 @@ class Worker(threading.Thread):
|
|||||||
|
|
||||||
col_val = int((timelen / 60))
|
col_val = int((timelen / 60))
|
||||||
if col_val >= 30:
|
if col_val >= 30:
|
||||||
marker = CircleMarker(tup, Color("yellow").get_hex_l() + "70", 12)
|
marker = CircleMarker(tup, Color("blue").get_hex_l() + "70", 12)
|
||||||
else:
|
else:
|
||||||
marker = CircleMarker(tup, colors[col_val].get_hex_l() + "70", 12)
|
marker = CircleMarker(tup, colors[col_val].get_hex_l() + "70", 12)
|
||||||
self.map.add_marker(marker)
|
self.map.add_marker(marker)
|
||||||
|
|||||||
Reference in New Issue
Block a user