From bfa365c0403e8e97f4845b946ca93890ca67740d Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期一, 12 四月 2021 17:29:40 +0800 Subject: [PATCH] echar修改废气 --- src/conf/MapConfig.js | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 8f95cd8..6e6ea34 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -1,8 +1,7 @@ 锘縤mport * as L from 'leaflet' 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 const pathname = window.document.location.pathname @@ -42,8 +41,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerPipeLine, LayerTopic], - layerSewersPoint: LayerSewersPoint + LayerSewersLine: [LayerBasin, LayerTopic] } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0