From 725201fe7dc72061c7a19c1ebb5f3c56f78da02e Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期二, 06 四月 2021 18:10:14 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/MapConfig.js | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 704279b..9620d76 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -1,14 +1,8 @@ 锘縤mport * as L from 'leaflet' import TDT from './TDT' import { LayerSewersPoint } from './layers/LayerSewers' -import { LayerWasteWater } from './layers/LayerWasteWater' -import { LayerSolidWaste } from './layers/LayerSolidWaste' -import { LayerWasteGas } from './layers/LayerWasteGas' -import { LayerPipeLine } from './layers/LayerPipeLine' -import { LayerArea } from './layers/LayerArea' -import { LayerPk } from './layers/LayerPk' -import { LayerFsss } from './layers/LayerFsss' -import { LayerHbss } from './layers/LayerHbss' +import { LayerTopic } from './LayerTopic' +import { LayerPipeLine } from './LayerPipeLine' const curWwwPath = window.document.location.href const pathname = window.document.location.pathname @@ -48,7 +42,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerPipeLine, LayerFsss, LayerHbss, LayerArea, LayerPk, LayerWasteWater, LayerWasteGas, LayerSolidWaste], + LayerSewersLine: [LayerPipeLine, LayerTopic], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0