Thomas Stocker
Thomas Stocker
Mapsui.Tiling (Brutile Dependency) Mapsui.Nts (NetTopology Dependency) Mapsui.Rendering.Skia (Skia.Sharp Dependency) Mapsui.ArcGis (Brutile Dependency) Maybe Mapsui could become Mapsui.Core or something simular and Mapsui nuget package references Mapsui.Tiling nts rendering. arcgis ......
@charlenni This is an area where I don't have much expertise. But I like the General idea. I think this is the way how Games are rendered so that no...
You can define a Property as protected string MyProperty {get;} and the this can be set in the Constructor. // So this is the readonly equivalent of private string readonly...
@charlenni Have you some pseudo Code or Code where I can see how this protected fields would be used?
Yes I saw the problem with the Styles too, I have to think about it. Maybe (Extension) Methods for every property like ResolvedBackgroundColor that don't return nullable values but good...
Is released. https://www.nuget.org/packages/Mapsui.WinUI/4.0.0-beta.5
Main changes. 1) Updated sqlite so that it works on Windows Arm64. 2) Fixed Label Transformation Bug the Coordinates where transformed but not the center point. 3) Fixed Tiling of...
I discovered that the Symbol Rendering is not Multithreading save so. I fixed some Multithreading Bugs but in the end I render only one Tile at a time with the...
> It looks like featureSearchGrow has a similar purpose as MemoryLayer.SymbolSize (or RasterizingLayer.SymbolSize or StackedLabelProvider.SymbolSize). SymbolSize was more like a workaround than a real solution, but we should try to...
> It is more about screen pixel sizes than about geographical sizes. It is important which size in screenpixels the symbol has. If you want to use geographical sizes, you...