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
1c87b0327e
commit
c9316bee74
|
|
@ -282,7 +282,7 @@ namespace MapControl
|
||||||
|
|
||||||
if (i >= 0)
|
if (i >= 0)
|
||||||
{
|
{
|
||||||
i += 7;
|
i += "LAYERS=".Length;
|
||||||
var j = uri.IndexOf('&', i);
|
var j = uri.IndexOf('&', i);
|
||||||
var layers = j >= i ? uri.Substring(i, j - i) : uri.Substring(i);
|
var layers = j >= i ? uri.Substring(i, j - i) : uri.Substring(i);
|
||||||
uri += "&QUERY_LAYERS=" + layers;
|
uri += "&QUERY_LAYERS=" + layers;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue