Skip to content

Commit

Permalink
proj-network feature doc
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkirk committed Oct 7, 2020
1 parent 89d59c0 commit ac41074
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geo/src/lib.rs
Expand Up @@ -25,6 +25,10 @@
//! ## Optional Features (these can be activated in your `cargo.toml`)
//! The following optional features are available:
//! - `use-proj`: enable coordinate conversion and transformation of `Point` geometries using the [`proj`](https://docs.rs/proj) crate
//! - `proj-network`: enables functionality for `proj` crate's network grid. After enabling
//! this feature, some [further
//! configuration](https://docs.rs/proj/0.20.5/proj/#grid-file-download) is
//! required to actually use the network grid.
//! - `use-serde`: enable serialisation of geometries using `serde`.
//!
//! ## GeoJSON
Expand Down

0 comments on commit ac41074

Please sign in to comment.