orb v0.5.0 Release Notes
Release Date: 2022-04-06 // over 2 years ago-
โ Added
- encoding/mvt: stable marshalling by @travisgrigsby in https://github.com/paulmach/orb/pull/93
- ๐ encoding/mvt: support mvt marshal for GeometryCollection by @dadadamarine in https://github.com/paulmach/orb/pull/89
๐ Fixed
- quadtree: fix cleanup of nodes during removal by @paulmach in https://github.com/paulmach/orb/pull/94
Other
- encoding/wkt: various code improvements by @paulmach in https://github.com/paulmach/orb/pull/95
- โก๏ธ update protoscan to 0.2.1 by @paulmach in https://github.com/paulmach/orb/pull/83
Previous changes from v0.4.0
-
โ Added
- geo: Add functions to calculate points based on distance and bearing by @thzinc in https://github.com/paulmach/orb/pull/76
๐ Fixed
- encoding/mvt: avoid reflect nil value by @nicklasaven in https://github.com/paulmach/orb/pull/78