Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mkirk/customizable-me…
Browse files Browse the repository at this point in the history
…tric-space
  • Loading branch information
michaelkirk committed Jan 31, 2025
2 parents 7a68604 + 6881359 commit 97bf96a
Show file tree
Hide file tree
Showing 31 changed files with 1,482 additions and 232 deletions.
5 changes: 5 additions & 0 deletions geo-types/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changes

## UNRELEASED

- Add more concise Debug output for geometries (like WKT).
NOTE: because geo-types allows some representations which are not supported by standard WKT, not all debug output is valid WKT. Do not attempt to treat debug as a stable format - it's unsuitable for interacting with programmatically. See the [`wkt` crate](https://crates.io/crates/wkt) for that.

## 0.7.15 - 2025-01-14

- Implement `RTreeObject` for `Triangle`.
Expand Down
Loading

0 comments on commit 97bf96a

Please sign in to comment.