This repository has been archived by the owner on May 1, 2024. It is now read-only.
[Bug] The tile layer image for OpenStreetMap was not displayed in Xamarin.Forms UWP when the tile layer URI is added to the Image control #15791
Replies: 2 comments 2 replies
-
seems like you just duplicated someone else's issue, ie #15783 [Bug] The tile layer image for OpenStreetMap was not displayed in Xamarin.Forms UWP when the tile layer URI is added to the Image control |
Beta Was this translation helpful? Give feedback.
0 replies
-
We are also facing the same issue, there is no conversation related to resolving the issue, so we created here for suggestions |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I was trying to display the image of tile layer for OpenStreetMap using the Image control in the UWP platform, but the tile layer was displayed or displayed blank.
Steps to Reproduce
Expected Behavior
The image of the OSM tile should be displayed.
Actual Behavior
The image of the OSM tile was not displayed.
Example Code Snippet
In MainPage.xaml
In MainPage.xaml.cs
Your can also find/download the example sample from the following github link.
Basic Information
In Android and iOS the image of the OSM tile got displayed. Issue occurred only in UWP.
Beta Was this translation helpful? Give feedback.
All reactions