Mapsui
Mapsui copied to clipboard
Mapsui is a .NET Map component for: MAUI, WPF, Avalonia, Uno, Blazor, WinUI, Xamarin and Eto
Removed line that overwrote "style.Outline", if it was set in the switch-case block. Also improved code comments that did not match the code. Did not create an issue, because it's...
Removed SkPaint Instance in LabelStyleRenderer. Reasons: 1) It is not ThreadSafe, all render processes access the same instance 2) It is not disposed. 3) Cleanup before I replace Obsolete Apis...
Following schemas are added in this pull request: svg:// svg string image:// binary image encoded as base64 (could be an svg string encoded as base64)
Fixed Warnings: Some where real issues and some where Analyzer Bugs so I suppressed them
**The problem** Until 4.1 the class Sprite was for holding a small part of a bigger bitmap. This sprite could be used for symbols or for brushes. You don't have...
**Mapsui Version** 4.1.8-beta-1/4.1.7/4.1.6 **Mapsui Platform** .net for iOS **Device** Simulators and iphone 15 **Describe the bug** There's an issue with registering map touches in widgets. The problem occurs on the...
Hello! I'm using Mapsui Version 4.1.7 wpf and Windows 10. I exported MyMapControl.Map.Layers with Mapsui.Rendering.Skia.MapRenderer().RenderToBitmapStream(MyMapControl.Map.Navigator.Viewport, MyMapControl.Map.Layers,MyMapControl.Map.BackColor); In general that works well, but if I use data as PictureFeature in Features...
**Mapsui Version** 4.1.7 **Mapsui Platform** WPF **Device** Windows **Describe the bug** Relative small shapes cause the map to be laggy. I use RasterizingTileLayer with SqlitePersistentCache and without projection between map...
**Mapsui Version** 4.1.7 **Mapsui Platform** Uno. Works when targeting ios, but I get errors when building for WinAppSDK. `XamlCompiler error WMC0001: Unknown type 'MapControl' in XML namespace 'clr-namespace:Mapsui.UI.WinUI;assembly=Mapsui.UI.Uno.WinUI' **Device** Windows...
**The problem** What should I do to create Custom calllout,Just like the effect in the picture 