mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-20 07:30:31 +01:00
Update TileSource.cs
This commit is contained in:
parent
ddc315e2c7
commit
f4dc363162
|
|
@ -51,7 +51,7 @@ namespace MapControl
|
|||
{
|
||||
Uri uri = null;
|
||||
|
||||
if (UriTemplate != null && column >= 0 && row >= 0 && zoomLevel >= 0)
|
||||
if (UriTemplate != null)
|
||||
{
|
||||
var uriString = UriTemplate
|
||||
.Replace("{x}", column.ToString())
|
||||
|
|
|
|||
Loading…
Reference in a new issue