mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-06 15:54:14 +01:00
Update MapProjection.cs
This commit is contained in:
parent
36781140ac
commit
d7d7bba5f2
|
|
@ -38,6 +38,8 @@ namespace MapControl
|
|||
return Factory.GetProjection(crsId);
|
||||
}
|
||||
|
||||
public override string ToString() => CrsId;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the WMS 1.3.0 CRS identifier.
|
||||
/// </summary>
|
||||
|
|
@ -138,10 +140,5 @@ namespace MapControl
|
|||
|
||||
return (rect, rotation);
|
||||
}
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return CrsId;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue