From cdcc716d43c8649af08ccdce78f19384785535fe Mon Sep 17 00:00:00 2001 From: ClemensF Date: Sun, 3 Jul 2016 00:08:09 +0200 Subject: [PATCH] Fixed line endings --- MapControl/MapBase.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/MapControl/MapBase.cs b/MapControl/MapBase.cs index 87448560..aa38d21c 100644 --- a/MapControl/MapBase.cs +++ b/MapControl/MapBase.cs @@ -619,6 +619,7 @@ namespace MapControl centerAnimation = new PointAnimation { From = mapTransform.Transform(Center), + To = mapTransform.Transform(new Location( targetCenter.Latitude, Location.NearestLongitude(targetCenter.Longitude, Center.Longitude))),