Version 4.10.0: Added MapProjections library project.

This commit is contained in:
ClemensF 2018-08-29 21:20:43 +02:00
parent 9e0a80e093
commit 28c9199024

View file

@ -50,8 +50,6 @@ namespace MapControl.Projections
WKT = string.Format(wktFormat, zoneName, centralMeridian, falseNorthing, epsgCode);
TrueScale = 0.9996 * MetersPerDegree;
System.Diagnostics.Debug.WriteLine(WKT);
}
}
}