ipyleaflet icon indicating copy to clipboard operation
ipyleaflet copied to clipboard

when passing attribution_control=True, it gets added twice

Open maartenbreddels opened this issue 1 year ago • 0 comments

import ipyleaflet
m = ipyleaflet.Map(attribution_control=True)
m

Results in image

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

maartenbreddels avatar May 18 '23 08:05 maartenbreddels