Open qzminski opened 3 years ago
The problem is that for LineString geometry type the stroke property contains a hex color, whereas Leaflet expects it to be a color and stroke to be a boolean value. Please correct me if I'm wrong.
LineString
stroke
color
The problem is that for
LineString
geometry type thestroke
property contains a hex color, whereas Leaflet expects it to be acolor
andstroke
to be a boolean value. Please correct me if I'm wrong.