Paul den Dulk

Results 81 issues of 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**...

enhancement

**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...

enhancement
design discussion
help-wanted

**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`

maintenance
help-wanted

**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...

enhancement
help-wanted

**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...

enhancement

**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...

enhancement

**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...

enhancement
design discussion
help-wanted

**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...

design discussion

**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,...

design discussion

**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...

enhancement