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