From c9c25dd594b58557d3b2f41acbad9de70d341c4f Mon Sep 17 00:00:00 2001 From: chenyabin <Chenab123!> Date: 星期四, 15 四月 2021 18:18:49 +0800 Subject: [PATCH] 右侧图片放大 --- src/conf/Constants.js | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index f78ac95..2b25457 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -4,13 +4,14 @@ POLYGON: 'polygon' } -export const PIPELINE_WFS = 'http://xearth.cn:8088/server/ogcserver/PipeLine2/wfs' +export const PIPELINE_WFS = 'http://xearth.cn:8088/server/ogcserver/PipeLine/wfs' export const logicMapper = { wasteGasPfk: 'WasteGas.js', wasteWaterPfk: 'WasteWater.js', - wasteSolidCcd: 'SolidWaste.js', - sewersAreaGs: 'Company.js' + wasteSolidCcd: 'WasteSolid.js', + sewersAreaGs: 'Company.js', + pipesegment: 'PipeLineAnimal.js' } export const STYLES = { -- Gitblit v1.8.0