diff --git a/scl.py b/scl.py index 2c511f6..c7fe219 100644 --- a/scl.py +++ b/scl.py @@ -170,7 +170,6 @@ def generate_post_map_image( # Appending 7F to the fill_color makes it 50% transparent fill_color="{}7F".format(event_class["outage_color"]), outline_color=event_class["outage_color"], - simplify=True, ) map.add_polygon(polygon)