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

Depends on https://github.com/Mapsui/Mapsui/pull/2499 With this PR there are these options: ```csharp public enum ShowLoggingInMap { Always, WhenDebuggerIsAttached, Never, } ``` WhenDebuggerIsAttached is the default. When the Mapsui nuget package is...

**Mapsui Version** 4.1.2 **Mapsui Platform** Avalonia, I haven't tested on any other platforms **Device** Linux (Ubuntu 20.04) **Describe the bug** When scrolling to zoom sometimes it gets stuck going in...

I removed the IDisposable Interface from Map: I avoid Memory Leaks by Implementing Weak Event Pattern for the Events in the Layer so The Dispose does not to be called...

I would like to add diagonal style fill on a solid color background. That is to say, I want to overlay the following two styles together, but VectorStyle.Fill seems to...

question
docs-need-update

**Mapsui Version** 4.1.3 **Mapsui Platform** WinUI **Device** Windows 11 build 22621.3007 **Describe the bug** Wrap a Layer in a RasterizingTileLayer. Consider the following code ```csharp Map _map = new(); Layer...

**Mapsui Version** Changeset Feb 11, 2024, 08:88 e41e3536fd58417dc84099c13038bf0bc8bbc69b **Mapsui Platform** Wpf **Device** Windows **Describe the bug** In a WPF application, I implemented a widget with dragging features capabilities (according to...

possible-bug

QUESTION: Is there a way to make the Map Tile (I am using the world.mbtiles) wrap so that if I scroll left I can scroll around the world just like...

enhancement

**The problem** - The ILayer.Style is a single item while the IFeature.Styles is a collection. That is odd. - The default layer style is a [common confusion](https://mapsui.com/documentation/faq.html#how-can-i-get-rid-of-the-white-dots-or-black-lines) for users that...

enhancement

I try to draw some more colorful line on the map but failed,it looks like it's not even supported in SKPath with SKPaint. Like this, use to show administrative boundaries...

question