From 948174f04d9dea93271bec62283b1c09e687e157 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 16 Dec 2018 17:47:21 +0100 Subject: map and citations workin --- client/map/leaflet.bezier.js | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'client/map/leaflet.bezier.js') diff --git a/client/map/leaflet.bezier.js b/client/map/leaflet.bezier.js index 387e0717..02adbe7f 100644 --- a/client/map/leaflet.bezier.js +++ b/client/map/leaflet.bezier.js @@ -1,3 +1,5 @@ +import L from 'leaflet' + L.SVG.include({ _updatecurve: function (layer) { let svg_path = this._curvePointsToPath(layer._points); @@ -251,4 +253,9 @@ L.bezier = function (config, options) { }; +function noop() {} +export { + Bezier, + noop, +} \ No newline at end of file -- cgit v1.2.3-70-g09d2