From 66a97b3fa2e9319208cbfc898cb6306279ace2a9 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Fri, 9 Feb 2018 17:44:18 +0100 Subject: [PATCH] Version 4.4.0: Fixed MapPolyline performance on UWP. Added MapPolygon and MapMultiPolygon for WPF. --- MapControl/WPF/Map.WPF.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/WPF/Map.WPF.cs b/MapControl/WPF/Map.WPF.cs index 2368ade6..698bdb04 100644 --- a/MapControl/WPF/Map.WPF.cs +++ b/MapControl/WPF/Map.WPF.cs @@ -1,5 +1,5 @@ // XAML Map Control - https://github.com/ClemensFischer/XAML-Map-Control -// © 2017 Clemens Fischer +// © 2018 Clemens Fischer // Licensed under the Microsoft Public License (Ms-PL) using System.Windows;