Skip to content

Commit

Permalink
sufficient set up per CSC case
Browse files Browse the repository at this point in the history
  • Loading branch information
remicousin committed Feb 5, 2025
1 parent 49d720f commit f8447e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions enacts/flex_fcst/maproom.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ def make_adm_overlay(adm_name, adm_sql, adm_color, adm_lev, adm_weight, is_check
id=border_id,
data=adm_borders(adm_sql),
options={
"fill": True,
"fill": False,
"color": adm_color,
"weight": adm_weight,
"fillOpacity": 0
},
),
name=adm_name,
Expand Down
3 changes: 1 addition & 2 deletions enacts/onset/maproom.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ def make_adm_overlay(adm_name, adm_sql, adm_color, adm_lev, adm_weight, is_check
id=border_id,
data=adm_borders(adm_sql),
options={
"fill": True,
"fill": False,
"color": adm_color,
"weight": adm_weight,
"fillOpacity": 0
},
),
name=adm_name,
Expand Down
3 changes: 1 addition & 2 deletions enacts/wat_bal/maproom_monit.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ def make_adm_overlay(adm_name, adm_sql, adm_color, adm_lev, adm_weight, is_check
id=border_id,
data=adm_borders(adm_sql),
options={
"fill": True,
"fill": False,
"color": adm_color,
"weight": adm_weight,
"fillOpacity": 0
},
),
name=adm_name,
Expand Down

0 comments on commit f8447e1

Please sign in to comment.