mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update WmsImageLayer.cs
This commit is contained in:
parent
5bba4d6a1b
commit
c2a0fd836e
|
|
@ -358,7 +358,7 @@ namespace MapControl
|
|||
var capability = capabilities.Element(ns + "Capability");
|
||||
|
||||
supportedCrsIds = capability
|
||||
.Element(ns + "Layer")
|
||||
.Descendants(ns + "Layer")
|
||||
.Descendants(ns + "CRS")
|
||||
.Select(e => e.Value)
|
||||
.ToList();
|
||||
|
|
|
|||
Loading…
Reference in a new issue