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 5a7a173 commit 219fafbCopy full SHA for 219fafb
folium/plugins/draw.py
@@ -103,7 +103,7 @@ class Draw(JSCSSMixin, MacroElement):
103
{{ this._parent.get_name() }}.on('draw:created', function(e) {
104
drawnItems_{{ this.get_name() }}.addLayer(e.layer);
105
});
106
-
+
107
{% if this.export %}
108
document.getElementById('export').onclick = function(e) {
109
var data = drawnItems_{{ this.get_name() }}.toGeoJSON();
0 commit comments