派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-04-29 50d75925879204c7804ac20f94b25e84cec450dd
src/conf/MapConfig.js
@@ -11,7 +11,6 @@
// 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 // 公司发布的地图服务,用于测试的地址
@@ -23,9 +22,10 @@
  minZoom: 3,
  maxZoom: 17,
  // center: [26, 104],
  center: [38.828558921813965, 117.41676807403564],
  // center: [29.454345703125, 113.40362548828125],
  center: [34.828558921813965, 117.41676807403564],
  zoom: 5,
  // center: [32.25853085517883, 118.78592848777771],
  // zoom: 15,
  worldCopyJump: true,
  inertia: true,
  zoomControl: false,
@@ -80,8 +80,7 @@
  mapOptions,
  mapConfig,
  TokenConfig,
  BLUEMAP_HOST,
  PIPELINE_WFS
  BLUEMAP_HOST
  // mapTokenArray
  // MagicMaker
}