Skip to content

Commit 15fe41b

Browse files
authored
Add legend_dict attribute to map (#1263)
1 parent 65f3d86 commit 15fe41b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

leafmap/maplibregl.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6183,6 +6183,7 @@ def add_data(
61836183
legend_kwds=legend_kwds,
61846184
classification_kwds=classification_kwds,
61856185
)
6186+
setattr(self, "legend_dict", legend_dict)
61866187

61876188
if legend_title is None:
61886189
legend_title = column

0 commit comments

Comments
 (0)