Version 4.10.0: Added MapProjections library project.

This commit is contained in:
ClemensF 2018-08-29 21:07:53 +02:00
parent c9c656999b
commit ac7d25e99c

View file

@ -53,10 +53,7 @@ namespace MapControl.Projections
/// </summary> /// </summary>
public string WKT public string WKT
{ {
get get { return coordinateTransform?.TargetCS?.WKT; }
{
return coordinateTransform?.TargetCS?.WKT;
}
set set
{ {
var sourceCs = GeographicCoordinateSystem.WGS84; var sourceCs = GeographicCoordinateSystem.WGS84;