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 8388c27 commit ea870b8Copy full SHA for ea870b8
folium/plugins/search.py
@@ -49,12 +49,12 @@ class Search(MacroElement):
49
{% endif %}
50
collapsed: {{this.collapsed|tojson|safe}},
51
textPlaceholder: '{{this.placeholder}}',
52
+ position:'{{this.position}}',
53
{% if this.geom_type == 'Point' %}
54
initial: false,
55
{% if this.search_zoom %}
56
zoom: {{this.search_zoom}},
57
- position:'{{this.position}}',
58
hideMarkerOnCollapse: true
59
{% else %}
60
marker: false,
0 commit comments