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 913cf29 commit 29a9497Copy full SHA for 29a9497
folium/plugins/__init__.py
@@ -59,4 +59,4 @@
59
'TimeSliderChoropleth',
60
'TimestampedGeoJson',
61
'TimestampedWmsTileLayers',
62
- ]
+]
folium/plugins/draw.py
@@ -76,7 +76,7 @@ class Draw(MacroElement):
76
'href', 'data:' + convertedData
77
);
78
document.getElementById('export').setAttribute(
79
- 'download', {{ this.filename|tojson }}"
+ 'download', {{ this.filename|tojson }}
80
81
}
82
{% endmacro %}
0 commit comments