diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 17:47:21 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 17:47:21 +0100 |
| commit | 948174f04d9dea93271bec62283b1c09e687e157 (patch) | |
| tree | e755bb15d77ef21e43744fc07397b4b2b5cb20ca /client/map/leaflet.bezier.js | |
| parent | 00eb85af05208e2129e7eba46da795e4528d2735 (diff) | |
map and citations workin
Diffstat (limited to 'client/map/leaflet.bezier.js')
| -rw-r--r-- | client/map/leaflet.bezier.js | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
