Paul den Dulk
Paul den Dulk
There is a misunderstanding. You say "the created Resolutions[0] shouldn't be bigger than the Extent of the TileSchema". That is correct, it should not be bigger. But it is bigger...
Thanks you very much for you complete reproducible sample! I can reproduce it on my machine. There is no stack trace unfortunately.  I modified the sample to replace the...
aha, well, then I think this is enough to submit as a bug to [skiasharp](https://github.com/mono/SkiaSharp). Even when it is not a bug it is good to hear their feedback.
@itoledo Thank you very much for the workaround and the sample! There is now a skiasharp bug reported by @joshminor over [here](https://github.com/mono/SkiaSharp/issues/1315). Give it a thumbs up, subscribe and make...
Let me put some emphasis on your workaround: # There is a Workaround! Just create an empty page and use it as an "interstitial" page to your second map. Have...
I assume the purpose is use Mapsui as part of .NET Core 3.0 WPF project. In that case Mapsui.UI.Wpf needs to be compiled as .NET Core 3.0. Currently Mapsui.UI.Wpf is...
As a workaround you could copy the 4 files of Mapsui.UI.Wpf into your own .NET Core 3 project. The rest of Mapsui could be added as nuget package. It would...
@CyLuGh you need to copy those files from the [2.0 branch](https://github.com/Mapsui/Mapsui/tree/2.0). That will resolve the missing MouseWheelAnimation. The FlingTracker is in a shared project. This is a complication. I think...
Yes, that would be interesting. Apparently very few changes are needed in the code. Are there any other issues you run into. What things we need to consider? What could...
Perhaps it is just supported off the shelf box by docfx (which we use): https://dotnet.github.io/docfx/spec/docfx_flavored_markdown.html?tabs=tabid-1%2Ctabid-a Here they mention #region under csharp.