From 46089f9e2107d6fd5d1257adeb1751e03b5079ce Mon Sep 17 00:00:00 2001 From: ClemensFischer Date: Wed, 15 Apr 2026 14:56:12 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6398b3e..dc0b15be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # XAML Map Control -A set of controls for WPF, UWP, WinUI and Avalonia UI for rendering raster maps from different providers and various types of map overlays. +A set of controls for WPF, UWP, WinUI 3 and Avalonia 12 for rendering raster maps from different providers and various types of map overlays. Map providers can easily be added by specifying a template string for their map tile URLs. Map overlay layers allow to draw and interact with graphical objects and pushpins on the map. @@ -71,7 +71,7 @@ FileDbCache and SQLiteCache are available as * [XAML.MapControl.SQLiteCache](https://www.nuget.org/packages/XAML.MapControl.SQLiteCache/). There are also packages for an extension library with additional map projections, based on -[ProjNET4GeoAPI](https://github.com/NetTopologySuite/ProjNet4GeoAPI), with these ids: +[ProjNET](https://github.com/NetTopologySuite/ProjNet4GeoAPI), with these ids: * [XAML.MapControl.MapProjections.WPF](https://www.nuget.org/packages/XAML.MapControl.MapProjections.WPF/), * [XAML.MapControl.MapProjections.UWP](https://www.nuget.org/packages/XAML.MapControl.MapProjections.UWP/), * [XAML.MapControl.MapProjections.WinUI](https://www.nuget.org/packages/XAML.MapControl.MapProjections.WinUI/),