mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-12 03:30:38 +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)
|
||||
{
|
||||
maxLatitude = maxLocation.Latitude;
|
||||
|
||||
Center = CoerceCenterProperty(Center);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue