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
|
|
@ -274,7 +274,7 @@ namespace MapControl
|
|||
}
|
||||
|
||||
var topLeft = supportedCrs == "EPSG:4326"
|
||||
? new Point(MapProjection.Wgs84MetersPerDegree * top, MapProjection.Wgs84MetersPerDegree * left)
|
||||
? new Point(MapProjection.Wgs84MeterPerDegree * top, MapProjection.Wgs84MeterPerDegree * left)
|
||||
: new Point(left, top);
|
||||
|
||||
return new WmtsTileMatrix(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue