派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-07 48f5ceebb86c2341010cc17d2298eb694afa0822
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)
  }