CoordinateSystemWkt formatting

This commit is contained in:
ClemensFischer 2024-09-11 23:55:47 +02:00
parent 58ff91ee09
commit b294c40fa9
4 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ namespace MapControl.Projections
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
+ "AXIS[\"Easting\",EAST],"
+ "AXIS[\"Northing\",NORTH],"
+ $"AUTHORITY[\"EPSG\",\"230{zone}\"]]";
+ $"AUTHORITY[\"EPSG\",\"230{zone:00}\"]]";
}
}
}

View file

@ -46,7 +46,7 @@ namespace MapControl.Projections
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
+ "AXIS[\"Easting\",EAST],"
+ "AXIS[\"Northing\",NORTH],"
+ $"AUTHORITY[\"EPSG\",\"258{zone}\"]]";
+ $"AUTHORITY[\"EPSG\",\"258{zone:00}\"]]";
}
}
}

View file

@ -44,7 +44,7 @@ namespace MapControl.Projections
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
+ "AXIS[\"Easting\",EAST],"
+ "AXIS[\"Northing\",NORTH],"
+ $"AUTHORITY[\"EPSG\",\"267{zone}\"]]";
+ $"AUTHORITY[\"EPSG\",\"267{zone:00}\"]]";
}
}
}

View file

@ -44,7 +44,7 @@ namespace MapControl.Projections
+ "UNIT[\"metre\",1,AUTHORITY[\"EPSG\",\"9001\"]],"
+ "AXIS[\"Easting\",EAST],"
+ "AXIS[\"Northing\",NORTH],"
+ $"AUTHORITY[\"EPSG\",\"269{zone}\"]]";
+ $"AUTHORITY[\"EPSG\",\"269{zone:00}\"]]";
}
}
}