Paul den Dulk

Results 81 issues of Paul den Dulk

Updating to the lastest skiasharp broke bitmap atlas in this PR: https://github.com/Mapsui/Mapsui/pull/1553/files It can be seen in the images: -Tests/Mapsui.Rendering.Skia.Tests/Resources/Images/Original/bitmap_atlas.png -Tests/Mapsui.Rendering.Skia.Tests/Resources/Images/Regression/AtlasSample.Regression.png The update was necessary to get the project to...

bug 🐛
possible-bug-in-dependency

Currently there is only one documentation set which corresponds to current master (beta v4, not v3). We should push separate documentation sets for each release. To support v3 we should...

enhancement

### What to optimize? There are lots of places in our code where we could optimize for performance but usually only a small part really matters for performance. That part...

design/roadmap

A DataSource is meant to directly access the source of the data. Usually this is a web request but could also be a database read, so it is something that...

design/roadmap

### Mapsui samples Mapsui has a setup for samples where all samples implement the ISample interface, through reflection all samples are loaded and are added to the samples apps on...

design/roadmap

At some point I would like to to change to license of this project to MIT. For this some things need to be done. - Rewrite parts of the code....

enhancement

Below is a proposal originating from another thread. Other options can be discussed, but note, there are a lot of things to take into account. --------------- ```c# public interface ILayerCollection...

design discussion

This allows automatic downloading of the source code which makes debugging much easier. I don't know anything about the other two red crosses, it would look better if we could...

enhancement

Felix Obermaier of NTS reviewed Mapsui.Nts. This issue is to create further actions from it. ### Review First let me answer your questions. > * It is not possible to...

design discussion

### How to go about nullability? With the nullability checks added we are forced to think more about nullability. How I look at it now: - It is better for...

design discussion