mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 4: Upgrade to VS 2017
This commit is contained in:
parent
f7892eae7e
commit
2bad2ab1c9
|
|
@ -1,14 +1,14 @@
|
|||
# XAML Map Control
|
||||
|
||||
A set of controls for WPF, Silverlight and Windows Runtime for rendering digital maps from different providers and various types of map overlays.
|
||||
A set of controls for WPF and UWP for rendering digital maps from different providers and various types of map overlays.
|
||||
|
||||
Map providers can easily be added by specifying an URL template for their map tile bitmaps.
|
||||
Map overlay layers allow to draw and interact with graphical objects and pushpins on the map.
|
||||
The Map Control API is similar to that of the Microsoft Bing Maps Control for WPF, except that no API key is needed.
|
||||
|
||||
The project includes sample applications for WPF, Silverlight and Windows Runtime, which demonstrate the features of XAML Map Control.
|
||||
The project includes sample applications for both platforms, which demonstrate the features of XAML Map Control.
|
||||
|
||||
**Version 3.0** now adds support for multiple map projections. However, the MapTileLayer class only works with WebMercatorProjection.
|
||||
Map Control supports multiple map projections. However, the MapTileLayer class only works with WebMercatorProjection.
|
||||
For other projections, an appropriate WmsImageLayer could be used.
|
||||
|
||||
---
|
||||
|
|
|
|||
Loading…
Reference in a new issue