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>
|
||||
public string WKT
|
||||
{
|
||||
get
|
||||
{
|
||||
return coordinateTransform?.TargetCS?.WKT;
|
||||
}
|
||||
get { return coordinateTransform?.TargetCS?.WKT; }
|
||||
set
|
||||
{
|
||||
var sourceCs = GeographicCoordinateSystem.WGS84;
|
||||
|
|
|
|||
Loading…
Reference in a new issue