mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Version 4.12.2 Fixed MapProjections.
This commit is contained in:
parent
8491a4fc7c
commit
a7d3edf154
3 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ namespace MapControl.Projections
|
|||
|
||||
if (scaleFactor != null)
|
||||
{
|
||||
TrueScale = scaleFactor.Value * MetersPerDegree;
|
||||
TrueScale = scaleFactor.Value * Wgs84MetersPerDegree;
|
||||
}
|
||||
|
||||
if (!IsNormalCylindrical)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue