mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-17 20:35:09 +00:00
Check format in MBTileSource
This commit is contained in:
parent
8c4952f83b
commit
f2204fa6c0
2 changed files with 26 additions and 5 deletions
|
|
@ -39,7 +39,7 @@ namespace MapControl.MBTiles
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// May be overridden to create a derived MBTileSource that handles other tile formats than png and jpg, e.g. pbf.
|
||||
/// May be overridden to create a derived MBTileSource that handles other tile formats than png and jpg.
|
||||
/// </summary>
|
||||
protected virtual MBTileSource CreateTileSource(MBTileData tileData)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue