From 0496b4afa185e318a1e5f5a6ef467b14d776aa08 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Wed, 01 Feb 2023 14:27:53 +0800
Subject: [PATCH] 水文水环境分析-洪水淹没页面--实现点击水面弹出框中有当前页面的截图
---
config.json | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/config.json b/config.json
index 297e4ae..61c5d7f 100644
--- a/config.json
+++ b/config.json
@@ -549,7 +549,12 @@
"enableCompass": true,
"enableZoomControls": false,
"enableDistanceLegend": false,
- "enableCompassOuterRing": true
+ "enableCompassOuterRing": true,
+ "contextOptions": {
+ "webgl": {
+ "preserveDrawingBuffer": true
+ }
+ }
}
},
"widgetPool": {
--
Gitblit v1.9.3