Update MapBase.cs

This commit is contained in:
ClemensFischer 2026-01-08 10:11:52 +01:00
parent db3cf3ea81
commit 5ecdb9bc7b

View file

@ -448,7 +448,6 @@ namespace MapControl
if (maxLocation != null && maxLocation.Latitude < 90d)
{
maxLatitude = maxLocation.Latitude;
Center = CoerceCenterProperty(Center);
}
}