Thomas Stocker
Thomas Stocker
https://github.com/mono/SkiaSharp/pull/2920 I think this pull request needs to be back ported
https://github.com/microsoft/CsWinRT/issues/1645 And this is the issue
@mattleibow, Yes I can confirm that it works now. (SkiaSharp.Views.WinUI 3.0.0 on WindoAppSDK 1.6)
I had a lock at the commiting Email Adresses and there are two EmaDozer Email addresses a real one and a norepley one, so for both email adresses the cla...
I ask an AI and this is the reponse: Solution Link Emails in GitHub Settings Ensure your real email and GitHub-provided noreply email are both added and verified in your...
I'll investigate using uno 6.0 as target
Pull request https://github.com/Mapsui/Mapsui/pull/3031
Had a look with QGis at the Stadtplan Layer, what I discovered is that it works but that it is very slow and had a lot of TimeOuts in Qgis,...
``` public async Task CreateMapAsync() { var map = new Map { CRS = "EPSG:2056" }; map.Layers.Add(await CreateLayerAsync()); map.Navigator.CenterOnAndZoomTo(new MPoint(2672155, 1251624), 500); return map; } public static async Task CreateLayerAsync()...
Is the red circle in the samples or can you provide a sample project which displays the behavior.