Konstantinos Anastasakis
Konstantinos Anastasakis
I have the same issue, I can load files in the notebooks so it is not the same as[ #347](https://github.com/jupyter-widgets/ipyleaflet/issues/347). Only ImageOverlay of local images with ipyleaflet does not work...
Thanks a lot for your quick reply. I have not figure out yet how to add a simple image on the map. In the documentation it says "Relative URL (e.g....
Thanks a lot for the replay! I finally figure out how it works For Jupyter Lab: 'files/working_folder/image.png' For Jupyter Notebook (tree view): 'image.png' Example code: ``` from ipyleaflet import Map,...
Yes:) I proposed to add this in the documentation of ImageOverlay: > An http url to the footage or a relative path to a local file (image/video, e.g. ‘image.png’ or...