mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update Nad27UtmProjection.cs
This commit is contained in:
parent
b294c40fa9
commit
405a3cb940
|
|
@ -8,6 +8,7 @@ namespace MapControl.Projections
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// NAD27 UTM Projection with zone number.
|
/// NAD27 UTM Projection with zone number.
|
||||||
|
/// Appears to be less accurate than MapControl.Nad27UtmProjection.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class Nad27UtmProjection : GeoApiProjection
|
public class Nad27UtmProjection : GeoApiProjection
|
||||||
{
|
{
|
||||||
|
|
@ -30,8 +31,7 @@ namespace MapControl.Projections
|
||||||
= $"PROJCS[\"NAD27 / UTM zone {zone}N\","
|
= $"PROJCS[\"NAD27 / UTM zone {zone}N\","
|
||||||
+ "GEOGCS[\"NAD27\","
|
+ "GEOGCS[\"NAD27\","
|
||||||
+ "DATUM[\"North_American_Datum_1927\","
|
+ "DATUM[\"North_American_Datum_1927\","
|
||||||
+ "SPHEROID[\"Clarke 1866\",6378206.4,294.978698213898],"
|
+ "SPHEROID[\"Clarke 1866\",6378206.4,294.978698213898]],"
|
||||||
+ "],"
|
|
||||||
+ "PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],"
|
+ "PRIMEM[\"Greenwich\",0,AUTHORITY[\"EPSG\",\"8901\"]],"
|
||||||
+ "UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],"
|
+ "UNIT[\"degree\",0.0174532925199433,AUTHORITY[\"EPSG\",\"9122\"]],"
|
||||||
+ "AUTHORITY[\"EPSG\",\"4267\"]],"
|
+ "AUTHORITY[\"EPSG\",\"4267\"]],"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue