Skip to content

Commit 5929fcd

Browse files
authored
ImageOverlay: warn about clipping (#1654)
1 parent 2e86b48 commit 5929fcd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

folium/raster_layers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ class ImageOverlay(Layer):
254254
Used only for array-like image. Transforms the data to
255255
project (longitude, latitude) coordinates to the Mercator projection.
256256
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.
257258
pixelated: bool, default True
258259
Sharp sharp/crips (True) or aliased corners (False).
259260
name : string, default None

0 commit comments

Comments
 (0)