mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Abstract classes Tile, TileSource
This commit is contained in:
parent
20e4fcce75
commit
cb8fff0dd1
14 changed files with 95 additions and 98 deletions
|
|
@ -3,7 +3,7 @@ using System.Text;
|
|||
|
||||
namespace MapControl
|
||||
{
|
||||
public class WmtsTileSource : TileSource
|
||||
public class WmtsTileSource : UriTileSource
|
||||
{
|
||||
public WmtsTileMatrixSet TileMatrixSet { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue