From 219fafb61b107de1aae8a84a3b279106b63ea4aa Mon Sep 17 00:00:00 2001 From: Frank <33519926+Conengmo@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:23:22 +0200 Subject: [PATCH] fix trailing white space --- folium/plugins/draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folium/plugins/draw.py b/folium/plugins/draw.py index 4a893b17e..6e10987b4 100644 --- a/folium/plugins/draw.py +++ b/folium/plugins/draw.py @@ -103,7 +103,7 @@ class Draw(JSCSSMixin, MacroElement): {{ this._parent.get_name() }}.on('draw:created', function(e) { drawnItems_{{ this.get_name() }}.addLayer(e.layer); }); - + {% if this.export %} document.getElementById('export').onclick = function(e) { var data = drawnItems_{{ this.get_name() }}.toGeoJSON();