From f78bcb33fa2a7761d76315a8315cbf6e83a97b01 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Mon, 2 Feb 2026 13:04:13 +0100 Subject: [PATCH] Update MapBase.cs --- MapControl/Shared/MapBase.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/MapControl/Shared/MapBase.cs b/MapControl/Shared/MapBase.cs index 24738e6a..6f23e40c 100644 --- a/MapControl/Shared/MapBase.cs +++ b/MapControl/Shared/MapBase.cs @@ -16,10 +16,9 @@ using Brush = Avalonia.Media.IBrush; namespace MapControl { /// - /// The map control. Displays map content provided by one or more tile or image layers, - /// such as MapTileLayerBase or MapImageLayer instances. - /// The visible map area is defined by the Center and ZoomLevel properties. - /// The map can be rotated by an angle that is given by the Heading property. + /// The map control. Displays map content provided by one or more layers like MapTileLayer, + /// WmtsTileLayer or WmsImageLayer. The visible map area is defined by the Center and + /// ZoomLevel properties. The map can be rotated by an angle provided by the Heading property. /// MapBase can contain map overlay child elements like other MapPanels or MapItemsControls. /// public partial class MapBase : MapPanel