Thomas Stocker
Thomas Stocker
I'm analysing the situation and it is very strange, I made a git bisect and the Skia.Sharp update introduced this behavior. What is really strange in Skia.Sharp there where no...
The reason the Bitmap Atlas does not work is that Skia Sharp does not Render the Full png File. It does not display certain parts. Will make a reproducible Sample...
Here is the link with SkiaSharp issue https://github.com/mono/SkiaSharp/issues/1981
I have here a pull request, that tries to Dispose all Disposable entries. This although makes the MapControl Disposable. Here the Timers should get disposed but I have to check....
I guess that you need to update Skia.Sharp to at least 2.88.0-preview.232. If this doesn't help could you create a reproduction sample.
Made an initial WinUI Pull request, with the changes mentioned by @Lee-Parker.
Here are the nuget packages of the pull request for feedback/testing https://ci.appveyor.com/project/pauldendulk/mapsui/builds/40909697/artifacts
I'm personally for it. But I have not a lot of code to change. I think It wouldn't be such a great change because I think not a lot of...
I think this could be achieved without too many changes in the samples. So the changes I have in mind are. 1. The online Source Stay as they are, but...
Proposed solution sounds good. For MVVM Mapsui nuget needs to be split up. Every dll should get it's own nuget package. The Main reason is that Mapsui Rendering has SkiaSharp...