mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update MapImageLayer.cs
This commit is contained in:
parent
3fcb91f2d9
commit
208f3ced65
|
|
@ -159,7 +159,6 @@ namespace MapControl
|
|||
if (e.ProjectionChanged)
|
||||
{
|
||||
ClearImages();
|
||||
|
||||
await UpdateImageAsync(); // update immediately
|
||||
}
|
||||
else
|
||||
|
|
@ -196,7 +195,6 @@ namespace MapControl
|
|||
}
|
||||
|
||||
SwapImages(image, boundingBox);
|
||||
|
||||
updateInProgress = false;
|
||||
}
|
||||
else // update on next timer tick
|
||||
|
|
|
|||
Loading…
Reference in a new issue