@@ -245,14 +245,15 @@ class ImageOverlay(Layer):
245245 ----------
246246 image: string or array-like object
247247 The data to overlay as an image.
248- * If string is a path to an image file, its content will be converted and
249- embedded.
250- * If string is a URL, it will be linked.
251- * Otherwise a string will be assumed to be JSON and embedded.
252- * If array-like, it will be converted to PNG base64 string and embedded.
248+
249+ * If string is a path to an image file, its content will be converted and
250+ embedded.
251+ * If string is a URL, it will be linked.
252+ * Otherwise a string will be assumed to be JSON and embedded.
253+ * If array-like, it will be converted to PNG base64 string and embedded.
253254 bounds: list/tuple of list/tuple of float
254255 Image bounds on the map in the form
255- [[lat_min, lon_min], [lat_max, lon_max]]
256+ [[lat_min, lon_min], [lat_max, lon_max]]
256257 opacity: float, default Leaflet's default (1.0)
257258 alt: string, default Leaflet's default ('')
258259 origin: ['upper' | 'lower'], optional, default 'upper'
0 commit comments