mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 15:05:50 +00:00
EPSG Codes & CRS IDs
This commit is contained in:
parent
ce6f190bf1
commit
03c18d5126
9 changed files with 66 additions and 72 deletions
|
|
@ -17,8 +17,6 @@ namespace MapControl.Projections
|
|||
/// </summary>
|
||||
public class WorldMercatorProjection : GeoApiProjection
|
||||
{
|
||||
public const int EpsgCode = 3395;
|
||||
|
||||
public WorldMercatorProjection()
|
||||
{
|
||||
CoordinateSystemWkt
|
||||
|
|
@ -43,7 +41,7 @@ namespace MapControl.Projections
|
|||
+ "AUTHORITY[\"EPSG\",\"9001\"]],"
|
||||
+ "AXIS[\"Easting\",EAST],"
|
||||
+ "AXIS[\"Northing\",NORTH],"
|
||||
+ $"AUTHORITY[\"EPSG\",\"{EpsgCode}\"]]";
|
||||
+ "AUTHORITY[\"EPSG\",\"3395\"]]";
|
||||
}
|
||||
|
||||
public override Point GetRelativeScale(Location location)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue