Removed MapProjection.MeterPerDegree

This commit is contained in:
ClemensFischer 2026-01-29 22:31:27 +01:00
parent 4ad9f2ea2a
commit d790200cf1
4 changed files with 14 additions and 12 deletions

View file

@ -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.