From fe75531a7d0af1882f30f34c25cd26514d1e2df0 Mon Sep 17 00:00:00 2001 From: zhangshuaibao <15731629597@163.com> Date: 星期五, 09 四月 2021 10:25:26 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/MapConfig.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 9620d76..4dff288 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -3,6 +3,7 @@ import { LayerSewersPoint } from './layers/LayerSewers' import { LayerTopic } from './LayerTopic' import { LayerPipeLine } from './LayerPipeLine' +import { LayerBasin } from './layers/LayerBasin' const curWwwPath = window.document.location.href const pathname = window.document.location.pathname @@ -26,7 +27,7 @@ // center: [26, 104], center: [38.828558921813965, 117.41676807403564], // center: [29.454345703125, 113.40362548828125], - zoom: 14, + zoom: 5, worldCopyJump: true, inertia: true, zoomControl: false, @@ -42,7 +43,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerPipeLine, LayerTopic], + LayerSewersLine: [LayerBasin, LayerTopic, LayerPipeLine], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0