mirror of
https://github.com/ClemensFischer/XAML-Map-Control.git
synced 2025-12-06 07:12:04 +01:00
Update README.md
This commit is contained in:
parent
1dc0352a08
commit
b95384b3d6
12
README.md
12
README.md
|
|
@ -30,16 +30,16 @@ which define the currently displayed map viewport.
|
|||
|
||||
---
|
||||
|
||||
The library allows to use a Microsoft.Extensions.Caching.Distributed.IDistributedCache instance for caching map tile bitmaps.
|
||||
The library allows to use an implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache for caching map tile bitmaps.
|
||||
|
||||
Map Control comes with three such implementations:
|
||||
* ImageFileCache, an IDistributedCache implementation that stores each cached map tile as a single image file,
|
||||
* ImageFileCache, an implementation that stores each cached map tile as a single image file,
|
||||
in the original file format delivered by the map provider (typically PNG or JPG). ImageFileCache is part of
|
||||
the MapControl library.
|
||||
* FileDbCache, an IDistributedCache implementation based on [EzTools FileDb](https://github.com/eztools-software/FileDb),
|
||||
a simple, file based No-SQL database, in a separate library FileDbCache.WPF.
|
||||
* SQLiteCache, an IDistributedCache implementation based on [System.Data.SQLite](https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki),
|
||||
in a separate library SQLiteCache.WPF.
|
||||
* FileDbCache, an implementation based on [EzTools FileDb](https://github.com/eztools-software/FileDb),
|
||||
a simple, file based No-SQL database, in a separate library FileDbCache.
|
||||
* SQLiteCache, an implementation based on [System.Data.SQLite](https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki),
|
||||
in a separate library SQLiteCache.
|
||||
|
||||
If you want to try the sample application with persistent caching, uncomment the appropriate TileImageLoader.Cache
|
||||
setting in the sample application's MainWindow.xaml.cs file. Please note that some map providers may not allow
|
||||
|
|
|
|||
Loading…
Reference in a new issue