Update README.md

This commit is contained in:
ClemensFischer 2024-09-11 18:13:50 +02:00
parent 375111ad70
commit 253911a214

View file

@ -54,7 +54,25 @@ Please note that some map providers may not allow persistent caching of their ma
---
XAML Map Control is available on NuGet, with Package Id [XAML.MapControl](https://www.nuget.org/packages/XAML.MapControl/).
XAML Map Control is available on NuGet, as a set of framework-specific packages with Package Ids
* [XAML.MapControl.WPF](https://www.nuget.org/packages/XAML.MapControl.WPF/),
* [XAML.MapControl.WInUI](https://www.nuget.org/packages/XAML.MapControl.WinUI/),
* [XAML.MapControl.Avalonia](https://www.nuget.org/packages/XAML.MapControl.Avalonia/).
There are also packages for an extension library with additional map projections, based on
[ProjNET4GeoAPI](https://github.com/NetTopologySuite/ProjNet4GeoAPI), with Package Ids
* [XAML.MapControl.MapProjections.WPF](https://www.nuget.org/packages/XAML.MapControl.MapProjections.WPF/),
* [XAML.MapControl.MapProjections.WInUI](https://www.nuget.org/packages/XAML.MapControl.MapProjections.WinUI/),
* [XAML.MapControl.MapProjections.Avalonia](https://www.nuget.org/packages/XAML.MapControl.MapProjections.Avalonia/),
and a library for [MBTiles](https://wiki.openstreetmap.org/wiki/MBTiles) support, with Package Ids
* [XAML.MapControl.MBTiles.WPF](https://www.nuget.org/packages/XAML.MapControl.MBTiles.WPF/),
* [XAML.MapControl.MBTiles.WInUI](https://www.nuget.org/packages/XAML.MapControl.MBTiles.WinUI/),
* [XAML.MapControl.MBTiles.Avalonia](https://www.nuget.org/packages/XAML.MapControl.MBTiles.Avalonia/),
FileDbCache and SQLiteCache are available with Package Ids
* [XAML.MapControl.FileDbCache](https://www.nuget.org/packages/XAML.MapControl.FileDbCache/),
* [XAML.MapControl.SQLiteCache](https://www.nuget.org/packages/XAML.MapControl.SQLiteCache/),
---