We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8707b1 commit 5b61d9aCopy full SHA for 5b61d9a
1 file changed
folium/features.py
@@ -1001,7 +1001,6 @@ class GeoJsonPopup(GeoJsonDetail):
1001
1002
_template = Template(u"""
1003
{% macro script(this, kwargs) %}
1004
- let name_getter = '{{this._parent.get_name()}}';
1005
{{ this._parent.get_name() }}.bindPopup(""" + GeoJsonDetail.base_template +
1006
u""",{{ this.popup_options | tojson | safe }});
1007
{% endmacro %}
0 commit comments