We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0941d commit 14d9c04Copy full SHA for 14d9c04
CHANGELOG.md
@@ -5,6 +5,8 @@
5
- Make geojson optional, use geo-types for geometry representation
6
(thanks to @michaelkirk, see #5 and #6 for details).
7
8
+- Rename the "value" field to "threshold" in the GeoJSON representation.
9
+
10
- Add `x_origin`, `y_origin`, `x_step` and `y_step`
11
attributes to `ContourBuilder` struct. They can be set using the *builder pattern*, before calling
12
the `contours` method.
README.md
@@ -107,7 +107,6 @@ let res = c.contours(&[
107
println!("{:?}", res[0].to_geojson()); // prints the GeoJSON representation of the first contour
108
```
109
110
-```rust
111
__*Output:*__
112
```rust
113
Feature {
0 commit comments