We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 });
The text was updated successfully, but these errors were encountered:
Hey @BobbyRuby I am sorry, I did not get your problem. Could you post a reproducible example to jsbin or some other service please?
Sorry, something went wrong.
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.
No branches or pull requests
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
});
The text was updated successfully, but these errors were encountered: