派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-07 7b2f20f1299306f087d89aa202b52708df7ec4e6
src/conf/Styles.js
@@ -1,12 +1,12 @@
const defaultLineStyle = {
  fill: true,
  weight: 2,
  weight: 3,
  fillColor: '#73b2ff',
  color: '#73b2ff',
  fillOpacity: 0.2,
  opacity: 1,
  dashArray: '10,4',
  dashSpeed: -10,
  dashArray: '4,4',
  dashSpeed: -5,
  size: [20, 20]
}