From 9268216bd60942e53fb42b1b7e88c7ae78fa92d2 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期二, 13 四月 2021 11:09:57 +0800 Subject: [PATCH] 废气图表 --- src/conf/MapConfig.js | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index a89c954..6e6ea34 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -1,6 +1,5 @@ 锘縤mport * as L from 'leaflet' import TDT from './TDT' -import { LayerSewersPoint } from './layers/LayerSewers' import { LayerTopic } from './LayerTopic' import { LayerBasin } from './layers/LayerBasin' @@ -42,8 +41,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerBasin, LayerTopic], - layerSewersPoint: LayerSewersPoint + LayerSewersLine: [LayerBasin, LayerTopic] } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0