Skip to content

Commit 14d9c04

Browse files
committed
Update changelog and readme
1 parent 8a0941d commit 14d9c04

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
- Make geojson optional, use geo-types for geometry representation
66
(thanks to @michaelkirk, see #5 and #6 for details).
77

8+
- Rename the "value" field to "threshold" in the GeoJSON representation.
9+
810
- Add `x_origin`, `y_origin`, `x_step` and `y_step`
911
attributes to `ContourBuilder` struct. They can be set using the *builder pattern*, before calling
1012
the `contours` method.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ let res = c.contours(&[
107107
println!("{:?}", res[0].to_geojson()); // prints the GeoJSON representation of the first contour
108108
```
109109

110-
```rust
111110
__*Output:*__
112111
```rust
113112
Feature {

0 commit comments

Comments
 (0)