Leaflet.MultiOptionsPolyline icon indicating copy to clipboard operation
Leaflet.MultiOptionsPolyline copied to clipboard

Append new point to polylne

Open tikky opened this issue 6 years ago • 0 comments

Hello,

I have a multicolor polyline. Works as expected.

Now I would like to add a new point to my polyline. I am trying to use syntax, like for regular polyine however this won't work: polyline.addLatLng([lat, long]);

What is a proper syntax to do that?

tikky avatar Feb 15 '19 10:02 tikky