From b3abd069dd3c88a9483c615a73c03e4775933cea Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Sat, 18 May 2024 11:37:46 +0200 Subject: [PATCH] Update MapTileLayer.cs --- MapControl/Shared/MapTileLayer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/Shared/MapTileLayer.cs b/MapControl/Shared/MapTileLayer.cs index 67362b3b..b50ea72a 100644 --- a/MapControl/Shared/MapTileLayer.cs +++ b/MapControl/Shared/MapTileLayer.cs @@ -20,7 +20,7 @@ using System.Windows.Media; namespace MapControl { /// - /// Displays web mercator map tiles. + /// Displays a standard Web Mercator map tile grid, e.g. an OpenStreetMap tile grid. /// public class MapTileLayer : MapTileLayerBase {