Skip to content

Commit

Permalink
Merge branch 'master' into alter_internal_structure_of_multipoints
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstace committed Aug 9, 2021
2 parents 0b5e8bd + 235a959 commit dbb75b8
Show file tree
Hide file tree
Showing 10 changed files with 629 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## v0.31.0

2021-08-09

- Fixes some minor linting (and other similar) issues identified by Go Report
Card.

- Adds a new `DumpCoordinates` method to geometry types. This method returns a
`Sequence` containing all of the control points that define the geometry.

- Adds a new `Summary` method to all geometry types. This method gives a short
and human readable summary of geometry values. The summary includes the
geometry type, coordinates type, and component cardinalities where
appropriate (e.g. number of rings in a polygon).

- Adds a new `String` method to all geometry types, implementing the
`fmt.Stringer` interface. The method returns the same string as that returned
by the `Summary` method.

- Adds a new `NumRings` method to the `Polygon` type. This method gives the
total number of rings that make the polygon.

__Special thanks to Albert Teoh for contributing to this release.__

## v0.30.0

2021-07-18
Expand Down

0 comments on commit dbb75b8

Please sign in to comment.