Cargo Features
[dependencies]
omap = { version = "0.2.3", default-features = false, features = ["geo_ref", "merge_lines"] }
- default = geo_ref
-
The
geo_ref
feature is set by default wheneveromap
is added without
somewhere in the dependency tree.default-features = false - geo_ref default
-
Enables chrono, proj4rs, and world_magnetic_model
- merge_lines
-
Enables kiddo
Omap has 3 features without comments.