From 2be36c0024212d6f0d463dfbe6cf100c92a11621 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 13 Jan 2022 11:47:30 +0800
Subject: [PATCH] +
---
src/components/map/main.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/components/map/main.vue b/src/components/map/main.vue
index f987143..cd09f95 100644
--- a/src/components/map/main.vue
+++ b/src/components/map/main.vue
@@ -282,10 +282,10 @@
ol2d.addLayer(this.peopleLineAddlayer);
ol2d.addLayer(this.beginsPoint);
// this.addLines()
+ let that = this;
that.addNewLine();
return;
- let that = this;
that.beginsPoint.getSource().clear();
let iconFeature = new OlFeature({
geometry: new OlGeomPoint([114.03928791, 27.62954732]), //绘制图形(点)
--
Gitblit v1.9.3