From d64a41f77efcdaf5565bdb34206b00e231bfa66b Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 07 四月 2021 17:12:08 +0800 Subject: [PATCH] 修改图层控制配置 --- src/conf/MapConfig.js | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 8f95cd8..4dff288 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -3,6 +3,7 @@ import { LayerSewersPoint } from './layers/LayerSewers' import { LayerTopic } from './LayerTopic' import { LayerPipeLine } from './LayerPipeLine' +import { LayerBasin } from './layers/LayerBasin' const curWwwPath = window.document.location.href const pathname = window.document.location.pathname @@ -42,7 +43,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerPipeLine, LayerTopic], + LayerSewersLine: [LayerBasin, LayerTopic, LayerPipeLine], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0