Yuri Astrakhan
53ebd589c8
relax mbtiles pedantic requirements
2023-11-17 00:15:29 -05:00
Yuri Astrakhan
7e25f4c306
Minor refactoring and cleanup ( #1007 )
...
* remove benchmarks - not used for now, will need to be rewritten
* move some CLI settings to a separate struct
* move config saving to a shared function
* simplify zoom level CLI parsing
* rename main.rs to be the same name as generated binary (we can have
multiple bins later)
2023-11-16 19:59:43 -05:00
Yuri Astrakhan
d8e386fb0c
Use Rust's 1.74 cargo lint section ( #1006 )
...
https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html
2023-11-17 08:29:25 +08:00
Yuri Astrakhan
44313e3c6a
Fix mbtiles copy --dst-type
arg name, better err msg ( #1003 )
...
* Fix `mbtiles copy --dst-type` to use a `-` instead of `_`
* Better error message for `agg_tiles_hash`
2023-11-14 02:29:00 +00:00
Yuri Astrakhan
8fa8f31336
bump cargo.lock, mbtiles ver bump
2023-11-13 16:58:26 -05:00
Lucas
0398336114
Add mbtiles statistics command ( #986 )
...
- [x] Add tile statistics to mbtiles tools
- [x] Add test
- [x] Use 4326 instead of 3857 for tile bounds
- [x] Add document
- [x] Use size-format to prettify output
- [x] Statistics struct Refactor
- [x] Cleanup and reformat
Closes #964
---------
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
2023-11-13 06:03:40 +00:00
Yuri Astrakhan
fad89d742f
simplify serde optional handling ( #998 )
2023-11-12 22:22:04 -05:00
Yuri Astrakhan
bfbe52d032
Add crate categories
2023-10-30 18:52:47 -04:00
Yuri Astrakhan
f1241e264c
fix CI status badges
2023-10-28 16:29:38 -04:00
Yuri Astrakhan
47b3106ac6
Rename martin-mbtiles crate to mbtiles ( #976 )
...
This simplifies usage as both a crate and as a tool
2023-10-28 08:50:49 +00:00