派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-30 9a7d9b9b6058a0a601cb1e8c9ba4565ce2d3c985
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)
  }