We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9416f commit 7bd9e8eCopy full SHA for 7bd9e8e
1 file changed
folium/map.py
@@ -158,6 +158,7 @@ def reset(self):
158
159
def render(self, **kwargs):
160
"""Renders the HTML representation of the element."""
161
+ self.reset()
162
for item in self._parent._children.values():
163
if not isinstance(item, Layer) or not item.control:
164
continue
0 commit comments