mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update TileSource.cs
This commit is contained in:
parent
6c6ee97a77
commit
c2a5394d8e
|
|
@ -36,7 +36,7 @@ namespace MapControl
|
|||
{
|
||||
uriTemplate = value;
|
||||
|
||||
if (Subdomains == null && uriTemplate != null && uriTemplate.Contains("{s}"))
|
||||
if (uriTemplate != null && uriTemplate.Contains("{s}") && Subdomains == null)
|
||||
{
|
||||
Subdomains = new string[] { "a", "b", "c" }; // default OpenStreetMap subdomains
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue