Mapsui icon indicating copy to clipboard operation
Mapsui copied to clipboard

Mapsui is a .NET Map component for: MAUI, WPF, Avalonia, Uno, Blazor, WinUI, Xamarin and Eto

Results 309 Mapsui issues
Sort by recently updated
recently updated
newest added

**The problem** BaseFeature, PointFeature and RasterFeature are in the namespace of Mapsui.Layers. IFeature is in namespace Mapsui. **The proposed solution** This objects should be in namespace Mapsui.Features like FeatureId and...

design discussion

**Mapsui Platform** MAUI, Blazer (Web samples) https://mapsui.com/samples/ Category: **Styles** Sample: **ThemeStyle on shapefile** **Describe the bug** Countries are hidden when they're not in the viewport anymore and showed again once...

enhancement

**Mapsui Version** 5 beta 1, 5 beta 2 **Mapsui Platform** Blazor **Device** Windows 10, Microsoft Edge browser. **Describe the bug** When publishing a blazor project with AOT disabled, mapsui map...

I'm using RasterizingLayer in my project and I have a test button that adds features to the layer within RasterizingLayer. I've found that the renderer implementing ISkiaStyleRenderer is working fine,...

performance

https://github.com/Mapsui/Mapsui/assets/93271991/bf2cadb8-1851-4e36-b0f9-f45a054f604b **Mapsui Version** 4.1.7 **Mapsui Platform** WPF **Device** Windows **Describe the bug** I discovered a weird behavior where the zoom is laggy if the MapControl is in a TabItem of...

bug 🐛

**The problem** The current design needs a simplification and clear responsibilities wrt disposing. **The proposed solution** - The Map is currently IDisposable. It should stay IDisposable but will get more...

enhancement
design discussion

4.1.7 Winui Windows Upgrade VS and start the app without other modifications the app crashes. **Expected behavior** No crash **Screenshots** **Additional context** comment out mapcontrol and app just starts without...

Add groups to LayerCollection. This was done with a LayerEntry private class with Layer, Order and Group fields. This way the ILayer did not have to be altered. The order...

Use Git Lfs for Regression png and sqlite Files I used following git lfs commands ``` git lfs install git lfs track "Tests/Mapsui.Rendering.Skia.Tests/**/*.png" git lfs track "Tests/Mapsui.Rendering.Skia.Tests/**/*.sqlite" git lfs migrate...

Color Parse can now parse Known Colors like for example Magenta (This was possible in Mapsui 4.0)