mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-07 07:25:21 +00:00
Added MapTileLayerBase.LoadTiles method
This commit is contained in:
parent
f38ac5bec3
commit
ab69894f13
5 changed files with 22 additions and 14 deletions
|
|
@ -14,7 +14,10 @@ namespace MapControl
|
|||
{
|
||||
Uri uri = null;
|
||||
|
||||
if (UriFormat != null && TileMatrixSet != null && zoomLevel >= 0 && zoomLevel < TileMatrixSet.TileMatrixes.Count)
|
||||
if (UriFormat != null &&
|
||||
TileMatrixSet != null &&
|
||||
zoomLevel >= 0 &&
|
||||
zoomLevel < TileMatrixSet.TileMatrixes.Count)
|
||||
{
|
||||
uri = new Uri(UriFormat
|
||||
.Replace("{TileMatrixSet}", TileMatrixSet.Identifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue