mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Removed ViewRect
This commit is contained in:
parent
3468940ebf
commit
2a0f363377
6 changed files with 18 additions and 49 deletions
|
|
@ -68,7 +68,7 @@ namespace MapControl
|
|||
|
||||
private static async Task LoadGeoImageAsync(Image image, string sourcePath)
|
||||
{
|
||||
if (sourcePath != null)
|
||||
if (!string.IsNullOrEmpty(sourcePath))
|
||||
{
|
||||
try
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue