utilities.image_to_url()
image
parameter has multiple documentation issues
#2095
Labels
documentation
Documentation about a certain topic should be added
utilities.image_to_url()
isn't part of the documented API. However it underlies e.g.ImageLayer
. Most of these issues apply there too, but I think these should be resolved first.So:
str
can be passed or what the behaviour is.image
type 'file' are vague - should be explicit that it must be astr
containing filepath to an image, so that is is clear that a file object or modernPathlib.path
isn't handled. (The latter can be worked around by wrapping it withstr()
- perhaps this should be in the user guide?)str
.I propose:
folium is maintained by volunteers. Can you help making a fix for this issue?
Yes.
The text was updated successfully, but these errors were encountered: