mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-01-10 02:29:58 +01:00
Update sample applications
This commit is contained in:
parent
4b447c1086
commit
e6dd919538
|
|
@ -73,10 +73,10 @@ namespace SampleApplication
|
|||
});
|
||||
}
|
||||
|
||||
AddChartServerLayer();
|
||||
AddTestLayers();
|
||||
}
|
||||
|
||||
partial void AddChartServerLayer();
|
||||
partial void AddTestLayers();
|
||||
|
||||
private void ResetHeadingButtonClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ namespace SampleApplication
|
|||
});
|
||||
}
|
||||
|
||||
AddChartServerLayer();
|
||||
AddTestLayers();
|
||||
|
||||
if (TileImageLoader.Cache is ImageFileCache)
|
||||
{
|
||||
|
|
@ -85,7 +85,7 @@ namespace SampleApplication
|
|||
}
|
||||
}
|
||||
|
||||
partial void AddChartServerLayer();
|
||||
partial void AddTestLayers();
|
||||
|
||||
private async void WindowActivated(object sender, WindowActivatedEventArgs e)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ namespace SampleApplication
|
|||
});
|
||||
}
|
||||
|
||||
AddChartServerLayer();
|
||||
AddTestLayers();
|
||||
|
||||
if (TileImageLoader.Cache is ImageFileCache cache)
|
||||
{
|
||||
|
|
@ -67,7 +67,7 @@ namespace SampleApplication
|
|||
}
|
||||
}
|
||||
|
||||
partial void AddChartServerLayer();
|
||||
partial void AddTestLayers();
|
||||
|
||||
private void ResetHeadingButtonClick(object sender, RoutedEventArgs e)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue