mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-03-19 11:44:54 +01:00
Update MapBase.cs
This commit is contained in:
parent
db3cf3ea81
commit
5ecdb9bc7b
|
|
@ -448,7 +448,6 @@ namespace MapControl
|
||||||
if (maxLocation != null && maxLocation.Latitude < 90d)
|
if (maxLocation != null && maxLocation.Latitude < 90d)
|
||||||
{
|
{
|
||||||
maxLatitude = maxLocation.Latitude;
|
maxLatitude = maxLocation.Latitude;
|
||||||
|
|
||||||
Center = CoerceCenterProperty(Center);
|
Center = CoerceCenterProperty(Center);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue