From 1bbce96c3e694c834a830b2c038f9303e35895b5 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期五, 12 三月 2021 20:57:29 +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