You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that I can display icons locally only when giving them the file basename, but not the full path or even a file:// prefix. When not working I get a replacement rectangle on the map. Can somebody confirm this?
Icon(icon_url="file.png") # is workingIcon(icon_url="/path/to/file.png") # not workingIcon(icon_url="file:///path/to/file.png") # not working
The text was updated successfully, but these errors were encountered:
I can confirm this issue, though for me even using just the file name in the same dir as script fails to load. I can load using the http linked image (leaf) shown in the Icon example.
I notice that I can display icons locally only when giving them the file basename, but not the full path or even a
file://
prefix. When not working I get a replacement rectangle on the map. Can somebody confirm this?The text was updated successfully, but these errors were encountered: