diff options
| author | Daniel Schadt <kingdread@gmx.de> | 2026-08-11 13:48:30 +0200 |
|---|---|---|
| committer | Daniel Schadt <kingdread@gmx.de> | 2026-08-11 13:48:30 +0200 |
| commit | 064d5baba348fdb7a9bdd8d3d6ab411ed599c42c (patch) | |
| tree | 207a87ee3eac65193f5e332d7efdc9deef131ec8 | |
| parent | c9b4e999ee2eac4b95ee4a7560fb10cad98ebb09 (diff) | |
| download | hittekaart-064d5baba348fdb7a9bdd8d3d6ab411ed599c42c.tar.gz hittekaart-064d5baba348fdb7a9bdd8d3d6ab411ed599c42c.tar.bz2 hittekaart-064d5baba348fdb7a9bdd8d3d6ab411ed599c42c.zip | |
fix wrong link
| -rw-r--r-- | hittekaart/src/storage.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hittekaart/src/storage.rs b/hittekaart/src/storage.rs index 8bc8f6e..d52a900 100644 --- a/hittekaart/src/storage.rs +++ b/hittekaart/src/storage.rs @@ -2,8 +2,8 @@ //! //! The main trait to use here is [`Storage`], which provides the necessary interface to store //! tiles. Usually you want to have a `dyn Storage`, and then instantiate it with a concrete -//! implementation (either [`Folder`] or [`Sqlite`]), depending on the command line flags or -//! similar. +//! implementation (either [`Folder`], [`OsmAnd`] or [`MbTiles`]), depending on the command line +//! flags or similar. use rusqlite::{params, Connection}; use std::{ fs, |
