From 0cbf795f21d787db7d6b29a59d81579a7a736ab8 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期五, 16 四月 2021 14:40:09 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/Constants.js | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/conf/Constants.js b/src/conf/Constants.js index 848d666..2b25457 100644 --- a/src/conf/Constants.js +++ b/src/conf/Constants.js @@ -4,11 +4,14 @@ POLYGON: 'polygon' } +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