ClemensFischer / XAML-Map-Control

XAML Map Control Library
Microsoft Public License
203 stars 59 forks source link

No access to MapContol.Caching.SQLiteCache or FileDbCache in my project #112

Closed o4oren closed 1 year ago

o4oren commented 1 year ago

While TileImageLoader.Cache = new MapControl.Caching.ImageFileCache(TileImageLoader.DefaultCacheFolder) is working, trying the other cache options doesn't work: e.g. TileImageLoader.Cache = new SQLiteCache(TileImageLoader.DefaultCacheFolder);

Screenshot 2023-05-23 at 12 13 11

ClemensFischer commented 1 year ago

As always, you have to reference the assemblies that contain those classes. Take a look at MapControlExtended.sln

o4oren commented 1 year ago

Not sure I follow. In my project, your package was added via Nuget. I can't find these assemblies, and these don't work for me with your project directly either (at least not in WPF).

ClemensFischer commented 1 year ago

There is no NuGet package for the FileDbCache and SQLiteCache assemblies. You have to build the projects from source code.

o4oren commented 1 year ago

I see, thanks.

On Wed, 24 May 2023, 08:31 Clemens, @.***> wrote:

There is no NuGet package for the FileDbCache and SQLiteCache assemblies. You have to build the projects from source code.

— Reply to this email directly, view it on GitHub https://github.com/ClemensFischer/XAML-Map-Control/issues/112#issuecomment-1560479505, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTF65RP4A7YFLX7I64WPA3XHWMKDANCNFSM6AAAAAAYLSR75E . You are receiving this because you authored the thread.Message ID: @.***>