mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update WmsImageLayer.cs
This commit is contained in:
parent
a231add5d3
commit
7b2b95d629
1 changed files with 1 additions and 1 deletions
|
|
@ -342,7 +342,7 @@ namespace MapControl
|
||||||
return uri.Replace(" ", "%20");
|
return uri.Replace(" ", "%20");
|
||||||
}
|
}
|
||||||
|
|
||||||
private List<string> supportedCrsIds;
|
private List<string> supportedCrsIds = [];
|
||||||
|
|
||||||
private async void OnLoaded(object sender, RoutedEventArgs e)
|
private async void OnLoaded(object sender, RoutedEventArgs e)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue