mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 5.4. Reworked TileSource
This commit is contained in:
parent
5c815e951e
commit
5336d07704
22 changed files with 145 additions and 233 deletions
|
|
@ -102,7 +102,11 @@ namespace MapControl
|
|||
Culture = CultureInfo.CurrentUICulture.Name;
|
||||
}
|
||||
|
||||
TileSource = new BingMapsTileSource(imageUrl.Replace("{culture}", Culture), subdomains);
|
||||
TileSource = new BingMapsTileSource
|
||||
{
|
||||
UriFormat = imageUrl.Replace("{culture}", Culture),
|
||||
Subdomains = subdomains
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue