Update PackageReferences

This commit is contained in:
ClemensFischer 2024-04-11 16:18:10 +02:00
parent 853f180b8d
commit c88bc3b06a
6 changed files with 10 additions and 15 deletions

View file

@ -21,11 +21,6 @@ namespace SampleApplication
//TileImageLoader.Cache = new MapControl.Caching.ImageFileCache(TileImageLoader.DefaultCacheFolder);
//TileImageLoader.Cache = new MapControl.Caching.FileDbCache(TileImageLoader.DefaultCacheFolder);
//TileImageLoader.Cache = new MapControl.Caching.SQLiteCache(TileImageLoader.DefaultCacheFolder);
//TileImageLoader.Cache = new RedisCache(Options.Create(new RedisCacheOptions
//{
// Configuration = "localhost:6379",
// InstanceName = "MapTileCache/"
//}));
var bingMapsApiKeyPath = Path.Combine(
Environment.GetFolderPath(Environment.SpecialFolder.CommonApplicationData), "MapControl", "BingMapsApiKey.txt");