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
Copy file name to clipboardexpand all lines: python/ipyleaflet/ipyleaflet/leaflet.py
+6-1
Original file line number
Diff line number
Diff line change
@@ -1106,6 +1106,10 @@ class VectorTileLayer(Layer):
1106
1106
Minimum zoom number the tile source has available. If it is specified, the tiles on all zoom levels lower than min_native_zoom will be loaded from min_native_zoom level and auto-scaled.
1107
1107
max_native_zoom: int, default None
1108
1108
Maximum zoom number the tile source has available. If it is specified, the tiles on all zoom levels higher than max_native_zoom will be loaded from max_native_zoom level and auto-scaled.
1109
+
opacity: float, default 1.
1110
+
Opacity of the layer between 0. (fully transparent) and 1. (fully opaque).
0 commit comments