mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 06:26:41 +00:00
Sample KML Overlay
This commit is contained in:
parent
3d4066af55
commit
199ce7a988
2 changed files with 8 additions and 6 deletions
|
|
@ -20,9 +20,10 @@ namespace SampleApplication
|
|||
Closed += (s, e) => (TileImageLoader.Cache as IDisposable)?.Dispose();
|
||||
|
||||
InitializeComponent();
|
||||
AddTestLayers();
|
||||
|
||||
Title = "XAML Map Control - WinUI Sample Application";
|
||||
sampleOverlayMenuItem.MapLayerFactory = async () => await GroundOverlay.CreateAsync("etna.kml");
|
||||
|
||||
AddTestLayers();
|
||||
}
|
||||
|
||||
partial void AddTestLayers();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue