From d3feb6d03e8d7b1937908e12d4f53af6952a5a67 Mon Sep 17 00:00:00 2001 From: buckbanzai Date: Thu, 10 Jul 2025 07:36:18 -0700 Subject: [PATCH] Disable polygon simplification --- scl.py | 1 - 1 file changed, 1 deletion(-) 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)