Open BobbyRuby opened 4 years ago
Hey @BobbyRuby I am sorry, I did not get your problem. Could you post a reproducible example to jsbin or some other service please?
Not really an issue per say.. when I use L.Polyline.Arc... it doesn't draw an Arc... just a polyline? Google Chrome using Windows.
Please help me understand wtf I'm doing wrong.
var cdpSpan = new L.Polyline.Arc(pointFrom, pointTo, { color: 'blue', weight: 2.5, opacity: 1, smoothFactor: 1, interactive: false, vertices: 200 });