Mapsui
Mapsui copied to clipboard
Mapsui is a .NET Map component for: MAUI, WPF, Avalonia, Uno, Blazor, WinUI, Xamarin and Eto
This is big change which is likely to cause bugs. The disposable map will now be owned by the user, this is clearer, the user is responsible for disposing. The...
related to WPF: Shape layer performance issue https://github.com/Mapsui/Mapsui/issues/2704 I added the HugeShapeFileWithSimplifierAndClippingSample rendering the two shapes. Additionally i created the GeometrySimplifyAndClippingProvider to demontrate the effect of simplify and clip the...
I would like to show portions of a map when the user is offline. When the user is online, these portions gets cached. I am able to cache the map...
Part of this PR https://github.com/Mapsui/Mapsui/pull/2564 Implement properly the Stop for the Fetchmachine, by using a CancellationToken and use it for Brutile Next pull request will implement the CancellationToken in the...
This pull request is based on this. https://github.com/Mapsui/Mapsui/pull/2886
I'm trying here to enable Server rendering for Blazor. This solves the Problem that on certain Platforms only Server Rendering is possible. The idea is that when the control is...
**The problem** There is a CustomStyleRenderer which allows users to draw anything they want but this involves some tricky code, especially related to canvas transforms. The CustomSymbolStyleRenderer should make this...
**Mapsui Version** 5.0.0-beta.7 **Mapsui Platform** MAUI **Device** Mac Catalyst on MacbookPro M1 macOS 14.7.1 **Describe the bug** Just testing the getting-started: https://mapsui.com/documentation/getting-started-maui.html ``` public MainPage() { InitializeComponent(); var mapControl =...
**The problem** I tried to set the Text of the TextBox Widget to a multiline string, but it isn't displaying as one. I tried to use \n ; Environment.NewLine and...
Using bitmap images is both space consuming and memory consuming on mobile devices. To display pins on the map, using vector images like SVG is a must have. This feature...