mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 3.4. Fixed MapTileLayer.RenderTransform calculation.
This commit is contained in:
parent
f95be42046
commit
31f16d3cb7
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue