派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-03-29 b4c2a72c10bccf6e9a98d0d276ace3db6a21afd5
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)
  }