mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-19 22:24:38 +01:00
Fixed line endings.
This commit is contained in:
parent
cdcc716d43
commit
5011138446
|
|
@ -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))),
|
||||
|
|
|
|||
Loading…
Reference in a new issue