elfalem / Leaflet.curve

A Leaflet plugin for drawing Bézier curves and other complex shapes.
Other
217 stars 52 forks source link

Why do curves turn into dashed lines when the map zooms out? #71

Open wanggouzi opened 4 months ago

wanggouzi commented 4 months ago

image hello~ I dont know where to set line style,i want the line is solid line or anyone knows?Thx

wanggouzi commented 4 months ago

i know the reason,i use animations.but i still dont know how to solve this.

elfalem commented 4 months ago

Can you share the code you use to draw those lines?

wanggouzi commented 4 months ago

Can you share the code you use to draw those lines?

thank you.sure.This is my code image

wanggouzi commented 4 months ago

Can you share the code you use to draw those lines?

thank you.sure.This is my code image

getTwoPointCurve is to get linePoints, getColor is to get a random color

elfalem commented 4 months ago

Is the issue still present if the line is not animated? (by the way, in your animate object easting should be easing)

wanggouzi commented 4 months ago

No。It will be solid if i dont use animate

wanggouzi commented 4 months ago

I am so happy you can reply to me .I really dont know why it happens, I've also seen previous issues,but the problem still arises