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 }