Version 3.4. Fixed MapTileLayer.RenderTransform calculation.

This commit is contained in:
ClemensF 2017-07-25 21:21:47 +02:00
parent f95be42046
commit 31f16d3cb7

View file

@ -9,7 +9,7 @@ namespace MapControl
internal static class MatrixEx
{
/// <summary>
/// Used in MapProjection.
/// Used in MapProjection and MapTileLayer.
/// </summary>
public static Matrix TranslateScaleRotateTranslate(
double translation1X, double translation1Y,