From 2a99c0727f88565eb2b8c0beeb609618413ff3b0 Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期一, 29 三月 2021 09:45:45 +0800
Subject: [PATCH] 文件整合,重新分弹框

---
 src/conf/MapConfig.js |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js
index 8e502d3..0b6c329 100644
--- a/src/conf/MapConfig.js
+++ b/src/conf/MapConfig.js
@@ -1,6 +1,7 @@
 锘縤mport * as L from 'leaflet'
 import TDT from './TDT'
 import { LayerSewersLine, LayerSewersPoint } from './LayerSewers'
+import { LayerWasteWater } from './LayerWasteWater'
 const curWwwPath = window.document.location.href
 const pathname = window.document.location.pathname
 const pos = curWwwPath.indexOf(pathname)
@@ -8,7 +9,7 @@
 
 // service涓绘満閰嶇疆
 // const APP_GIS_HOST = 'http://xearth.cn:6299'
-const APP_GIS_HOST = 'http://xearth.cn:6289'
+const APP_GIS_HOST = 'http://xearth.cn:8088'
 
 // 鑷畾涔変富鏈洪厤缃�
 const BLUEMAP_HOST = APP_GIS_HOST // 鍏徃鍙戝竷鐨勫湴鍥炬湇鍔★紝鐢ㄤ簬娴嬭瘯鐨勫湴鍧�
@@ -37,7 +38,7 @@
   // defaultBasemapCode: 'tianditu_img', // 榛樿鏄剧ず 鍦板浘绫诲瀷
   IntranetBaseMaps: TDT.intranet,
   InternetBaseMaps: TDT.internet,
-  Layers: { LayerSewersLine: [LayerSewersLine], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃�
+  Layers: { LayerSewersLine: [LayerSewersLine, LayerWasteWater], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃�
 }
 
 /**
@@ -54,9 +55,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