From 2366e25dea648aa39dd4ba21205bcc67ee85dc5d Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期五, 12 三月 2021 16:08:23 +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