mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 5.0: Reworked MapBase and MapPath
This commit is contained in:
parent
06fd31c17b
commit
49e15ce424
41 changed files with 466 additions and 1068 deletions
|
|
@ -66,7 +66,7 @@ namespace ProjectionDemo
|
|||
var map = (MapBase)sender;
|
||||
var pos = e.GetPosition(map);
|
||||
|
||||
viewModel.PushpinLocation = map.ViewportPointToLocation(pos);
|
||||
viewModel.PushpinLocation = map.ViewToLocation(pos);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue