mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2026-02-20 06:34:35 +01:00
Update MainPage.xaml.cs
This commit is contained in:
parent
5b37875e9e
commit
18bd114d3a
|
|
@ -4,7 +4,6 @@ using System.Diagnostics;
|
|||
using System.Globalization;
|
||||
using System.Linq;
|
||||
using Windows.Devices.Input;
|
||||
using Windows.Storage;
|
||||
using Windows.System;
|
||||
using Windows.UI.Xaml;
|
||||
using Windows.UI.Xaml.Controls;
|
||||
|
|
@ -14,14 +13,10 @@ namespace SampleApplication
|
|||
{
|
||||
public sealed partial class MainPage : Page
|
||||
{
|
||||
static MainPage()
|
||||
{
|
||||
//MapProjectionFactory.Instance = new MapControl.Projections.GeoApiProjectionFactory();
|
||||
//TileImageLoader.Cache = new MapControl.Caching.ImageFileCache(TileImageLoader.DefaultCacheFolder);
|
||||
}
|
||||
|
||||
public MainPage()
|
||||
{
|
||||
//TileImageLoader.Cache = new MapControl.Caching.ImageFileCache(TileImageLoader.DefaultCacheFolder);
|
||||
|
||||
InitializeComponent();
|
||||
AddTestLayers();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue