Update MapTileLayer.cs

This commit is contained in:
ClemensFischer 2024-05-18 11:37:46 +02:00
parent 4a44702652
commit b3abd069dd

View file

@ -20,7 +20,7 @@ using System.Windows.Media;
namespace MapControl namespace MapControl
{ {
/// <summary> /// <summary>
/// Displays web mercator map tiles. /// Displays a standard Web Mercator map tile grid, e.g. an OpenStreetMap tile grid.
/// </summary> /// </summary>
public class MapTileLayer : MapTileLayerBase public class MapTileLayer : MapTileLayerBase
{ {