mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
CoordinateSystemWkt formatting
This commit is contained in:
parent
58ff91ee09
commit
b294c40fa9
|
|
@ -46,7 +46,7 @@ namespace MapControl.Projections
|
||||||
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
||||||
+ "AXIS[\"Easting\",EAST],"
|
+ "AXIS[\"Easting\",EAST],"
|
||||||
+ "AXIS[\"Northing\",NORTH],"
|
+ "AXIS[\"Northing\",NORTH],"
|
||||||
+ $"AUTHORITY[\"EPSG\",\"230{zone}\"]]";
|
+ $"AUTHORITY[\"EPSG\",\"230{zone:00}\"]]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -46,7 +46,7 @@ namespace MapControl.Projections
|
||||||
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
||||||
+ "AXIS[\"Easting\",EAST],"
|
+ "AXIS[\"Easting\",EAST],"
|
||||||
+ "AXIS[\"Northing\",NORTH],"
|
+ "AXIS[\"Northing\",NORTH],"
|
||||||
+ $"AUTHORITY[\"EPSG\",\"258{zone}\"]]";
|
+ $"AUTHORITY[\"EPSG\",\"258{zone:00}\"]]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ namespace MapControl.Projections
|
||||||
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
||||||
+ "AXIS[\"Easting\",EAST],"
|
+ "AXIS[\"Easting\",EAST],"
|
||||||
+ "AXIS[\"Northing\",NORTH],"
|
+ "AXIS[\"Northing\",NORTH],"
|
||||||
+ $"AUTHORITY[\"EPSG\",\"267{zone}\"]]";
|
+ $"AUTHORITY[\"EPSG\",\"267{zone:00}\"]]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ namespace MapControl.Projections
|
||||||
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
|
||||||
+ "AXIS[\"Easting\",EAST],"
|
+ "AXIS[\"Easting\",EAST],"
|
||||||
+ "AXIS[\"Northing\",NORTH],"
|
+ "AXIS[\"Northing\",NORTH],"
|
||||||
+ $"AUTHORITY[\"EPSG\",\"269{zone}\"]]";
|
+ $"AUTHORITY[\"EPSG\",\"269{zone:00}\"]]";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue