question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Empty map when following UWP Getting Started

See original GitHub issue

When following the UWP Getting Started (https://github.com/Mapsui/Mapsui/blob/feature/add-getting-started-uwp/docfx/documentation/getting-started-uwp.md) using Mapsui.Native 3.0 rc 2 I get an empty (white) map.

There is a compiler warning about Svg.Skia:

Warning		Found conflicts between different versions of "Svg.Skia" that could not be resolved.
There was a conflict between "Svg.Skia, Version=0.5.0.0, Culture=neutral, PublicKeyToken=dafe96fe6c845a74" and "Svg.Skia, Version=0.5.7.1, Culture=neutral, PublicKeyToken=dafe96fe6c845a74".
    "Svg.Skia, Version=0.5.0.0, Culture=neutral, PublicKeyToken=dafe96fe6c845a74" was chosen because it was primary and "Svg.Skia, Version=0.5.7.1, Culture=neutral, PublicKeyToken=dafe96fe6c845a74" was not.
    References which depend on "Svg.Skia, Version=0.5.0.0, Culture=neutral, PublicKeyToken=dafe96fe6c845a74" [C:\Users\btemm\.nuget\packages\svg.skia\0.5.0\lib\netstandard2.0\Svg.Skia.dll].
        C:\Users\btemm\.nuget\packages\svg.skia\0.5.0\lib\netstandard2.0\Svg.Skia.dll
          Project file item includes which caused reference "C:\Users\btemm\.nuget\packages\svg.skia\0.5.0\lib\netstandard2.0\Svg.Skia.dll".
            C:\Users\btemm\.nuget\packages\svg.skia\0.5.0\lib\netstandard2.0\Svg.Skia.dll
    References which depend on "Svg.Skia, Version=0.5.7.1, Culture=neutral, PublicKeyToken=dafe96fe6c845a74" [].
        C:\Users\btemm\.nuget\packages\mapsui\3.0.0-rc.2\lib\netstandard2.0\Mapsui.Rendering.Skia.dll
          Project file item includes which caused reference "C:\Users\btemm\.nuget\packages\mapsui\3.0.0-rc.2\lib\netstandard2.0\Mapsui.Rendering.Skia.dll".
            C:\Users\btemm\.nuget\packages\mapsui\3.0.0-rc.2\lib\netstandard2.0\Mapsui.Rendering.Skia.dll
            C:\Users\btemm\.nuget\packages\mapsui.native\3.0.0-rc.2\lib\uap\Mapsui.UI.Uwp.dll	App11

When installing Svg.Skia version 0.5.7.1 the map is correctly displayed.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
berttcommented, Sep 26, 2021

tested with 3.0.0-rc4 and it works now. Closing issue

0reactions
pauldendulkcommented, Sep 26, 2021

@bertt Can you confirm that this has been fixed?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Map not showing up on the loading of UWP Application
My problem is that as I load my UWP application, instead of showing me the map it shows me the blank background with...
Read more >
[UWP] [MapControl] App crash - Microsoft Q&A
While zooming/dragging, after a while, the map gets slower and then the app crashes. Then, I added a MapControl to an empty UWP...
Read more >
Get the user's location - UWP applications
Find the user's location and respond to changes in location. Access to the user's location is managed by privacy settings in the Settings ......
Read more >
Offline Map in Xamarin Forms (iOS) is blank wherea...
I am running a Xamarin Forms application supporting both UWP and iOS. We have a TPK file on the device to be used...
Read more >
Getting started with map APIs and controls - Windows Blog
Part 1: you'll learn how to get started with maps in UWP. Part 2: you will learn to use the map services and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found