Fixed line endings

This commit is contained in:
ClemensF 2016-07-03 00:08:09 +02:00
parent 416be8283a
commit cdcc716d43

View file

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