MapTilePyramidLayer

This commit is contained in:
ClemensFischer 2025-09-21 10:57:11 +02:00
parent 64857e297a
commit 7e9d60328d
3 changed files with 15 additions and 15 deletions

View file

@ -20,9 +20,9 @@ using Avalonia.Media;
namespace MapControl
{
/// <summary>
/// Displays a standard Web Mercator map tile grid, e.g. an OpenStreetMap tile grid.
/// Displays a standard Web Mercator map tile pyramid, e.g. a OpenStreetMap tiles.
/// </summary>
public partial class MapTileLayer : MapTileLayerBase
public partial class MapTileLayer : MapTilePyramidLayer
{
public static readonly DependencyProperty MinZoomLevelProperty =
DependencyPropertyHelper.Register<MapTileLayer, int>(nameof(MinZoomLevel), 0);