派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-14 0a273cb065667c4081fc56a3b212058d1557e91d
src/conf/MapConfig.js
@@ -11,7 +11,7 @@
// service主机配置
// const APP_GIS_HOST = 'http://xearth.cn:6299'
const APP_GIS_HOST = 'http://xearth.cn:8088'
const PIPELINE_WFS = APP_GIS_HOST + '/server/ogcserver/PipeLine2/wfs'
// 自定义主机配置
const BLUEMAP_HOST = APP_GIS_HOST // 公司发布的地图服务,用于测试的地址
@@ -80,7 +80,8 @@
  mapOptions,
  mapConfig,
  TokenConfig,
  BLUEMAP_HOST
  BLUEMAP_HOST,
  PIPELINE_WFS
  // mapTokenArray
  // MagicMaker
}