Renamed Wgs84MetersPerDegree

This commit is contained in:
Clemens 2022-03-02 22:03:18 +01:00
parent 535161c5a3
commit c998f19fe5
11 changed files with 32 additions and 32 deletions

View file

@ -29,7 +29,7 @@ namespace MapControl
public const int TileSize = 256;
public static readonly Point MapTopLeft = new Point(
-180d * MapProjection.Wgs84MetersPerDegree, 180d * MapProjection.Wgs84MetersPerDegree);
-180d * MapProjection.Wgs84MeterPerDegree, 180d * MapProjection.Wgs84MeterPerDegree);
/// <summary>
/// A default MapTileLayer using OpenStreetMap data.