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 **
Hi,
Here is a small project that draw lines from a set of points with double coords. The line ending point does not always matche the starting point of the next line (materialized by a color change and a small circle. On ma machine, You can see this on the center most point.
Also another little issue : is ellipse draw fullu off screen shows up on the side of the drawing.