派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-17 a2cf1dafa47139ef92135376db24ece72d2b51d2
1
2
3
4
5
export function createFlowLine (param) {
  const flowLine = window.L.polyline(param.points, param.option)
  flowLine.addTo(window.map)
  return flowLine
}