This commit is contained in:
ClemensFischer 2026-01-10 22:48:14 +01:00
parent 28f2620e7d
commit c3fcfa9afe
7 changed files with 11 additions and 10 deletions

View file

@ -13,7 +13,7 @@ namespace MapControl
/// </summary>
public class StereographicProjection : AzimuthalProjection
{
public const string DefaultCrsId = "AUTO2:97002"; // GeoServer non-standard CRS ID
public const string DefaultCrsId = "AUTO2:97002"; // GeoServer non-standard CRS identifier
public StereographicProjection()
: this(DefaultCrsId)