Skip to content

Commit

Permalink
Try #671:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Oct 14, 2021
2 parents f699570 + ef3eea1 commit 5c4c301
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions geo/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

* New Feaure 'use-approx' exports the implementation of the traits AbsDiffEq and RelativeEq
for various geometry types, for use in third party crates.
* Add `ChaikinSmoothing` algorithm
* Fix `rotate` for multipolygons to rotate around the collection's centroid, instead of rotating each individual polygon around its own centroid.
* <https://github.com/georust/geo/pull/651>
Expand Down
2 changes: 2 additions & 0 deletions geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ travis-ci = { repository = "georust/geo" }
num-traits = "0.2"
serde = { version = "1.0", optional = true, features = ["derive"] }
rstar = { version = "0.8" }
approx = { version = "0.4.0", optional= true }
geographiclib-rs = { version = "0.2" }
log = "0.4.11"

Expand All @@ -28,6 +29,7 @@ geo-types = { version = "0.7.2", features = ["approx", "use-rstar"] }
robust = { version = "0.2.2" }

[features]
use-approx = ["approx"]
use-proj = ["proj"]
proj-network = ["use-proj", "proj/network"]
use-serde = ["serde", "geo-types/serde"]
Expand Down

0 comments on commit 5c4c301

Please sign in to comment.