Check format in MBTileSource

This commit is contained in:
Clemens 2021-11-10 22:31:06 +01:00
parent 8c4952f83b
commit f2204fa6c0
2 changed files with 26 additions and 5 deletions

View file

@ -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)
{