Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ proj = { version = "0.27.2", optional = true, features = [
"geo-types",
] }
rayon = { version = "1.8.0", optional = true }
ryu = "1.0.18"
rstar = "0.12"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
1 change: 1 addition & 0 deletions src/algorithm/native/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mod map_chunks;
mod map_coords;
mod rechunk;
mod take;
pub mod to_wkt;
mod total_bounds;
pub(crate) mod type_id;
mod unary;
Expand Down
Loading