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)
|
if (e.ProjectionChanged)
|
||||||
{
|
{
|
||||||
ClearImages();
|
ClearImages();
|
||||||
|
|
||||||
await UpdateImageAsync(); // update immediately
|
await UpdateImageAsync(); // update immediately
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
@ -196,7 +195,6 @@ namespace MapControl
|
||||||
}
|
}
|
||||||
|
|
||||||
SwapImages(image, boundingBox);
|
SwapImages(image, boundingBox);
|
||||||
|
|
||||||
updateInProgress = false;
|
updateInProgress = false;
|
||||||
}
|
}
|
||||||
else // update on next timer tick
|
else // update on next timer tick
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue