From e5ca2970563ad110170747735a3a7c7b11e9f519 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 15 Nov 2023 17:03:54 +0800
Subject: [PATCH] 显示目标点
---
src/components/GMap.vue | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/components/GMap.vue b/src/components/GMap.vue
index c398f0d..9ca136d 100644
--- a/src/components/GMap.vue
+++ b/src/components/GMap.vue
@@ -1251,6 +1251,9 @@
}
cesium.addEllipse(ellipseSetting)
cesium.flyTo(ellipseSetting, 5, 20000)
+
+ // 加载图斑
+ cesium.loadGeoJson('../src/assets/jsonData/jkj(1).json')
})
function draw (type: MapDoodleType, bool: boolean) {
--
Gitblit v1.9.3