Removed string.Empty

This commit is contained in:
ClemensFischer 2024-07-12 18:42:18 +02:00
parent e67d7ee1e3
commit 37b3809b8f
6 changed files with 13 additions and 17 deletions

View file

@ -37,7 +37,7 @@ namespace MapControl
/// <summary>
/// Gets the WMS 1.3.0 CRS identifier.
/// </summary>
public string CrsId { get; protected set; } = string.Empty;
public string CrsId { get; protected set; } = "";
/// <summary>
/// Gets or sets an optional projection center.