We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ae17d commit feb26bcCopy full SHA for feb26bc
folium/plugins/semicircle.py
@@ -1,6 +1,7 @@
1
from folium.elements import JSCSSMixin
2
from folium.map import Marker
3
from folium.template import Template
4
+from folium.utilities import remove_empty
5
from folium.vector_layers import path_options
6
7
@@ -80,6 +81,7 @@ def __init__(
80
81
stop_angle=stop_angle,
82
)
83
84
+ self.options = remove_empty(self.options)
85
86
if not (
87
(direction is None and arc is None)
0 commit comments