From d39c5a852e196d829888e2cc31374149dec995d9 Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Thu, 22 Jan 2026 08:44:18 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e44409f5..3c18fffb 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,11 @@ which define the currently displayed map viewport. - `Map`: MapBase with basic mouse and touch input handling for zoom, pan, and rotation. -- `MapTileLayer`: Provides tiled map content (e.g. from OpenStreetMap) by means of a `TileSource`. +- `MapTileLayer`: Provides [tiled map content](https://wiki.openstreetmap.org/wiki/Raster_tile_providers) (e.g. from OpenStreetMap) by means of a `TileSource`. -- `WmtsTileLayer`: Provides tiled map content from a Web Map Tile Service (WMTS). +- `WmtsTileLayer`: Provides tiled map content from a Web Map Tile Service ([WMTS](https://en.wikipedia.org/wiki/Web_Map_Tile_Service)). -- `MapImageLayer`, `WmsImageLayer`: Provides single image map content, e.g. from a Web Map Service (WMS). +- `MapImageLayer`, `WmsImageLayer`: Provides single image map content, e.g. from a Web Map Service ([WMS](https://en.wikipedia.org/wiki/Web_Map_Service)). - `MapItemsControl`: Displays a collection of `MapItem` objects (with a geographic location).