Replaced BingMaps by MapTiler

This commit is contained in:
ClemensFischer 2024-12-06 22:42:56 +01:00
parent 35df7e0155
commit 82466bbab7
6 changed files with 60 additions and 85 deletions

View file

@ -25,11 +25,11 @@ namespace SampleApplication
{
InitializeComponent();
AddBingMapsLayers();
AddMapTilerLayers();
AddTestLayers();
}
partial void AddBingMapsLayers();
partial void AddMapTilerLayers();
partial void AddTestLayers();
private void MapItemsControlSelectionChanged(object sender, SelectionChangedEventArgs e)

View file

@ -48,12 +48,12 @@
<EnableGatekeeperAnalysis>false</EnableGatekeeperAnalysis>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\Shared\BingMapsLayers.cs">
<Link>BingMapsLayers.cs</Link>
</Compile>
<Compile Include="..\Shared\HyperlinkText.cs">
<Link>HyperlinkText.cs</Link>
</Compile>
<Compile Include="..\Shared\MapTilerLayers.cs">
<Link>MapTilerLayers.cs</Link>
</Compile>
<Compile Include="..\Shared\MapViewModel.cs">
<Link>MapViewModel.cs</Link>
</Compile>