Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
53 changes: 32 additions & 21 deletions js/Cargo.lock

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

3 changes: 1 addition & 2 deletions js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ crate-type = ["cdylib", "rlib"]
# to make debugging easier we'll include it as a default feature
default = ["console_error_panic_hook"]

# Include algorithms on geometry arrays
algorithm = []
# Include Data classes for contiguous GeoArrow memory (PointData, etc)
data = []

Expand Down Expand Up @@ -91,6 +89,7 @@ futures = { version = "0.3.30", optional = true }
geo = "0.31"
geo-traits = "0.3"
geoarrow-array = { path = "../rust/geoarrow-array" }
geoarrow-cast = { path = "../rust/geoarrow-cast" }
geoarrow-schema = { path = "../rust/geoarrow-schema" }
geodesy = { version = "0.12", optional = true, features = ["js"] }
geoparquet = { path = "../rust/geoparquet", optional = true }
Expand Down
33 changes: 0 additions & 33 deletions js/src/algorithm/geo/affine_ops.rs

This file was deleted.

63 changes: 0 additions & 63 deletions js/src/algorithm/geo/area.rs

This file was deleted.

48 changes: 0 additions & 48 deletions js/src/algorithm/geo/bounding_rect.rs

This file was deleted.

54 changes: 0 additions & 54 deletions js/src/algorithm/geo/center.rs

This file was deleted.

Loading
Loading