-
-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Rename `TileCopierOptions` -> `TileCopier` * remove a few un-needed sqlite open to detect mbtiles type * move `open_and_detect_type` to `MBTiles` * add `attach_to` to `MBTiles` * move various table creation fn to mbtiles_queries file * a few sql format
- Loading branch information
Showing
17 changed files
with
374 additions
and
472 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 0 additions & 20 deletions
20
...mbtiles/.sqlx/query-14f262aafedb8739ee403fe6fc67989d706ce91630c9332a600e8022c0d4b628.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...mbtiles/.sqlx/query-177aed5e4ee0e7a23eb708174a829e7f1af10037bdfb6543b029cc80c3ee60dd.json
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...mbtiles/.sqlx/query-3a1e6e16157856190e061e1ade9b59995c337cfe7e4c54d4bbb2669a27682401.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...mbtiles/.sqlx/query-3b2930e8d61f31ea1bf32efe340b7766f876ddb9a357a512ab3a37914bea003c.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...mbtiles/.sqlx/query-45de99a3628a53940ef80b0e2603c46f61ff92ffbc6ec3bba4860abd60d224cb.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...mbtiles/.sqlx/query-a115609880b2c6ed3beeb5aaf8c7e779ecf324e1862945fbd18da4bf5baf565b.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...mbtiles/.sqlx/query-b3aaef71d6a26404c3bebcc6ee8ad480aaa224721cd9ddb4ac5859f71a57727e.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...mbtiles/.sqlx/query-d1d61dfa7c34dafb4588f78e23b2ee47cfc72b56f6ed275a0b0688047405498f.json
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...mbtiles/.sqlx/query-e13e2e17d5bf56287bc0fd7c55a1f52ce710d8978e3b35b59b724fc5bee9f55c.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "martin-mbtiles" | ||
version = "0.5.0" | ||
version = "0.6.0" | ||
authors = ["Yuri Astrakhan <[email protected]>", "MapLibre contributors"] | ||
description = "A simple low-level MbTiles access and processing library, with some tile format detection and other relevant heuristics." | ||
keywords = ["mbtiles", "maps", "tiles", "mvt", "tilejson"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.