Paul den Dulk

Results 616 comments of Paul den Dulk

ah, this is at a really low level. You subclassed the HttpTileSource which is part of BruTile. The Encode() returns a png. You could store it to disk as a...

The problem is that you used two different accounts in your commits. ![image](https://github.com/user-attachments/assets/dd9dcc3a-108a-4c6b-9c3f-58c2cec732f3) To resolve this your could have squashed the commits into one and created a new PR, but...

I checked out your branch to inspect the performance. It is not different from what I expected. In general performance can be improved, but that is on ongoing thing that...

Perhaps you are primarily referring to the lagginess that you see when zooming in deeper and deeper. Panning a bit while you are there is fast, but that is not...

This will improve the RasterTileLayer performance https://github.com/Mapsui/Mapsui/pull/2947

Moved the code in this PR into this PR: https://github.com/Mapsui/Mapsui/pull/3228

We do not have any specific code for Mac Catalyst in Mapsui, so this is likely a problem with the components we are using. Could be MAUI or SkiaSharp. Looking...

If you want to investigate this further you could clone SkiaSharp and open one of the project in `.\samples\Basic\Maui\` and add a mousewheel event handler there.

Closing this. It would be a feature request for SkiaSharp.

We could also create our own attributes, even when they don't generate an actual warning it could help to make the code easier to read: ```csharp internal sealed class BitmapImage([TakesOwnership]...