Paul den Dulk
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...
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...
### 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...
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...
### 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...
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....
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...
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...
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...
### 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...