From 54837b203b8d23c01e0e6cf716cb6a3829ae60f6 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期四, 22 十二月 2022 19:48:07 +0800 Subject: [PATCH] 数据检索,关键字查询,空间查询,专题图添加mpt, --- src/views/Thematic/index.vue | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/views/Thematic/index.vue b/src/views/Thematic/index.vue index d7e30bf..703a166 100644 --- a/src/views/Thematic/index.vue +++ b/src/views/Thematic/index.vue @@ -326,6 +326,15 @@ window.sgworld.navControl('nav', false); //姣斾緥灏� window.sgworld.navControl('scale', false); + + var option = { + url: window.sceneConfig.mpt.url, + layerName: window.sceneConfig.mpt.name, + requestVertexNormals: true, + }; + sgworld.Creator.sfsterrainprovider('mpt', option, '', true, ''); + + }, changeMenulayer() { this.isActive = !this.isActive; -- Gitblit v1.9.3