From 8a368655576fd4eb3f517610aa8b30d633f1ea84 Mon Sep 17 00:00:00 2001
From: wangjuncheng <1>
Date: 星期三, 23 四月 2025 16:26:25 +0800
Subject: [PATCH] change

---
 src/utils/area.js |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/utils/area.js b/src/utils/area.js
index 787fc9d..891aa95 100644
--- a/src/utils/area.js
+++ b/src/utils/area.js
@@ -14,7 +14,7 @@
 	// 鑾峰彇 GeoJSON 涓殑绗竴涓� Polygon feature
 	return dataSourcePromise.then(function (dataSource) {
 		viewer.dataSources.add(dataSource)
-		console.log("dataSource", dataSource)
+		// console.log("dataSource", dataSource)
 		// 鑾峰彇 GeoJSON 涓殑绗竴涓� Polygon feature
 		areaDataSource.push(dataSource)
 
@@ -25,7 +25,7 @@
 		// return areaPrimitive
 
 		const polygonEntity = dataSource.entities.values
-		console.log("polygonEntity", polygonEntity)
+		// console.log("polygonEntity", polygonEntity)
 		const distanceDisplayCondition = new Cesium.DistanceDisplayCondition(1000, 50000000)
 		polygonEntity.forEach(entity => {
 			// console.log("entity", entity)
@@ -211,7 +211,7 @@
 		dataSource.name = name
 		// viewer.dataSources.add(dataSource)
 		// 鑾峰彇 GeoJSON 涓殑绗竴涓� Polygon feature
-		console.log("dataSource", dataSource)
+		// console.log("dataSource", dataSource)
 
 		const polygonEntity = dataSource.entities.values
 		areaLineEntities.push(...polygonEntity)

--
Gitblit v1.9.3