mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-08 16:05:50 +00:00
Avalonia MapPath
This commit is contained in:
parent
8e4110b600
commit
25d4d7f417
8 changed files with 120 additions and 11 deletions
|
|
@ -65,6 +65,8 @@ namespace MapControl
|
|||
|
||||
public MapImageLayer()
|
||||
{
|
||||
IsHitTestVisible = false;
|
||||
|
||||
loadingProgress = new Progress<double>(p => SetValue(LoadingProgressProperty, p));
|
||||
|
||||
updateTimer = this.CreateTimer(UpdateInterval);
|
||||
|
|
@ -145,7 +147,6 @@ namespace MapControl
|
|||
{
|
||||
Opacity = 0d,
|
||||
Stretch = Stretch.Fill,
|
||||
IsHitTestVisible = false // avoid touch capture issues
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue