mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
MapTilePyramidLayer
This commit is contained in:
parent
64857e297a
commit
7e9d60328d
3 changed files with 15 additions and 15 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue