ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
205 stars 61 forks source link

Polylines stutter on map move with higher zoom rate #19

Closed woehrl closed 6 years ago

woehrl commented 6 years ago

Hi Clemens, when using a zoom level >20 there's a significant lack in precision where the polylines are drawn. On map move the Polylines seem to stutter then. Do you have any hint how to make the drawing more precise? Best regards! Florian

ClemensFischer commented 6 years ago

This shouldn't be happening anymore with the latest version. Which version are you using?

woehrl commented 6 years ago

Thanks for your quick reply. I'm using the latest source, downloaded today. Is this problem connected with issue 17? Maybe the changes have not been applied to the WPF version of the control? I'm not using the UWP version. You can see the effect when changing the maxzoomlevel to 23 in the wpf demo: 127:

ClemensFischer commented 6 years ago

Ok, I thought you were asking about the UWP version. I guess there is not much you can do about these rounding errors. But I'll have a look.

ClemensFischer commented 6 years ago

Please check the latest version 4.8.0. There is no Nuget package available yet.

woehrl commented 6 years ago

Hi Clemens, just wanted to thank you a lot. This looks perfect! Best regards, Florian