From 97b29aa4d2ede5962091e1e938649773b56fc090 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期五, 09 四月 2021 15:45:27 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/MapConfig.js | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 4dff288..a89c954 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -2,7 +2,6 @@ import TDT from './TDT' import { LayerSewersPoint } from './layers/LayerSewers' import { LayerTopic } from './LayerTopic' -import { LayerPipeLine } from './LayerPipeLine' import { LayerBasin } from './layers/LayerBasin' const curWwwPath = window.document.location.href @@ -43,7 +42,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerBasin, LayerTopic, LayerPipeLine], + LayerSewersLine: [LayerBasin, LayerTopic], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0