mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
Renamed Wgs84MetersPerDegree
This commit is contained in:
parent
535161c5a3
commit
c998f19fe5
11 changed files with 32 additions and 32 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue