Update README.md

This commit is contained in:
ClemensF 2020-03-20 18:58:58 +01:00
parent e821e39841
commit 8d735061f8

View file

@ -15,14 +15,17 @@ For other projections, an appropriate WmsImageLayer could be used.
Main classes are Main classes are
- **MapBase**: The core map control. Provides properties like Center, ZoomLevel and Heading, which - **MapBase**: The core map control. Provides properties like Center, ZoomLevel and Heading,
define the currently displayed map viewport. which define the currently displayed map viewport.
- **Map**: MapBase with basic mouse and touch input handling for zoom, pan, and rotation. - **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 (e.g. from OpenStreetMap) by means of a **TileSource**.
- **MapImageLayer**: Provides map content that covers the entire viewport (e.g. from a Web Map Service). - **MapImageLayer**, **WmsImageLayer**: Provides map content that covers the entire viewport,
typically from a Web Map Service (WMS).
- **WmtsTileLayer**: Provides tiled map content from a Web Map Tile Service (WMTS).
- **MapItemsControl**: Displays a collection of **MapItem** objects (with a geographic **Location**). - **MapItemsControl**: Displays a collection of **MapItem** objects (with a geographic **Location**).