From 07a0b054953d628a1e4b34c88b974166927ea62d Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期二, 30 三月 2021 11:37:46 +0800 Subject: [PATCH] 弹框修改 --- src/conf/MapConfig.js | 20 +++++++++++++++++++- 1 files changed, 19 insertions(+), 1 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 31dcaf9..1326a16 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -42,7 +42,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerSewersLine, LayerWasteWater, LayerWasteWater, LayerWasteGas, LayerSolidWaste], + LayerSewersLine: [LayerSewersLine, LayerWasteWater, LayerWasteGas, LayerSolidWaste], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� } @@ -61,9 +61,27 @@ } } +/** + * + */ +// const MagicMaker = { +// Current: 'vanishIn', +// ARRAY: [ +// 'twisterInDown', 'twisterInUp', 'swap', +// 'puffIn', 'vanishIn', +// 'openDownLeftReturn', 'openDownRightReturn', 'openUpLeftReturn', 'openUpRightReturn', +// 'perspectiveDownReturn', 'perspectiveUpReturn', 'perspectiveLeftReturn', 'perspectiveRightReturn', +// 'slideDownReturn', 'slideUpReturn', 'slideLeftReturn', 'slideRightReturn', +// 'swashIn', 'foolishIn', +// 'tinRightIn', 'tinLeftIn', 'tinUpIn', 'tinDownIn', +// 'boingInUp', +// 'spaclInUp', 'spaceInRight', 'spaceInDown', 'spaceInLeft'] +// } + export default { mapOptions, mapConfig, TokenConfig, BLUEMAP_HOST + // MagicMaker } -- Gitblit v1.8.0