Paul den Dulk
Paul den Dulk
**The problem** We don't know what needs to be done to support AOT. Currently it does not seem to work: https://github.com/Mapsui/Mapsui/discussions/2317#discussioncomment-7801772. **The proposed solution** Investigate the problem. **Questions to answer**...
**The problem** When users get started they want an easy way to get everything setup they need. We would like to make that easy for the most common scenarios. We...
**The problem** `test-image-copier.cmd` only works on windows. **The proposed solution** - Convert it to powershell - Rename it to `Copy-Generated-Test-Images-Over-Original.ps1`
**The problem** We don't have a cross platform layer list. Users need to develop their own. It would be a lot easier to get a fully functioning app if we...
**The problem** We have to maintain two versions of some script (.sh and .cmd). This extra maintenance. We also use PowerShell scripts in other cases. So, we need to maintain...
**The problem** We have a lot of samples, in many cases there is no other documentation, so these samples are important and should be made easy to use. Users often...
**The problem** We don't have a good solution for a single file format that works smoothly on all platforms. **The solution** Add support for GeoParquet. **Alternative solutions** - No specific...
**The Problem** In the samples we create objects that need to be disposed. We can not dispose them in the CreateMapAsync method because they will be used after the method...
**The problem.** SkiaSharp has options to improve render quality but this impacts performance. Examples are the use of IsAntialias or FilterQuality. In some cases you want to the best quality,...
**The problem** Currently the registration and assignment of BitmapId is not very handy. Users need to do a couple of things, load a bitmap, register it and assign it to...