Fixed line endings.

This commit is contained in:
ClemensF 2016-07-03 00:10:46 +02:00
parent cdcc716d43
commit 5011138446

View file

@ -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))),