From 31f16d3cb704768ac308d2d5382c30bb87927105 Mon Sep 17 00:00:00 2001 From: ClemensF Date: Tue, 25 Jul 2017 21:21:47 +0200 Subject: [PATCH] Version 3.4. Fixed MapTileLayer.RenderTransform calculation. --- MapControl/MatrixEx.WPF.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapControl/MatrixEx.WPF.cs b/MapControl/MatrixEx.WPF.cs index 2fbde59a..16477ee2 100644 --- a/MapControl/MatrixEx.WPF.cs +++ b/MapControl/MatrixEx.WPF.cs @@ -9,7 +9,7 @@ namespace MapControl internal static class MatrixEx { /// - /// Used in MapProjection. + /// Used in MapProjection and MapTileLayer. /// public static Matrix TranslateScaleRotateTranslate( double translation1X, double translation1Y,