Update WmsImageLayer.cs

This commit is contained in:
ClemensFischer 2025-09-21 19:14:38 +02:00
parent a231add5d3
commit 7b2b95d629

View file

@ -342,7 +342,7 @@ namespace MapControl
return uri.Replace(" ", "%20");
}
private List<string> supportedCrsIds;
private List<string> supportedCrsIds = [];
private async void OnLoaded(object sender, RoutedEventArgs e)
{