Releases: mapbox/geometry.hpp
Releases · mapbox/geometry.hpp
v0.8.0
- Added
id
member tofeature
(ABI breaking change) - Switched
null_ptr_t
alternative invalue
to customnull_value_t
type (ABI and API breaking change) - Move
property_map
typedef outside offeature
(API breaking change) - Add
operator==
and!=
forfeature
point
constructor is nowconstexpr
v0.7.0
- Enable
for_each_point
with custom point type
v0.6.0
v0.5.0
- Added envelope algorithm
v0.4.0: Add null value (#28)
- Added
std::nullptr_t
tovalue
variant types
v0.3.0
- Define
coordinate_type
member for all types - Remove auxiliary methods from
line_string
- Make
polygon
a vector of rings - Don't inherit
linear_ring
fromline_string
v0.2.0
- Added arithmetic operators for
point<T>
v0.1.0
Initial release