jupyter-widgets / ipyleaflet

A Jupyter - Leaflet.js bridge
https://ipyleaflet.readthedocs.io
MIT License
1.48k stars 363 forks source link

when passing attribution_control=True, it gets added twice #1114

Open maartenbreddels opened 1 year ago

maartenbreddels commented 1 year ago
import ipyleaflet
m = ipyleaflet.Map(attribution_control=True)
m

Results in

image

This was introduced in https://github.com/jupyter-widgets/ipyleaflet/pull/398