Skip to content

Commit

Permalink
Merge pull request #1302 from georust/mkirk/debug-wkt
Browse files Browse the repository at this point in the history
more legible geo-types debug output (WKT-ish)
  • Loading branch information
michaelkirk authored Jan 22, 2025
2 parents e80bc65 + 135b570 commit ef55eab
Show file tree
Hide file tree
Showing 15 changed files with 485 additions and 12 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 ef55eab

Please sign in to comment.