Paul den Dulk

Results 547 comments of Paul den Dulk
trafficstars

This means the bug should also exist in the plain WinUI target. This one: https://github.com/Mapsui/Mapsui/tree/main/Mapsui.UI.WinUI. I can test that next week. It might also be related to the SkiaSharp control...

I tested it on plain WinUI but I do not see there problem there. The Mapsui code is 100% shared between Mapsui.WinUI and Mapsui.Uno.WinUI, so it is somehow related to...

We also have a Uno warning: Uno0001 PointerWheelChanged is not implemented in Uno. My original thought that this applies to iOS and Android, but perhaps it is related to this...

I pasted in the code as you suggested but see no difference. The next thing would be to make a minimal sample without Mapsui and only the SkiaViews and a...

Any plans on how to proceed on this issue?

BruTile 6.0.0-beta.1 has not been integrated in any Mapsui version yet. There are breaking changes so this won't work.

You added your personal api key? Perhaps I should request an api key for the demo.

The interface of those versions is not compatible with the previous ones. Such an upgrade requires an update to DotSpatial.Plugins.BruTileLayer itself. To make this easier to users we should set...

Thanks for providing the Sentry feedback, those kind of tools help to fix hard to find bugs. Mapsui works with nullability enabled and we do not check for null if...

Some more thoughts. - Do you bind the ConcurrentBag using the MAUI toolkit? I had a case where during initializing a bound field was briefly set to null an back...