派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-10 4b9b76e141865b150cd2fdba139f9a80b39dc7e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
const defaultLineStyle = {
  fill: true,
  weight: 3,
  fillColor: '#73b2ff',
  color: '#73b2ff',
  fillOpacity: 0.2,
  opacity: 1,
  dashArray: '5,5',
  dashSpeed: -5,
  size: [20, 20]
}
 
const customStyles = {
  pipeline: {
  }
}
 
export default {
  defaultLineStyle,
  customStyles
}