From 9a1bfc5ec5f139cf06618bbb7005f571e850a2e5 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Sat, 03 Sep 2022 08:56:51 +0800
Subject: [PATCH] 画图地址更改
---
src/components/map/plotMap.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/components/map/plotMap.vue b/src/components/map/plotMap.vue
index 632c6b5..ec98f0f 100644
--- a/src/components/map/plotMap.vue
+++ b/src/components/map/plotMap.vue
@@ -242,7 +242,7 @@
position += `${item[0]}, ${item[1]};`
})
- console.log(position, 565656)
+ // console.log(position, 565656)
const polyline = new global.DC.Polyline(position)
polyline.setStyle({
@@ -323,7 +323,6 @@
that.drawLandPolyLine(positions)
})
- console.log(item, 123)
plotRegionLayer.addOverlay(polygon)
addPlotLayers.push({ center, name: item.landName, id: item.id })
--
Gitblit v1.9.3