mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-04-05 14:37:01 +00:00
Replaced BingMaps by MapTiler
This commit is contained in:
parent
35df7e0155
commit
82466bbab7
6 changed files with 60 additions and 85 deletions
|
|
@ -26,11 +26,11 @@ namespace SampleApplication
|
|||
|
||||
Title = "XAML Map Control - WinUI Sample Application";
|
||||
|
||||
AddBingMapsLayers();
|
||||
AddMapTilerLayers();
|
||||
AddTestLayers();
|
||||
}
|
||||
|
||||
partial void AddBingMapsLayers();
|
||||
partial void AddMapTilerLayers();
|
||||
partial void AddTestLayers();
|
||||
|
||||
private void MapItemsControlSelectionChanged(object sender, SelectionChangedEventArgs e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue