Janus Weil
Janus Weil
**Describe the bug** In my MapView-based application, I'm seeing problems and instabilities on Android with 4.0.0-beta.4 and beta.5, while beta.3 works fine. At first everything seems to work, but after...
It would be very useful if Mapsui had intrinsic support for the GeoJSON format. To implement this, one could simply set up a `GeoJsonProvider` (implementing the `IProvider`) interface, much like...
**Describe the bug** In my MapView-based application, I used to set the initial viewport via: ``` Navigator.NavigateTo(SphericalMercator.FromLonLat(point), defRes); ``` This has been working well until 4.0.0-beta.1 (and even a bit...
This is a new exception that I see after porting my application from Mapsui 3.0.2 to current master (4.0.0-beta.1 and later builds): ``` System.Exception: coordinates can not be length 0...
The size of the Mapsui nupkg file built by AppVeyor used to be around 800kB, but recently is has grown strongly to about 15MB. I investigated a bit and found...
... because restoring packages fails like this: ``` Getting restore information for solution /Users/janus/github/BruTile/BruTile.sln /usr/local/share/dotnet/sdk/6.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: Windows is required to build Windows desktop applications. [/Users/janus/github/BruTile/Samples/BruTile.Samples.SimpleStaticMap/BruTile.Samples.SimpleStaticMap.csproj] /usr/local/share/dotnet/sdk/6.0.101/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error NETSDK1100: Windows...
The latest CI builds all failed with multiple errors like this: ``` /home/runner/.dotnet/sdk/2.2.108/Microsoft.Common.CurrentVersion.targets(1179,5): error MSB3644: The reference assemblies for framework ".NETFramework,Version=v4.5" were not found. To resolve this, install the SDK...
This is a follow-up to issue #130 / PR #136, where @pauldendulk [commented](https://github.com/BruTile/BruTile/pull/136#pullrequestreview-579133366): > The fact that more an more parameters need to be added indicates something else is lacking...
### VERSIONS * Xamarin.Forms.GoogleMaps - 3.3.0-1-g3f3c482 * Xamarin.Forms - 3.0.0.482510 * Android 9 ### PLATFORMS - [x] Android - [ ] iOS - [ ] UWP ### ACTUAL BEHAVIOR On...
It seems that CoreGraphics support is incomplete in Xamarin.Mac. Searching for `CGDisplayModeGetRefreshRate` in the github repo only gives me one hit: https://github.com/xamarin/xamarin-macios/blob/main/tests/xtro-sharpie/macOS-CoreGraphics.ignore: `!missing-pinvoke! CGDisplayModeGetRefreshRate is not bound` Background: I want...