mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
TransverseMercatorProjection properties
This commit is contained in:
parent
b0352c8f94
commit
1e13a3bffb
6 changed files with 4 additions and 14 deletions
|
|
@ -49,9 +49,9 @@ namespace MapControl
|
|||
}
|
||||
}
|
||||
|
||||
public double ScaleFactor { get; set; } = 0.9996;
|
||||
public double CentralMeridian { get; set; }
|
||||
public double FalseEasting { get; set; }
|
||||
public double ScaleFactor { get; set; } = 0.9996;
|
||||
public double FalseEasting { get; set; } = 5e5;
|
||||
public double FalseNorthing { get; set; }
|
||||
|
||||
public TransverseMercatorProjection()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue