Paul den Dulk
Paul den Dulk
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...
**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...
**The problem** The ILayers need to be disposed. Calling Dispose on the Map does not Dispose the layers. This is because: - The layer could be reused in another Map...
*Note: This is an idea which might be hard to realized, perhaps impossible. Still I think it is good way to think about this problem because it is a clear...
**The problem** The EditingWidget is not functioning properly. I think only in WPF and Blazor work correctly. **Analysis** I don't want to spend too much time on writing this issue,...
We currently have the animated bus sample. An improved version could use an recorded GPS track. Preferably a circular one. If a user has track that we could use I...
**The Problem** Mapsui has its own Color class. The class was introduced back in the days of PocketPC and Silverlight. Back then not all platforms had System.Drawing.Color. Drawbacks: - We...
**The problem** A common requirement for map display is to be able to specify the order in which features are drawn. For instance, when drawing cities you may want to...
### Use more shared code in handling touch and mouse Currently all platforms have different implementations, which are also very different in nature. What we are looking for is a...
**Mapsui Version** 4.0.0-rc.2 **Mapsui Platform** Blazor **Device** Mac (perhaps also on Linux) **Describe the bug** Highly sensitive zoom when using touchpad **To Reproduce** Steps to reproduce the behavior: 1. Start...