simplefeatures v0.33.1 Release Notes

  • 2021-10-14

    🚀 Special thanks to Albert Teoh for contributing to this release.

    • ➕ Adds a new method MinMaxXYs (XY, XY, bool) to the Envelope type. The first two return values are the minimum and maximum XY values in the envelope, and the third return value indicates whether or not the first two are defined (they are only defined for non-empty envelopes).