From 0df1b9e7efbf4204c0d87d3018c41b6214f53489 Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期五, 14 五月 2021 11:16:43 +0800 Subject: [PATCH] 图例部分图标替换 --- src/conf/MapConfig.js | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index e125556..d41d182 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -2,6 +2,8 @@ import TDT from './TDT' import { LayerTopic } from './LayerTopic' import { LayerBasin } from './layers/LayerBasin' +import { LayerEmergency } from './LayerEmergency' +import { LayerPlate } from './layers/LayerPlate' const curWwwPath = window.document.location.href const pathname = window.document.location.pathname @@ -41,7 +43,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerBasin, LayerTopic] + LayerSewersLine: [LayerBasin, LayerPlate, LayerTopic, LayerEmergency] } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0