I am using the drawline primitive to segments of polylines. Somehow the end point of each segment does not exactly match the startpoint of the next segment. This is of course only visible when zooming enough but on my app (routing app) the map is often zoomed in quite deep, so the discrepancies are visible. I have looked into my code several times, and can't find where it is wrong. I have updated to the latest version (1.0.8) but the issue is still there.
Is there any way to fix this?
Comments: ** Comment from web user: El_Tuby **
Is there any way to fix this?
Comments: ** Comment from web user: El_Tuby **
note : I changed after posting one of the points coords from 143+rnd() to -143+rnd() to avoid a line go straight along the edge of the ellipse, make thing not so visible.
Also another little issue : when ellipse is drawn fully off screen, it shows up on the side of the drawing.
(sorry for double posting, but I don't know how to update a comment)