派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-04-13 b2e95a2891ab7386c14cd2e0cd7a3a6b9de33887
src/components/helpers/WfsHelper.js
@@ -23,7 +23,7 @@
  }
  this.addLike = (property, literal) => {
    var filter = '<PropertyIsLike><PropertyName>' + property + '</PropertyName><Literal>' + literal + '</Literal></PropertyIsLike>'
    var filter = '<PropertyIsLike><PropertyName>' + property + '</PropertyName><Literal>*' + literal + '*</Literal></PropertyIsLike>'
    this.filters.push(filter)
  }