派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-18 684703a4dcaca924183442e1325de39df616abdc
src/conf/layers/LayerFsss.js
@@ -13,15 +13,14 @@
      name: '管段',
      sname: '管段',
      checked: false,
      minZoom: 15,
      wfs: WFS_URL + '?TYPENAME=管段'
      wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipesegment&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=orgname=\'巴陵石化\''
    },
    {
      code: 'fourlink',
      name: '四通',
      sname: '四通',
      checked: true,
      minZoom: 15,
      minZoom: 16,
      wfs: WFS_URL + '?TYPENAME=四通',
      icon: 'sewers/四通.png'
    },
@@ -30,7 +29,7 @@
      name: '三通',
      sname: '三通',
      checked: false,
      minZoom: 15,
      minZoom: 16,
      wfs: WFS_URL + '?TYPENAME=三通',
      icon: 'sewers/三通.png'
    },
@@ -38,7 +37,7 @@
      code: 'piperack',
      name: '管架(墩)',
      sname: 'PipeRack',
      minZoom: 10,
      minZoom: 16,
      wfs: WFS_URL + '?TYPENAME=管架',
      checked: false
    },
@@ -46,7 +45,7 @@
      code: 'pipegallery',
      name: '管廊(带)',
      sname: 'PipeGallery',
      minZoom: 10,
      minZoom: 16,
      wfs: WFS_URL + '?TYPENAME=管廊',
      checked: false
    },
@@ -69,7 +68,7 @@
      code: 'elbow',
      name: '弯头',
      sname: '弯头',
      minZoom: 10,
      minZoom: 16,
      checked: false,
      wfs: WFS_URL + '?TYPENAME=弯头',
      icon: 'sewers/弯头.png'