We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e86b48 commit 5929fcdCopy full SHA for 5929fcd
1 file changed
folium/raster_layers.py
@@ -254,6 +254,7 @@ class ImageOverlay(Layer):
254
Used only for array-like image. Transforms the data to
255
project (longitude, latitude) coordinates to the Mercator projection.
256
Beware that this will only work if `image` is an array-like object.
257
+ Note that if used the image will be clipped beyond latitude -85 and 85.
258
pixelated: bool, default True
259
Sharp sharp/crips (True) or aliased corners (False).
260
name : string, default None
0 commit comments