Paul den Dulk

Results 587 comments of Paul den Dulk

> I think a > GroupLayer:ILayer,IEnumable > is better than a > LayerCollection with group The idea of this setup is that in most cases users do not need to...

This seems to be a SkiaSharp bug. I reported it here: https://github.com/mono/SkiaSharp/issues/3233

Workarounds: - Set `MapControl.UseGPU = false;` in the MauiProgram.cs - And assume setting `MSIX` in the csproj will also fix it, but did not test this.

There is a SortFeatures on the ILayer where you can provide your own sort method.

> We've found some similar issues: > > * [[BUG] .Net MAUI 9.0 Windows platform application crashes when using the SKGLView control #3113](https://github.com/mono/SkiaSharp/issues/3113) , similarity score: 83% This one is...

This is probably the same issue: https://github.com/mono/SkiaSharp/issues/2968