mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Fixed line endings
This commit is contained in:
parent
416be8283a
commit
cdcc716d43
|
|
@ -619,6 +619,7 @@ namespace MapControl
|
||||||
centerAnimation = new PointAnimation
|
centerAnimation = new PointAnimation
|
||||||
{
|
{
|
||||||
From = mapTransform.Transform(Center),
|
From = mapTransform.Transform(Center),
|
||||||
|
|
||||||
To = mapTransform.Transform(new Location(
|
To = mapTransform.Transform(new Location(
|
||||||
targetCenter.Latitude,
|
targetCenter.Latitude,
|
||||||
Location.NearestLongitude(targetCenter.Longitude, Center.Longitude))),
|
Location.NearestLongitude(targetCenter.Longitude, Center.Longitude))),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue