Disable polygon simplification
This commit is contained in:
parent
8bbdca60f7
commit
d3feb6d03e
1 changed files with 0 additions and 1 deletions
1
scl.py
1
scl.py
|
@ -170,7 +170,6 @@ def generate_post_map_image(
|
||||||
# Appending 7F to the fill_color makes it 50% transparent
|
# Appending 7F to the fill_color makes it 50% transparent
|
||||||
fill_color="{}7F".format(event_class["outage_color"]),
|
fill_color="{}7F".format(event_class["outage_color"]),
|
||||||
outline_color=event_class["outage_color"],
|
outline_color=event_class["outage_color"],
|
||||||
simplify=True,
|
|
||||||
)
|
)
|
||||||
map.add_polygon(polygon)
|
map.add_polygon(polygon)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue