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

Adding support geodesic area and perimeter calculations from geographlib-rs #988

Merged
merged 11 commits into from
Mar 6, 2023
Prev Previous commit
Next Next commit
Bumping geographiclib version
  • Loading branch information
phayes committed Mar 2, 2023
commit 41c6c2129f3d29c6e62f0410f9ab2cd270bc7d2a
2 changes: 1 addition & 1 deletion geo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use-serde = ["serde", "geo-types/serde"]
[dependencies]
float_next_after = "1.0.0"
geo-types = { version = "0.7.8", features = ["approx", "use-rstar_0_9"] }
geographiclib-rs = "0.2"
geographiclib-rs = { version = "0.2.3", default-features = false }
log = "0.4.11"
num-traits = "0.2"
proj = { version = "0.27.0", optional = true }
Expand Down