Paul den Dulk

Results 569 comments of Paul den Dulk

Is that really exactly the same error, with the same stack trace, or a similar one? I took some more time looking into this and I can not see how...

This would be a useful thing to add. I think it is not super simple to do with SkiaSharp. It needs some font measuring. Current labels use the old text...

> The disadvantage is, that you need an information for what the sprite is used. I don't understand the problem. There is some kind of image and this image can...

We have tests where we generate an image. Such tests need to check if the layer is done loading. We currently have no good mechanism for this so this is...

Also there is this extension method: ```cs await map.Layers.WaitForLoadingAsync(); ``` Here a related question https://github.com/Mapsui/Mapsui/discussions/3215

I see the geometry collection sample is also failing. This is a different kind of problem. It shows both polygons and linestring. The polygons have an outline, but since the...

There about six such failed tests. What you should do it inspect them individually and decide if you could update the image or need to alter the test.

I updated the documentation: https://mapsui.com/v5/rendering-tests/?h=test Tell me if this does not work for you.

> The one issue is that we are in a situation where no matter which direction we go, the results won't be the same. Yes, I did realize that. It...