From 3ca24d97c52399dcbd93165bf5c01e2ee2af7823 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期一, 15 三月 2021 09:13:48 +0800 Subject: [PATCH] 修改功能样式 --- 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