From 231ed8b3de4866ceb5bbb9833c0a7afaee9583d6 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期五, 12 三月 2021 18:15:50 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- src/components/plugin/Editable.js | 10 ---------- 1 files changed, 0 insertions(+), 10 deletions(-) diff --git a/src/components/plugin/Editable.js b/src/components/plugin/Editable.js index bd287f5..d39de14 100644 --- a/src/components/plugin/Editable.js +++ b/src/components/plugin/Editable.js @@ -306,16 +306,6 @@ line.enableEdit(this.map).newShape(latlng) return line }, - // 绠ご鏍囩粯 - startPolylineArrow: function (latlng, options) { - const lineArrow = this.createPolyline([], { - color: 'black', - weight: 3, - opacity: 1.0 - }) - lineArrow.enableEdit(this.map).newShape(latlng) - return lineArrow - }, // 馃崅method startPolygon(latlng: L.LatLng, options: hash): L.Polygon // Start drawing a Polygon. If `latlng` is given, a first point will be added. In any case, continuing on user click. -- Gitblit v1.8.0