@@ -59,7 +59,7 @@ def path_options(line=False, radius=False, **kwargs):
5959
6060 Note that the presence of `fill_color` will override `fill=False`.
6161
62- See https://leafletjs.com/reference-1.5.1 .html#path
62+ See https://leafletjs.com/reference-1.6.0 .html#path
6363
6464 """
6565
@@ -142,7 +142,7 @@ class PolyLine(BaseMultiLocation):
142142 Disable polyline clipping.
143143 **kwargs
144144 Other valid (possibly inherited) options. See:
145- https://leafletjs.com/reference-1.5.1 .html#polyline
145+ https://leafletjs.com/reference-1.6.0 .html#polyline
146146
147147 """
148148
@@ -176,7 +176,7 @@ class Polygon(BaseMultiLocation):
176176 Display a text when hovering over the object.
177177 **kwargs
178178 Other valid (possibly inherited) options. See:
179- https://leafletjs.com/reference-1.5.1 .html#polygon
179+ https://leafletjs.com/reference-1.6.0 .html#polygon
180180
181181 """
182182
@@ -210,7 +210,7 @@ class Rectangle(BaseMultiLocation):
210210 Display a text when hovering over the object.
211211 **kwargs
212212 Other valid (possibly inherited) options. See:
213- https://leafletjs.com/reference-1.5.1 .html#rectangle
213+ https://leafletjs.com/reference-1.6.0 .html#rectangle
214214
215215 """
216216
@@ -250,7 +250,7 @@ class Circle(Marker):
250250 Radius of the circle, in meters.
251251 **kwargs
252252 Other valid (possibly inherited) options. See:
253- https://leafletjs.com/reference-1.5.1 .html#circle
253+ https://leafletjs.com/reference-1.6.0 .html#circle
254254
255255 """
256256
@@ -287,7 +287,7 @@ class CircleMarker(Marker):
287287 Radius of the circle marker, in pixels.
288288 **kwargs
289289 Other valid (possibly inherited) options. See:
290- https://leafletjs.com/reference-1.5.1 .html#circlemarker
290+ https://leafletjs.com/reference-1.6.0 .html#circlemarker
291291
292292 """
293293
0 commit comments