mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-09 00:14:51 +00:00
Added MapBase.MapBounds and MapBase.GeoBounds
This commit is contained in:
parent
4db96b9e83
commit
263deb5fd6
10 changed files with 95 additions and 100 deletions
|
|
@ -118,7 +118,7 @@ namespace MapControl
|
|||
|
||||
if (point.HasValue)
|
||||
{
|
||||
point = parentMap.ViewTransform.MapToView(point.Value);
|
||||
point = parentMap.ViewTransform.MapToViewMatrix.Transform(point.Value);
|
||||
}
|
||||
|
||||
return point;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue