mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 07:55:13 +00:00
Moved TileSource property to MapTileLayer
This commit is contained in:
parent
733c3d1266
commit
286926e1ea
4 changed files with 61 additions and 45 deletions
|
|
@ -47,7 +47,7 @@ namespace MapControl
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new ArgumentException($"Invalid Capabilities URI: {uri}");
|
||||
throw new ArgumentException($"Invalid Capabilities Uri: {uri}");
|
||||
}
|
||||
|
||||
using var stream = xmlStream;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue