mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-03-28 16:15:12 +01:00
Update TileSource.cs
This commit is contained in:
parent
6c6ee97a77
commit
c2a5394d8e
|
|
@ -36,7 +36,7 @@ namespace MapControl
|
||||||
{
|
{
|
||||||
uriTemplate = value;
|
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
|
Subdomains = new string[] { "a", "b", "c" }; // default OpenStreetMap subdomains
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue