Update README.md

This commit is contained in:
ClemensFischer 2025-02-27 13:22:11 +01:00
parent 0f68bed52e
commit 29a7060a6a

View file

@ -22,10 +22,10 @@ which define the currently displayed map viewport.
- **MapTileLayer**: Provides tiled map content (e.g. from OpenStreetMap) by means of a **TileSource**.
- **MapImageLayer**, **WmsImageLayer**: Provides single image map content, e.g. from a Web Map Service (WMS).
- **WmtsTileLayer**: Provides tiled map content from a Web Map Tile Service (WMTS).
- **MapImageLayer**, **WmsImageLayer**: Provides single image map content, e.g. from a Web Map Service (WMS).
- **MapItemsControl**: Displays a collection of **MapItem** objects (with a geographic **Location**).
---