mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Removed MapProjection.MeterPerDegree
This commit is contained in:
parent
4ad9f2ea2a
commit
d790200cf1
4 changed files with 14 additions and 12 deletions
|
|
@ -53,8 +53,6 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public double EquatorialRadius { get; set; } = Wgs84EquatorialRadius;
|
||||
|
||||
public double MeterPerDegree => EquatorialRadius * Math.PI / 180d;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the relative transform at the specified geographic coordinates.
|
||||
/// The returned Matrix represents the local relative scale and rotation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue