Update MapProjection.cs

This commit is contained in:
ClemensFischer 2026-02-01 18:40:49 +01:00
parent 36781140ac
commit d7d7bba5f2

View file

@ -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;
}
}
}