Paul den Dulk
Paul den Dulk
I have recently been testing with WinUI and the bug mentioned above was the only one I ran into, which is a bug in WinUI (there is no reason there...
I have seen such issues in the past and then they could be fixed by deleting all bins and objs. Close VS and run `scripts\DeleteBinAndObjFolders.ps1` in the sln folder.
Mapsui 4.1.8 was released to fix this: https://github.com/Mapsui/Mapsui/releases/tag/4.1.8
@inforithmics Sorry, I messed up. In my memory the `Color.` fields were an enum, but they are static fields and there is no simple general way to parse them. I...
# Analysis It is counter intuitive that the application gets slower when only one tile needs to be rendered. It should be faster. In fact when zooming out maximally the...
I updated the sample to the most minimal things needed to reproduce the problem. The essential thing is the high number of refresh calls. They are now at 1 million...
I intended to add further improvements as suggested but I did not find time for it. So, I will merge this now and improve on it later. The coordinate system...
Also see https://www.youtube.com/watch?v=xZxwlisfeK0&t=20s
I am going to close this. Please create a new issue if you find something like this in a recent version.
Some more questsions: - The checklist in the top comment mentions: 'Maui MapView (Crashes at startup, because Svg.Skia is used to draw symbols)'. I assume this was fixed? - All...