Direct (zoom, column, row) tile queries so the map no longer scans an entire zoom level per batch, plus a writer for producing mbtiles archives. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
209 B
TOML
8 lines
209 B
TOML
[package]
|
|
name = "makepad-mbtile-reader"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
description = "Minimal pure-Rust SQLite reader and streaming writer for MBTiles files"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|