mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 23:15:14 +00:00
Updated GeoApiProjection
This commit is contained in:
parent
d61cb51f80
commit
0d602be611
5 changed files with 16 additions and 7 deletions
|
|
@ -17,7 +17,8 @@ namespace MapControl.Projections
|
|||
{
|
||||
public WorldMercatorProjection()
|
||||
{
|
||||
WKT = "PROJCS[\"WGS 84 / World Mercator\","
|
||||
CoordinateSystemWkt
|
||||
= "PROJCS[\"WGS 84 / World Mercator\","
|
||||
+ "GEOGCS[\"WGS 84\","
|
||||
+ "DATUM[\"WGS_1984\","
|
||||
+ "SPHEROID[\"WGS 84\",6378137,298.257223563,"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue