mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Version 4.10.0: Added MapProjections library project.
This commit is contained in:
parent
c9c656999b
commit
ac7d25e99c
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue