We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb71b6 commit f0dc32bCopy full SHA for f0dc32b
1 file changed
folium/plugins/search.py
@@ -3,14 +3,15 @@
3
from branca.element import MacroElement
4
5
from folium import Map
6
+from folium.elements import JSCSSMixin
7
from folium.features import FeatureGroup, GeoJson, TopoJson
8
from folium.plugins import MarkerCluster
9
from folium.utilities import parse_options
10
11
from jinja2 import Template
12
13
-class Search(MacroElement):
14
+class Search(JSCSSMixin, MacroElement):
15
"""
16
Adds a search tool to your map.
17
0 commit comments