mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-20 22:05:07 +00:00
Update MapImageLayer.cs
This commit is contained in:
parent
3fcb91f2d9
commit
208f3ced65
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue