mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Improved MapProjections
This commit is contained in:
parent
716cf950f3
commit
ca004651bd
|
|
@ -71,7 +71,6 @@ namespace MapControl.Projections
|
|||
centralParallel != null && centralParallel.Value == 0d &&
|
||||
(falseEasting == null || falseEasting.Value == 0d) &&
|
||||
(falseNorthing == null || falseNorthing.Value == 0d);
|
||||
|
||||
TrueScale = (scaleFactor != null ? scaleFactor.Value : 1d) * Wgs84MetersPerDegree;
|
||||
}
|
||||
else
|
||||
|
|
|
|||
Loading…
Reference in a new issue