From f973e3d981ba63eb660f2fc9ab3bc6ee60eaaa66 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期五, 09 四月 2021 10:31:18 +0800 Subject: [PATCH] 修改图层配置 --- src/conf/MapConfig.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/conf/MapConfig.js b/src/conf/MapConfig.js index 9620d76..a89c954 100644 --- a/src/conf/MapConfig.js +++ b/src/conf/MapConfig.js @@ -2,7 +2,7 @@ import TDT from './TDT' 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 +26,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 +42,7 @@ IntranetBaseMaps: TDT.intranet, InternetBaseMaps: TDT.internet, Layers: { - LayerSewersLine: [LayerPipeLine, LayerTopic], + LayerSewersLine: [LayerBasin, LayerTopic], layerSewersPoint: LayerSewersPoint } // 姹¢洦姘村浘灞傞厤缃� } -- Gitblit v1.8.0