mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update BingMapsTileLayer.cs
This commit is contained in:
parent
0af0901ce8
commit
1c87b0327e
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ namespace MapControl
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(ApiKey))
|
if (!string.IsNullOrEmpty(ApiKey))
|
||||||
{
|
{
|
||||||
var metadataUri = $"http://dev.virtualearth.net/REST/V1/Imagery/Metadata/{Mode}?output=xml&key={ApiKey}";
|
var metadataUri = $"https://dev.virtualearth.net/REST/V1/Imagery/Metadata/{Mode}?output=xml&key={ApiKey}";
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue