Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase coords consistency and clamp zoom level to numerically feasible range #273

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ geozero = { version = "0.11.0", default-features = false, features = ["with-mvt"
image = { version = "0.24", default-features = false, features = ["jpeg", "webp", "png"] }
include_dir = "0.7.3"
instant = { version = "0.1.12", features = ["wasm-bindgen"] } # TODO: Untrusted dependency
morton-encoding = "2.0.1"
jni = "0.21.1"
js-sys = "0.3"
log = "0.4.20"
Expand Down
1 change: 1 addition & 0 deletions maplibre/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ log.workspace = true
bytemuck.workspace = true
bytemuck_derive.workspace = true
thiserror.workspace = true
morton-encoding.workspace = true

# Static tiles inclusion
include_dir.workspace = true
Expand Down
Loading
Loading