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
|
|
@ -6,6 +6,7 @@ using System.Linq;
|
|||
using System.Windows;
|
||||
using System.Windows.Controls;
|
||||
using System.Windows.Input;
|
||||
using System.Windows.Media;
|
||||
|
||||
namespace SampleApplication
|
||||
{
|
||||
|
|
@ -29,11 +30,11 @@ namespace SampleApplication
|
|||
{
|
||||
InitializeComponent();
|
||||
|
||||
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