Releases: mapbox/geometry.hpp
Releases · mapbox/geometry.hpp
v0.8.0
- Added 
idmember tofeature(ABI breaking change) - Switched 
null_ptr_talternative invalueto customnull_value_ttype (ABI and API breaking change) - Move 
property_maptypedef outside offeature(API breaking change) - Add 
operator==and!=forfeature pointconstructor is nowconstexpr
v0.7.0
- Enable 
for_each_pointwith custom point type 
v0.6.0
v0.5.0
- Added envelope algorithm
 
v0.4.0: Add null value (#28)
- Added 
std::nullptr_ttovaluevariant types 
v0.3.0
- Define 
coordinate_typemember for all types - Remove auxiliary methods from 
line_string - Make 
polygona vector of rings - Don't inherit 
linear_ringfromline_string 
v0.2.0
- Added arithmetic operators for 
point<T> 
v0.1.0
Initial release