派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-04-01 be0088bf6b5a2c1560058ec42d53849cb1f303dd
Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
2个文件已修改
15 ■■■■ 已修改文件
src/conf/layers/LayerArea.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerHbss.js 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerArea.js
@@ -14,8 +14,7 @@
      sname: '公司', // 表名
      checked: true, // 默认选中状态
      url: WFS_URL + '?TYPENAME=公司',
      minZoom: 10, // 在指定级别显示
      childLayer: 'fsss,hbss' // 关联PointLayers
      minZoom: 10
    },
    {
      code: 'sewersAreaMt',
@@ -23,8 +22,7 @@
      sname: '码头',
      checked: true, // 默认选中状态
      wfs: WFS_URL + '?TYPENAME=码头',
      minZoom: 10,
      childLayer: 'fsss,hbss' // 关联PointLayers
      minZoom: 10
    },
    {
      code: 'sewersAreaZz',
src/conf/layers/LayerHbss.js
@@ -15,7 +15,7 @@
      checked: true,
      minZoom: 10,
      wfs: WFS_URL + '?TYPENAME=窨井',
      icon: 'sewers/四通.png'
      icon: 'sewers/窨井.png'
    },
    {
      code: 'ybz',
@@ -24,7 +24,7 @@
      checked: false,
      minZoom: 10,
      wfs: WFS_URL + '?TYPENAME=雨篦子',
      icon: 'sewers/三通.png'
      icon: 'sewers/雨篦子.png'
    },
    {
      code: 'fht',
@@ -40,7 +40,8 @@
      sname: '集水池',
      minZoom: 10,
      wfs: WFS_URL + '?TYPENAME=集水池',
      checked: false
      checked: false,
      icon: 'sewers/集水池.png'
    },
    {
      code: 'jlz',
@@ -64,7 +65,7 @@
      minZoom: 10,
      checked: false,
      wfs: WFS_URL + '?TYPENAME=隔油池',
      icon: 'sewers/阀门.png'
      icon: 'sewers/隔油池.png'
    }
  ]
}