mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-06 23:15:14 +00:00
Fixed MapImageLayer boundingBox
This commit is contained in:
parent
156ebfe177
commit
1861e9ca5d
2 changed files with 28 additions and 30 deletions
|
|
@ -163,7 +163,7 @@ namespace MapControl
|
|||
/// </summary>
|
||||
public virtual string WmsQueryParameters(BoundingBox boundingBox, string version = "1.3.0")
|
||||
{
|
||||
if (string.IsNullOrEmpty(CrsId))
|
||||
if (string.IsNullOrEmpty(CrsId) || !boundingBox.HasValidBounds)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue