Added MapBase.MapBounds and MapBase.GeoBounds

This commit is contained in:
ClemensFischer 2025-12-13 18:28:07 +01:00
parent 4db96b9e83
commit 263deb5fd6
10 changed files with 95 additions and 100 deletions

View file

@ -118,7 +118,7 @@ namespace MapControl
if (point.HasValue)
{
point = parentMap.ViewTransform.MapToView(point.Value);
point = parentMap.ViewTransform.MapToViewMatrix.Transform(point.Value);
}
return point;