mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 06:55:04 +00:00
Version 4.16.0. Improved MapProjection.
This commit is contained in:
parent
1f66a9f878
commit
0dbdd4c810
5 changed files with 24 additions and 15 deletions
|
|
@ -40,7 +40,7 @@ namespace MapControl
|
|||
{
|
||||
if (point.X == 0d && point.Y == 0d)
|
||||
{
|
||||
return ProjectionCenter;
|
||||
return new Location(ProjectionCenter.Latitude, ProjectionCenter.Longitude);
|
||||
}
|
||||
|
||||
var s = TrueScale * 180d / Math.PI;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue